File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11Elixir-ESTree
22============
33
4- Defines structs that represent the SpiderMonkey AST definitions. Mostly following the ESTree Spec. Targets ES6 definitions. Some gaps filled in from
5- what acorn produces for ES6 currently.
6-
7- [ Parser API docs] ( https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Parser_API )
4+ Defines structs that represent the ESTree AST definitions. Also includes a JavaScript AST to JavaScript code generator.
85
96[ ESTree Spec] ( https://github.com/estree/estree )
Original file line number Diff line number Diff line change 11defmodule ESTree do
22 @ moduledoc """
3- Defines structs that represent the ESTree AST definitions.
3+ Defines structs that represent the ESTree AST definitions. Also includes a JavaScript AST to JavaScript code generator.
44
55 [ESTree Spec](https://github.com/estree/estree)
66 """
You can’t perform that action at this time.
0 commit comments