0.1.3 • Published 11 years ago

esprima.jsx v0.1.3

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

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

Run Test

$ grunt test

Build

# Generate API reference
$ grunt doc

# Build application or library for JS project
$ grunt build

Author

  • shibukawa / yoshiki@shibu.jp

License

BSD-2-Clause

Complete license is written in LICENSE.md.

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago