mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 02:31:41 +00:00
Moved AST serialization to extra (not ultimately needed by asc)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
declare namespace A {
|
||||
namespace B {
|
||||
export namespace C {
|
||||
let aVar: i32;
|
||||
var aVar: i32;
|
||||
const aConst: i32 = 0;
|
||||
function aFunc(): void {}
|
||||
enum AnEnum {}
|
||||
|
Reference in New Issue
Block a user