Loupi / node-cypher-parser

A Cypher parser/linter addon module for NodeJS.
MIT License
36 stars 9 forks source link

make context aware #37

Closed steveliles closed 1 year ago

steveliles commented 1 year ago

Fixes #36

This seems to work, at least in so far as the tests all pass, and the same change in other libs has resulted in those libs now loading correctly in worker_thread, however I cannot get npm install to work correctly when referring to this github repo with e.g.

"cypher-parser": "git+https://github.com/steveliles/node-cypher-parser.git"

... it just doesn't produce any js files in /dist, so I assume there's some build step that i'm missing? (it also doesn't work when referring directly to master on https://github.com/loupi/node-cypher-parser.git so it doesn't seem to be related to my change.