Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 23:18
· 22 commits to master since this release

0.1.0 (2024-05-27)

🐛 Fixes

  • added package.json module field (4075f01)

  • temporary workaround for eslint issue (0fbacba)

⚠️ BREAKING CHANGES

  • dropped chevrotain for custom parser (3346d73)

Rewrote parser from scratch. It has no dependencies now if you do not count my utility library.

It's also much much faster (~50x). Most queries now only take a couple of milliseconds where before they took 50+.

The majority of the external API should be the same, but some chevrotain only stuff is no longer exposed.

It also drops support for generating chevrotain's railroad diagrams.

📖 Documentation