From c6c93acc32893d891adb39011674c02f3f04999e Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sat, 4 Nov 2023 23:59:44 +0000 Subject: gitignore some shit --- backend/node_modules/set-function-length/env.js | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 backend/node_modules/set-function-length/env.js (limited to 'backend/node_modules/set-function-length/env.js') diff --git a/backend/node_modules/set-function-length/env.js b/backend/node_modules/set-function-length/env.js deleted file mode 100644 index 80c0911..0000000 --- a/backend/node_modules/set-function-length/env.js +++ /dev/null @@ -1,19 +0,0 @@ -'use strict'; - -var gOPD = require('gopd'); - -var functionsHaveConfigurableLengths = gOPD && gOPD(function () {}, 'length').configurable; - -var functionsHaveWritableLengths = gOPD && gOPD(function () {}, 'length').writable; - -var boundFnsHaveConfigurableLengths = gOPD && gOPD(function () {}.bind(), 'length').configurable; - -var boundFnsHaveWritableLengths = gOPD && gOPD(function () {}.bind(), 'length').writable; - -module.exports = { - __proto__: null, - boundFnsHaveConfigurableLengths: boundFnsHaveConfigurableLengths, - boundFnsHaveWritableLengths: boundFnsHaveWritableLengths, - functionsHaveConfigurableLengths: functionsHaveConfigurableLengths, - functionsHaveWritableLengths: functionsHaveWritableLengths -}; -- cgit v1.2.3-70-g09d2