Premier commit déjà bien avancé
This commit is contained in:
14
frontend/node_modules/@lezer/javascript/README.md
generated
vendored
Normal file
14
frontend/node_modules/@lezer/javascript/README.md
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# @lezer/javascript
|
||||
|
||||
This is a JavaScript grammar for the
|
||||
[lezer](https://lezer.codemirror.net/) parser system.
|
||||
|
||||
It parses modern JavaScript, and supports a `"ts"`
|
||||
[dialect](https://lezer.codemirror.net/docs/guide/#dialects) 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.
|
||||
Reference in New Issue
Block a user