benjamn / ast-types

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

ast-types no longer published on npmjs.com? #756

Open retorquere opened 2 years ago

retorquere commented 2 years ago

The latest version on npmjs is https://www.npmjs.com/package/ast-types which is at 0.14.2

ivanhdez28 commented 1 year ago

can it be published? it would help with some missing types in jscodeshift.

jedwards1211 commented 1 year ago

@benjamn if you're interested I can create a PR for publishing automatically with semantic-release

benjamn commented 1 year ago

Please see the versions tab for other more recent versions that I've published to npm. You can directly install any of the other versions you want (for example, npm i ast-types@next). I would appreciate any testing of those versions that you have time to do!

retorquere commented 1 year ago

Unfortunately I inherit a private pinned version through https://github.com/coderaiser/putout.