z-pattern-matching/z

Exhaustivity checking

Open

#34 opened on Nov 28, 2017

View on GitHub
 (8 comments) (1 reaction) (0 assignees)JavaScript (1,714 stars) (78 forks)batch import
enhancementhelp wanted

Description

Have an option that checks if the matching is exhaustive, and if it isn't then have it immediately throw an error that the matching isn't exhaustive.

Contributor guide