sourcegraph/scip

TypeScript package for SCIP

NicholasLYang opened this issue · 3 comments

Hey, love the work on SCIP. I've been playing around with it in Rust, I was wondering if the TypeScript bindings are published on npm? If not, is that possible?

No, they haven't been published to npm. Have you tried using it as a git-based dependency for now? We can look into this.

Sounds good, I can do that in the meanwhile. Thanks for responding!

It'd be nice to get this published. npm doesn't seem to have a way to install modules from git subfolders, so making it work is quite a pain.

I made a mirror of the TS bindings here until they can be published. The repo also fixes up the package.json not containing a main field.