mirror of
https://github.com/circlecell/jsonlint-mod.git
synced 2026-01-21 05:07:49 +08:00
bundle
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user