mirror of
https://github.com/github/semantic.git
synced 2024-12-20 05:11:44 +03:00
5c0191378b
- Constructor Operators - Type Operators - Variable Operators - Module Exports (exporting a module) - Constructor Symbols - Variable Symbols - Qualified Module Identifiers
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
(Module
|
|
(Identifier)
|
|
(Export
|
|
(TypeConstructorExport
|
|
(VariableOperator
|
|
(Identifier))))
|
|
(Export
|
|
(VariableOperator
|
|
(Identifier)))
|
|
(Statements))
|