Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/92hackers/esprima-go
A high performance JavaScript parser written in Go
https://github.com/92hackers/esprima-go
Last synced: about 1 month ago
JSON representation
A high performance JavaScript parser written in Go
- Host: GitHub
- URL: https://github.com/92hackers/esprima-go
- Owner: 92hackers
- Created: 2021-11-06T09:41:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T10:26:50.000Z (about 3 years ago)
- Last Synced: 2024-06-20T23:58:47.109Z (5 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Esprima-Go
Esprima-Go is a JavaScript parser written in Go.
[Esprima](https://github.com/jquery/esprima) is a JavaScript parser written in TypeScript, it's widely used in
javascript-realted projects, While Esprima-Go will expose the same api with Esprima, but much **Faster**.
## Features (In Progress)
1. Sensible syntax tree format as standardized by ESTree project
2. Full support for ECMAScript 2019
3. Full Support for JSX
4. Full Support for TypeScript## Roadmap
1. Replace Esprima where it's used.
2. Benchmark with JavaScript parser that written in javascript,