as-pect / visitor-as

Visitor utilities for AssemblyScript compiler transforms
Apache License 2.0
37 stars 11 forks source link

fix(astBuilder): fix exportStatment #29

Closed yjhmelody closed 3 years ago

yjhmelody commented 3 years ago

@willemneal It's a fix PR same with https://github.com/AssemblyScript/assemblyscript/pull/1998. Many transforms written rely on visitor-as. If the modified file uses this syntax, then some exported APIs are not exported normally

yjhmelody commented 3 years ago

@willemneal Can you merge it if no other problem?

willemneal commented 3 years ago

I still don't like that we have a different version of astBulider than the AS repo, but thanks for keeping them in agreement!