Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sangupta/tsparser-j2v8

[Experiment] Parsing Typescript using V8 in Java
https://github.com/sangupta/tsparser-j2v8

j2v8 parse typescript

Last synced: 4 days ago
JSON representation

[Experiment] Parsing Typescript using V8 in Java

Awesome Lists containing this project

README

        

# tsparser-j2v8

`tsparser-j2v8` is an experiment to use [J2V8][j2v8] (Java wrapper around Google V8
Javascript engine) for parsing Typescript code (`.ts.` and `.tsx` files).

Please read [this post][post] on the experiment.

## License

MIT License. Copyright (c) 2022, Sandeep Gupta.

[j2v8]: https://github.com/eclipsesource/J2V8
[post]: https://sangupta.com/tech/parsing-typescript-in-java.html