mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
AST cleanup; Definition generators scaffolding
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user