mirror of
https://github.com/musix-org/musix-oss
synced 2026-05-26 02:45:22 +00:00
Updated
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.json.to-string-tag');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.JSON || (path.JSON = { stringify: JSON.stringify });
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
var core = require('../../internals/path');
|
||||
var $JSON = core.JSON || (core.JSON = { stringify: JSON.stringify });
|
||||
|
||||
module.exports = function stringify(it) { // eslint-disable-line no-unused-vars
|
||||
return $JSON.stringify.apply($JSON, arguments);
|
||||
};
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
require('../../modules/es.json.to-string-tag');
|
||||
|
||||
module.exports = 'JSON';
|
||||
Reference in New Issue
Block a user