Socket
Socket
Sign inDemoInstall

@lezer/javascript

Package Overview
Dependencies
2
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous134Next

1.4.7

Diff

Changelog

Source

1.4.7 (2023-08-23)

Bug fixes

Properly parse hashbang comments.

marijn
published 1.4.6 •

Changelog

Source

1.4.6 (2023-08-22)

Bug fixes

Make sure that, in TypeScript, type argument lists are prefered over comparison operators when both produce valid parses.

marijn
published 1.4.5 •

Changelog

Source

1.4.5 (2023-07-25)

Bug fixes

Allow the index in a TypeScript indexed type to be any kind of type.

marijn
published 1.4.4 •

Changelog

Source

1.4.4 (2023-07-03)

Bug fixes

Add support for using syntax.

Make the package work with new TS resolution styles.

marijn
published 1.4.3 •

Changelog

Source

1.4.3 (2023-04-24)

Bug fixes

Properly parse this: Type within parameter lists for TypeScript.

marijn
published 1.4.2 •

Changelog

Source

1.4.2 (2023-03-29)

Bug fixes

Properly parse declare in front of class properties and methods in TypeScript.

marijn
published 1.4.1 •

Changelog

Source

1.4.1 (2023-01-09)

Bug fixes

Fix a bug where something like yield [1] (or await) was parsed as a member expression.

Add support for yield* syntax.

Escapes in strings are now parsed as their own tokens (and styled with the escape tag).

marijn
published 1.4.0 •

Changelog

Source

1.4.0 (2022-12-19)

New features

The new "SingleClassItem" top-level rule can be used to parse only a class item (method, property, or static block).

marijn
published 1.3.2 •

Changelog

Source

1.3.2 (2022-12-14)

Bug fixes

Typescript allows override on all class elements, not just methods.

Allow expressions in class extends clauses in TypeScript.

marijn
published 1.3.1 •

Changelog

Source

1.3.1 (2022-11-29)

Bug fixes

Actually emit a tree node for the @ characters in decorators.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc