guybedford / es-module-lexer

Low-overhead lexer dedicated to ES module parsing for fast analysis
MIT License
917 stars 48 forks source link

fix: class brace state bug #128

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This fixes a bug in class brace handling, due to a missing parenthesis in the conditional predicate.