Skip to content

Commit d93bbd2

Browse files
committed
Updated documentation
1 parent 430ee28 commit d93bbd2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Elixir-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)

lib/es_tree.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule 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
"""

0 commit comments

Comments
 (0)