ast-demo
tree Demo Source File
This file presents a bunch of javascript for tree convert tool tes.t
It contains various constructs, including:
- Block comments
- Inline comments
- Class declarations
This comment is the first block comment in the file.
Meta Data
| filepath_exists | True |
| path | ast-demo |
| filepath | ast-demo.js |
| clean_files | () |
-
VariableDeclaration
-
VariableDeclaration
-
VariableDeclaration
-
VariableDeclaration
-
VariableDeclaration
-
VariableDeclaration
-
VariableDeclaration
-
VariableDeclaration
-
ClassDeclarationclass
ParentClass
extends Arrayclass comments:Comment outside for the classComment inside for the classClassDeclarationclassPrimary
extends ParentClassclass comments:This is the header comment for the Primary class. Just within the class declaration. This is the Primary class which extends ParentClass.FunctionDeclarationFunctionDeclarationExpressionStatement:
dict_keys(['type', 'expression', 'pos'])VariableDeclarationExpressionStatement:
dict_keys(['type', 'expression', 'pos'])