We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87efd7 commit 46c95d1Copy full SHA for 46c95d1
mix.exs
@@ -26,7 +26,8 @@ defmodule ESTree.Mixfile do
26
27
defp description do
28
"""
29
- Defines structs that represent the SpiderMonkey AST definitions. Mostly following the ESTree Spec. Targets ES6 definitions
+ Represents the JavaScript AST from the ESTree spec.
30
+ Includes tools for building the AST and generating code from it.
31
32
end
33
0 commit comments