Skip to content

Commit 46c95d1

Browse files
committed
Updated description
1 parent d87efd7 commit 46c95d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ defmodule ESTree.Mixfile do
2626

2727
defp description do
2828
"""
29-
Defines structs that represent the SpiderMonkey AST definitions. Mostly following the ESTree Spec. Targets ES6 definitions
29+
Represents the JavaScript AST from the ESTree spec.
30+
Includes tools for building the AST and generating code from it.
3031
"""
3132
end
3233

0 commit comments

Comments
 (0)