Skip to content

Commit

Permalink
feat: [ts] add support for import as
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 10, 2020
1 parent 4c5ead7 commit 0075bf0
Show file tree
Hide file tree
Showing 5 changed files with 1,406 additions and 1,315 deletions.
1 change: 1 addition & 0 deletions languages/g4/TypeScriptParser.g4
Expand Up @@ -301,6 +301,7 @@ namespaceName

importAliasDeclaration
: Identifier '=' namespaceName SemiColon
| Identifier '=' 'require' '(' StringLiteral ')' SemiColon
;

// Ext.2 Additions to 1.8: Decorators
Expand Down
2 changes: 1 addition & 1 deletion languages/ts/TypeScriptParser.interp

Large diffs are not rendered by default.

0 comments on commit 0075bf0

Please sign in to comment.