mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-23 19:51:47 +00:00
Add showcase compiler test incl. respective features and fixes
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user