Initial Save
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
var parent = require('../../stable/json');
|
||||
require('../../modules/es.object.create');
|
||||
require('../../modules/es.object.freeze');
|
||||
require('../../modules/es.object.keys');
|
||||
require('../../modules/esnext.json.is-raw-json');
|
||||
require('../../modules/esnext.json.parse');
|
||||
require('../../modules/esnext.json.raw-json');
|
||||
|
||||
module.exports = parent;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
require('../../modules/esnext.json.is-raw-json');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.JSON.isRawJSON;
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
require('../../modules/es.object.keys');
|
||||
require('../../modules/esnext.json.parse');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.JSON.parse;
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
require('../../modules/es.object.create');
|
||||
require('../../modules/es.object.freeze');
|
||||
require('../../modules/esnext.json.raw-json');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.JSON.rawJSON;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
var parent = require('../../stable/json/stringify');
|
||||
|
||||
module.exports = parent;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
var parent = require('../../stable/json/to-string-tag');
|
||||
|
||||
module.exports = parent;
|
||||
Reference in New Issue
Block a user