project bootstrap

This commit is contained in:
2023-11-25 18:12:47 -05:00
parent 5cd875ae80
commit 6ef22d88f9
39139 changed files with 4944609 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/apply');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/construct');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/define-property');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/delete-property');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/get-own-property-descriptor');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/get-prototype-of');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/get');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/has');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/is-extensible');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/own-keys');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/prevent-extensions');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/set-prototype-of');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/set');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
require('../../modules/es.reflect.to-string-tag');
module.exports = 'Reflect';