Add showcase compiler test incl. respective features and fixes

This commit is contained in:
dcodeIO
2018-01-05 18:19:32 +01:00
parent 2d0f5f3087
commit 9846f6c033
15 changed files with 15362 additions and 88 deletions

View File

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