node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/apply');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/construct');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/define-property');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/delete-property');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/get-own-property-descriptor');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/get-prototype-of');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/get');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/has');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/is-extensible');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/own-keys');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/prevent-extensions');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/set-prototype-of');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/reflect/set');
module.exports = parent;

View File

@@ -0,0 +1,4 @@
'use strict';
require('../../modules/es.reflect.to-string-tag');
module.exports = 'Reflect';