AST cleanup; Definition generators scaffolding

This commit is contained in:
dcodeIO
2018-03-17 01:37:05 +01:00
parent eef923d124
commit faac3c31eb
50 changed files with 3272 additions and 2690 deletions

View File

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