Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor4312/scip-typescript-bindings
https://github.com/connor4312/scip-typescript-bindings
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/connor4312/scip-typescript-bindings
- Owner: connor4312
- License: apache-2.0
- Created: 2024-08-02T21:29:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T22:42:30.000Z (3 months ago)
- Last Synced: 2024-10-25T22:13:14.964Z (18 days ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @c4312/scip
~~This is a top-level repo mirror of the [SCIP TS/JS bindings](https://github.com/sourcegraph/scip/tree/main/bindings/typescript), available until they're [published on npm](https://github.com/sourcegraph/scip/issues/253).~~
The SCIP bindings provided by the upstream repo have [an issue](https://github.com/sourcegraph/scip/issues/274) which prevents parsing certain indices. This repo now generates bindings itself using the `protobufjs` module.
This repo is still intended as a temporary solution, so it is not published on NPM, but you may install it yourself by running:
```
npm install --save github:connor4312/scip-typescript-bindings
```