|
|
|
@ -1,6 +1,13 @@
|
|
|
|
|
/* eslint-env node, amd */
|
|
|
|
|
/* eslint no-unused-vars: 0 */
|
|
|
|
|
|
|
|
|
|
module.exports = (function() {
|
|
|
|
|
(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";
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -4952,4 +4959,4 @@ module.exports = (function() {
|
|
|
|
|
SyntaxError: peg$SyntaxError,
|
|
|
|
|
parse: peg$parse
|
|
|
|
|
};
|
|
|
|
|
})();
|
|
|
|
|
});
|
|
|
|
|