Use jsmodule for jison parser

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
This commit is contained in:
kpdecker
2013-01-13 15:32:29 -06:00
parent 7a3641df5a
commit 3cac2672d0
4 changed files with 8 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
// BEGIN(BROWSER)