benjamn / ast-types

Esprima-compatible implementation of the Mozilla JS Parser API
MIT License
1.13k stars 195 forks source link

fix: add typeArguments to CallExpression #949

Open 43081j opened 4 months ago

43081j commented 4 months ago

Adds type parameters to CallExpression such that visit is able to visit them.

alexbit-codemod commented 3 months ago

@eventualbuddha can you help with this? @benjamn would be happy to become the maintainer of ast-types and recast. let me know if interested. we can have a quick chat about this too. https://cal.com/alexbit/15min thanks

eventualbuddha commented 2 months ago

I don’t have write access to this repo nor to the npm package, so I can’t merge it or do a release. If I did, I’d still want to have some documentation explaining this and maybe a test.

alexbit-codemod commented 2 months ago

good to know. thanks... will wait for @benjamn to chime in here and help us push things forward. thank you benjamin in advance for your time and building ast-types.