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 @@
{"version":3,"file":"import-default.mjs","sources":["../src/import-default.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-var-requires */\n\nexport default function importDefault(modName: string) {\n const mod = require(modName);\n return mod && mod.__esModule ? mod.default : mod;\n}\n"],"names":["importDefault","modName","mod","require","__esModule","default"],"mappings":"AAAA,wDAEe,SAASA,aAAAA,CAAcC,OAAe,EAAA;AACnD,IAAA,MAAMC,MAAMC,OAAQF,CAAAA,OAAAA,CAAAA;AACpB,IAAA,OAAOC,OAAOA,GAAIE,CAAAA,UAAU,GAAGF,GAAAA,CAAIG,OAAO,GAAGH,GAAAA;AAC/C;;;;"}