mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-30 21:52:18 +00:00
Asterisk imports parsing; Pussyfooting around stdlib
This commit is contained in:
7
tests/parser/import.ts
Normal file
7
tests/parser/import.ts
Normal 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";
|
Reference in New Issue
Block a user