mirror of
https://github.com/github/semantic.git
synced 2024-12-20 13:21:59 +03:00
5c0191378b
- Constructor Operators - Type Operators - Variable Operators - Module Exports (exporting a module) - Constructor Symbols - Variable Symbols - Qualified Module Identifiers
29 lines
523 B
Plaintext
29 lines
523 B
Plaintext
(Module
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
(Export
|
|
(Statements
|
|
(Identifier)
|
|
(AllConstructors)))
|
|
(Export
|
|
(TypeConstructorExport
|
|
(ConstructorOperator
|
|
{ (Identifier)
|
|
->(Identifier) })))
|
|
(Export
|
|
(TypeConstructorExport
|
|
(VariableOperator
|
|
{ (Identifier)
|
|
->(Identifier) })))
|
|
(Export
|
|
(Identifier))
|
|
(Export
|
|
(ModuleExport
|
|
{ (Identifier)
|
|
->(Identifier) }))
|
|
(Export
|
|
(TypeConstructorExport
|
|
{ (Identifier)
|
|
->(Identifier) }))
|
|
(Statements))
|