esprima.jsx
v0.1.3
Published
JSX wrapper for Esprima that is a high performance, standard-compliant ECMAScript parser.
Downloads
3
Readme
esprima.jsx
Synopsis
JSX wrapper for Esprima that is a high performance, standard-compliant ECMAScript parser.
Code Example
import "esprima.jsx";
class _Main {
static function main(argv : string[]) : void
{
// Write simple usage here!
}
}
Motivation
Write a short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.
Installation
$ npm install esprima.jsx
API Reference
Write reference here!
Development
Repository
- Repository: [email protected]:shibukawa/esprima.jsx.git
- Issues: https://github.org/shibukawa/esprima/issues
Run Test
$ grunt test
Build
# Generate API reference
$ grunt doc
# Build application or library for JS project
$ grunt build
Author
- shibukawa / [email protected]
License
BSD-2-Clause
Complete license is written in LICENSE.md
.