https://github.com/bblfsh/typescript-driver
https://github.com/bblfsh/typescript-driver
babelfish driver typescript
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bblfsh/typescript-driver
- Owner: bblfsh
- License: gpl-3.0
- Created: 2017-02-23T16:31:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:25:38.000Z (over 3 years ago)
- Last Synced: 2024-06-19T18:10:40.764Z (about 2 years ago)
- Topics: babelfish, driver, typescript
- Language: TypeScript
- Size: 6.23 MB
- Stars: 4
- Watchers: 5
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# TypeScript driver for [Babelfish](https://github.com/bblfsh/bblfshd)  [](https://travis-ci.org/bblfsh/typescript-driver)  
typescript driver for [babelfish](https://github.com/bblfsh/server).
Development Environment
-----------------------
Requirements:
- `docker`
- Go 1.13+
To initialize the build system execute: `go test ./driver`, at the root of the project. This will generate the `Dockerfile` for this driver.
To run the tests just execute `go run test.go`, this will start the test over the native and the Go components of the driver using Docker.
The build is done executing `go run build.go`. To evaluate the result using a docker container, execute:
`go run build.go test-driver && docker run -it test-driver`.
If the project is located under `$GOPATH`, run all the above with `GO111MODULE=on` environment variable,
or move the project to any other directory outside of `$GOPATH`.
License
-------
GPLv3, see [LICENSE](LICENSE)