Regenerate lib/parser.js

redux
David Majda 8 years ago
parent 75cd17ed58
commit 6ca546a44e

@ -6,13 +6,7 @@
*
* http://pegjs.org/
*/
(function(root, factory) {
if (typeof define === "function" && define.amd) {
define([], factory);
} else if (typeof module === "object" && module.exports) {
module.exports = factory();
}
})(this, function() {
"use strict";
function peg$subclass(child, parent) {
@ -5043,8 +5037,7 @@
}
}
return {
module.exports = {
SyntaxError: peg$SyntaxError,
parse: peg$parse
};
});

Loading…
Cancel
Save