bscan / PerlNavigator

Perl Language Server that includes syntax checking, perl critic, and code navigation
MIT License
198 stars 39 forks source link

Publish new release to npm #118

Closed mrsdizzie closed 6 months ago

mrsdizzie commented 6 months ago

I see in the changelog there are entries for different 0.8 releases but the last release on npm is 0.7.13. Would it be possible to publish the latest 0.8 release on npm?

Specifically looking to try the Allow disabling "perl -c" feature.

Appreciate the work, thanks!

WhoIsSethDaniel commented 6 months ago

There are a few more useful things that were just merged. I hope this can be done soon.

bscan commented 6 months ago

Thanks for the nudge. I had some additional development needed due to the recent move to webpack. A few changes were needed to make the NPM binaries bundle the content in a similar way. Version 0.8.9 is now available on NPM

mrsdizzie commented 6 months ago

Amazing thanks I really appreciate it! This request is mainly because Mason for neovim uses npm as the Perl Navigator source.