|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
571 bytes
|
| Line | |
|---|
| 1 | 'use strict';
|
|---|
| 2 | require('../../modules/es.object.create');
|
|---|
| 3 | require('../../modules/es.object.freeze');
|
|---|
| 4 | require('../../modules/es.object.keys');
|
|---|
| 5 | require('../../modules/es.date.to-json');
|
|---|
| 6 | require('../../modules/es.json.is-raw-json');
|
|---|
| 7 | require('../../modules/es.json.parse');
|
|---|
| 8 | require('../../modules/es.json.raw-json');
|
|---|
| 9 | require('../../modules/es.json.stringify');
|
|---|
| 10 | require('../../modules/es.json.to-string-tag');
|
|---|
| 11 | var path = require('../../internals/path');
|
|---|
| 12 |
|
|---|
| 13 | // eslint-disable-next-line es/no-json -- safe
|
|---|
| 14 | module.exports = path.JSON || (path.JSON = { stringify: JSON.stringify });
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.