File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 9
9
10
10
JavaScript and JSX grammar for [ tree-sitter] ( https://github.com/tree-sitter/tree-sitter ) .
11
11
12
+ This grammar intends to be a close approximation of the [ ECMAScript] ( https://ecma-international.org/publications-and-standards/standards/ecma-262/ )
13
+ specification, with some extensions to support JSX syntax. We try to support the
14
+ latest version of the spec, though it is possible that some very new features may
15
+ not be supported yet.
16
+
12
17
References
13
18
14
19
- [ The ESTree Spec] ( https://github.com/estree/estree )
15
- - [ The ECMAScript 2015 Spec] ( http ://www.ecma-international.org/ecma-262/6.0 /)
20
+ - [ The ECMAScript 2025 Spec] ( https ://tc39.es/ecma262/2025 /)
16
21
17
22
[ ci ] : https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-javascript/ci.yml?logo=github&label=CI
18
23
[ discord ] : https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
You can’t perform that action at this time.
0 commit comments