| Class | Description |
|---|---|
| CodeBlock |
A block of code.
|
| FunctionDeclaration | |
| JavaScriptDeclaration | |
| JavaScriptFunctionDeclaration | |
| JavaScriptFunctionTypeDeclaration | |
| JavaScriptVariableDeclaration |
JavaScript Variable Declaration class
TypeDeclarations |
| TypeDeclarationOptions |
Object that represents options associated with JavaScriptDeclaration.
|
| VariableResolver |
Cache Local and System scope variables Local scope variables are cleared each
time the
SourceCompletionProvider finishes parsing the script
System scope variables will not be cleared |