Directories ¶
Path | Synopsis |
---|---|
Package parser implements means to parse ECMAScript code that can be provided by different sources.
|
Package parser implements means to parse ECMAScript code that can be provided by different sources. |
ast
Code generated by "aststring"; DO NOT EDIT.
|
Code generated by "aststring"; DO NOT EDIT. |
matcher
Package matcher implements matchers that efficiently let you determine whether a rune is part of a previously defined rune set.
|
Package matcher implements matchers that efficiently let you determine whether a rune is part of a previously defined rune set. |
token
Package token contains token types and a token stream implementation that can be used by lexers and parsers.
|
Package token contains token types and a token stream implementation that can be used by lexers and parsers. |
lang
Package lang contains all ECMAScript-specified language values, i.e.
|
Package lang contains all ECMAScript-specified language values, i.e. |
tool
|
|
analysis/ctxfunc
Package ctxfunc implements an analyzer that checks if a context argument is always the first parameter to a function, and that it is named 'ctx'.
|
Package ctxfunc implements an analyzer that checks if a context argument is always the first parameter to a function, and that it is named 'ctx'. |
analysis/nopanic
Package nopanic implements an analyzer that checks if somewhere in the source, there is a panic.
|
Package nopanic implements an analyzer that checks if somewhere in the source, there is a panic. |
snapshot
Package snapshot is used to create and read byte dumps of objects.
|
Package snapshot is used to create and read byte dumps of objects. |
test262
Package test262 provides helper tools to extract metadata from Test262 files.
|
Package test262 provides helper tools to extract metadata from Test262 files. |
Click to show internal directories.
Click to hide internal directories.