getgrit / gritql

GritQL is a query language for searching, linting, and modifying code.

Home Page:https://docs.grit.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@getgrit/bridge is missing from npm

transitive-bullshit opened this issue · comments

Following up on #214, I'd like to play around with the wasm-bindings, so I checked things out locally and followed the contributing guidelines, cargo test --workspace runs fine.

Do I need to also initialize the npm side of things? Running npm i or yarn install at the top-level complains that @getgrit/bridge doesn't exist.

I'm guessing this is some private, internal module you guys are using, but this was surprising to me as a new contributor coming from the JS/TS ecosystem where I always expect a top-level package.json install to work, especially if there are sub-packages like the wasm-bindings which may rely on the top-level node_modules due to how node.js import resolution works.

Yeah we don't currently publish any npm packages from this repo. If we release a JavaScript SDK, we'll be sure to add a root package.json.

Closing this as a duplicate of #214.