| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
| Class and Description |
|---|
| Config
Configuration for the AST factory.
|
| Config.JsDocParsing
Whether to parse the descriptions of JsDoc comments.
|
| Config.LanguageMode
JavaScript mode
|
| Config.StrictMode
Level of language strictness required for the input source code.
|
| Class and Description |
|---|
| Config
Configuration for the AST factory.
|
| Config.Builder
Builder for a Config.
|
| Config.JsDocParsing
Whether to parse the descriptions of JsDoc comments.
|
| Config.LanguageMode
JavaScript mode
|
| Config.RunMode
Whether to keep going after encountering a parse error.
|
| Config.StrictMode
Level of language strictness required for the input source code.
|
| JsDocTokenStream
This class implements the scanner for JsDoc strings.
|
| ParserRunner.ParseResult
Holds results of parsing.
|
| TypeTransformationParser.Keywords
Keywords of the type transformation language
|
| TypeTransformationParser.OperationKind
The classification of the keywords
|
Copyright © 2009-2020 Google. All Rights Reserved.