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