mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 11:11:43 +00:00
Allow keywords in named import/export syntax (#107)
This commit is contained in:
committed by
Daniel Wirtz
parent
e415377cda
commit
5ab81a00a1
7
tests/compiler/named-import-default.ts
Normal file
7
tests/compiler/named-import-default.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import {
|
||||
default as get3
|
||||
} from "./named-export-default";
|
||||
|
||||
export function getValue(): i32 {
|
||||
return get3();
|
||||
}
|
Reference in New Issue
Block a user