summaryrefslogtreecommitdiffstats
path: root/src/parser-prefix.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove jshint completelykpdecker2015-04-271-1/+0
|
* Cleanup from code coverage reportkpdecker2014-08-231-0/+1
|
* Run jshint on outputkpdecker2013-12-011-0/+1
| | | Allows us to execute jshint in non-forced mode.
* Generate parser as es6 modulekpdecker2013-10-011-1/+0
|
* Use jsmodule for jison parserkpdecker2013-01-131-0/+1
Removes unnecessary commonjs code generated for the parser. This reduces the size of the parse by about 700bytes and should resolve lookup issues with browserify and other static analysis tools. See #220