Skip to content

Releases: peggyjs/peggyjs-eslint-parser

Update dependencies

24 Feb 23:21
v2.0.5
c66ef56
Compare
Choose a tag to compare

Update to peggy 4.0.1

Update to Peggy 4.0.0

15 Feb 18:34
v2.0.0
ea04344
Compare
Choose a tag to compare

Updated grammar to match Peggy 4.0.0

Add multiple semicolons, repeats.

04 Mar 17:20
v1.2.0
c371ee3
Compare
Choose a tag to compare

Add support for Peggy 3.0.0's repeat syntax ("foo" |1..2, ","|), and Peggy 3.0.1's ability to have multiple semicolons between rules.

Capture semicolons

23 Aug 18:15
v1.1.0
0adad83
Compare
Choose a tag to compare

Semicolons from top-level initializers, initializers, and rules are now captured.
The outer brackets from top-level initializers are now captured.

First release

15 Aug 22:54
v1.0.0
d2a728a
Compare
Choose a tag to compare

Everything seems to work.