This commit is contained in:
Andrey Gubanov (his digital copy)
2016-09-25 15:55:43 +03:00
parent 39f5c3dc89
commit 1d18f80902
5 changed files with 815 additions and 8 deletions

View File

@@ -53,7 +53,7 @@
prototype, push, r, t, text
*/
module.exports = (function () {
var ___dougJSONParse = (function () {
"use strict";
// This is a function that can parse a JSON text, producing a JavaScript
@@ -354,3 +354,7 @@ module.exports = (function () {
: result;
};
}());
if(typeof module === 'object' && module.exports) {
module.exports = ___dougJSONParse;
}