🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

lezer-javascript

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lezer-javascript - npm Package Versions

m
marijn
published 0.9.1 •

Changelog

Source

0.9.1 (2020-06-29)

Bug fixes

Fix accidental use of non-ES5 library methods.

m
marijn
published 0.9.0 •

Changelog

Source

0.9.0 (2020-06-08)

Breaking changes

Upgrade to 0.9 parser serialization

m
marijn
published 0.8.4 •

Changelog

Source

0.8.4 (2020-05-30)

Bug fixes

Fix the package.json main field pointing at the wrong file, breaking the library in node versions older than 13.

m
marijn
published 0.8.3 •

Changelog

Source

0.8.3 (2020-04-09)

Bug fixes

Regenerate parser with a fix in lezer-generator so that the top node prop is properly assigned.

m
marijn
published 0.8.2 •

Changelog

Source

0.8.2 (2020-04-01)

Bug fixes

Make the package load as an ES module on node

m
marijn
published 0.8.1 •

Changelog

Source

0.8.1 (2020-02-28)

New features

Provide an ES module file.

m
marijn
published 0.8.0 •

Changelog

Source

0.8.0 (2020-02-03)

Bug fixes

Add support for the spread ... operator in array literals.

New features

Follow 0.8.0 release of the library.

Add support for nullish coalescing and optional chaining.

m
marijn
published 0.7.0 •

Changelog

Source

0.7.0 (2020-01-20)

Breaking changes

Use the lezer 0.7.0 parser format.

m
marijn
published 0.5.2 •

Changelog

Source

0.5.2 (2020-01-15)

Bug fixes

Regenerate with lezer-generator 0.5.2 to avoid cyclic forced reductions.

m
marijn
published 0.5.1 •

Changelog

Source

0.5.1 (2019-10-22)

Bug fixes

Fix top prop missing from build output.