Asterisk imports parsing; Pussyfooting around stdlib

This commit is contained in:
dcodeIO
2017-12-23 00:48:54 +01:00
parent a0ec684e1c
commit ad298c7bea
15 changed files with 309 additions and 109 deletions

7
tests/parser/import.ts Normal file
View File

@@ -0,0 +1,7 @@
import { A } from "./other";
import { A, B, C } from "./other";
import { A as B, C, D as E, F } from "./other";
import * as A from "./other";