Closed mariusa closed 2 years ago
https://github.com/as-pect/visitor-as/blob/2b106ee8c9e4b8054ce2c65c73873aba10258aab/src/base.ts#L336
Why assert(false)
instead of
console.error(`Unknown node kind ${node.kind}`)
Found the root cause: https://github.com/AssemblyScript/assemblyscript/issues/2565
Hi,
Trying to use with https://www.npmjs.com/package/json-as
Also with another package https://github.com/gagdiez/serial-as/issues/39
Thanks