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

lezer-javascript

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lezer-javascript - npm Package Versions

23

0.13.4

Diff
marijn
published 0.13.4 •

Changelog

Source

0.13.4 (2021-04-30)

Bug fixes

Fixes a bug where arrow functions with expression bodies would include commas after the expression.

marijn
published 0.13.3 •

Changelog

Source

0.13.3 (2021-02-15)

Bug fixes

Wrap escaped JSX attribute values in a JSXEscape node.

marijn
published 0.13.2 •

Changelog

Source

0.13.2 (2021-01-18)

Bug fixes

Fix parsing of async function expressions.

marijn
published 0.13.1 •

Changelog

Source

0.13.1 (2020-12-04)

Bug fixes

Fix versions of lezer packages depended on.

marijn
published 0.13.0 •

Changelog

Source

0.13.0 (2020-12-04)

marijn
published 0.12.0 •

Changelog

Source

0.12.0 (2020-10-23)

Breaking changes

Adjust to changed serialized parser format.

marijn
published 0.11.1 •

Changelog

Source

0.11.1 (2020-09-26)

Bug fixes

Fix lezer depencency versions

marijn
published 0.11.0 •

Changelog

Source

0.11.0 (2020-09-26)

Breaking changes

Follow change in serialized parser format.

marijn
published 0.10.1 •

Changelog

Source

0.10.1 (2020-09-02)

Bug fixes

Fix associativity of else and ternary operators.

Work around accidental ambiguity of TypeScript method and constructor signatures.

Properly parse ??= as an update operator.

marijn
published 0.10.0 •

Changelog

Source

0.10.0 (2020-08-07)

Breaking changes

Upgrade to 0.10 parser serialization

New features

The gammar now supports TypeScript (use the "ts" dialect).

The grammar can now parse JSX syntax (use the "jsx" dialect).