z-pattern-matching/z

Exhaustivity checking

Open

#34 opened on Nov 28, 2017

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

Repository metrics

Stars
 (1,714 stars)
PR merge metrics
 (No merged PRs in 30d)

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