mirror of
https://github.com/github/semantic.git
synced 2024-12-19 04:41:47 +03:00
5c0191378b
- Constructor Operators - Type Operators - Variable Operators - Module Exports (exporting a module) - Constructor Symbols - Variable Symbols - Qualified Module Identifiers
24 lines
418 B
Plaintext
24 lines
418 B
Plaintext
(Module
|
|
(Identifier)
|
|
(Export
|
|
(Statements
|
|
(Identifier)
|
|
(AllConstructors)))
|
|
(Export
|
|
(TypeConstructorExport
|
|
(ConstructorOperator
|
|
(Identifier))))
|
|
(Export
|
|
(TypeConstructorExport
|
|
(VariableOperator
|
|
(Identifier))))
|
|
(Export
|
|
(Identifier))
|
|
(Export
|
|
(ModuleExport
|
|
(Identifier)))
|
|
(Export
|
|
(TypeConstructorExport
|
|
(Identifier)))
|
|
(Statements))
|