as-pect / visitor-as

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

fix: visitArguments should travel sub fields #17

Closed yjhmelody closed 3 years ago

yjhmelody commented 3 years ago

I meet some problems when do some transforms fro function call. And then I find the visitArguments have not done anything.

So I fix the base.ts, but baseTransform.ts cannot be fixed easily without api break change