clone of github.com/decent-newsroom/newsroom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
silberengel 5021ba7335 initial attempt 16 hours ago
..
dist initial attempt 16 hours ago
src initial attempt 16 hours ago
test initial attempt 16 hours ago
CHANGELOG.md initial attempt 16 hours ago
LICENSE initial attempt 16 hours ago
README.md initial attempt 16 hours ago
package.json initial attempt 16 hours ago
rollup.config.js initial attempt 16 hours ago

README.md

@lezer/javascript

This is a JavaScript grammar for the lezer parser system.

It parses modern JavaScript, and supports a "ts" dialect to parse TypeScript, and a "jsx" dialect to parse JSX.

The top option can be set to "SingleExpression" or "SingleClassItem" to parse an expression or class item instead of a full program.

The code is licensed under an MIT license.