Changeset 79a0317 for imaps-frontend/node_modules/rollup/dist/shared
- Timestamp:
- 01/21/25 03:08:24 (2 weeks ago)
- Branches:
- main
- Parents:
- 0c6b92a
- Location:
- imaps-frontend/node_modules/rollup/dist/shared
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/rollup/dist/shared/fsevents-importer.js
r0c6b92a r79a0317 1 1 /* 2 2 @license 3 Rollup.js v4.2 7.44 Sat, 23 Nov 2024 06:59:50 GMT - commit e805b546405a4e6cfccd3fe73e9f4df7700238243 Rollup.js v4.28.1 4 Fri, 06 Dec 2024 11:44:27 GMT - commit e60fb1c5d4e54ed5257495215eeda1bb43cf54ba 5 5 6 6 https://github.com/rollup/rollup -
imaps-frontend/node_modules/rollup/dist/shared/index.js
r0c6b92a r79a0317 1 1 /* 2 2 @license 3 Rollup.js v4.2 7.44 Sat, 23 Nov 2024 06:59:50 GMT - commit e805b546405a4e6cfccd3fe73e9f4df7700238243 Rollup.js v4.28.1 4 Fri, 06 Dec 2024 11:44:27 GMT - commit e60fb1c5d4e54ed5257495215eeda1bb43cf54ba 5 5 6 6 https://github.com/rollup/rollup -
imaps-frontend/node_modules/rollup/dist/shared/loadConfigFile.js
r0c6b92a r79a0317 1 1 /* 2 2 @license 3 Rollup.js v4.2 7.44 Sat, 23 Nov 2024 06:59:50 GMT - commit e805b546405a4e6cfccd3fe73e9f4df7700238243 Rollup.js v4.28.1 4 Fri, 06 Dec 2024 11:44:27 GMT - commit e60fb1c5d4e54ed5257495215eeda1bb43cf54ba 5 5 6 6 https://github.com/rollup/rollup … … 487 487 return namespace.default || namespace; 488 488 } 489 function getConfigImportAttributesKey(input) { 490 if (input === 'assert' || input === 'with') 491 return input; 492 return; 493 } 489 494 async function loadTranspiledConfigFile(fileName, commandOptions) { 490 const { bundleConfigAsCjs, configPlugin, silent } = commandOptions;495 const { bundleConfigAsCjs, configPlugin, configImportAttributesKey, silent } = commandOptions; 491 496 const warnings = batchWarnings(commandOptions); 492 497 const inputOptions = { … … 502 507 exports: 'named', 503 508 format: bundleConfigAsCjs ? 'cjs' : 'es', 509 importAttributesKey: getConfigImportAttributesKey(configImportAttributesKey), 504 510 plugins: [ 505 511 { -
imaps-frontend/node_modules/rollup/dist/shared/parseAst.js
r0c6b92a r79a0317 1 1 /* 2 2 @license 3 Rollup.js v4.2 7.44 Sat, 23 Nov 2024 06:59:50 GMT - commit e805b546405a4e6cfccd3fe73e9f4df7700238243 Rollup.js v4.28.1 4 Fri, 06 Dec 2024 11:44:27 GMT - commit e60fb1c5d4e54ed5257495215eeda1bb43cf54ba 5 5 6 6 https://github.com/rollup/rollup -
imaps-frontend/node_modules/rollup/dist/shared/rollup.js
r0c6b92a r79a0317 1 1 /* 2 2 @license 3 Rollup.js v4.2 7.44 Sat, 23 Nov 2024 06:59:50 GMT - commit e805b546405a4e6cfccd3fe73e9f4df7700238243 Rollup.js v4.28.1 4 Fri, 06 Dec 2024 11:44:27 GMT - commit e60fb1c5d4e54ed5257495215eeda1bb43cf54ba 5 5 6 6 https://github.com/rollup/rollup … … 32 32 const tty__namespace = /*#__PURE__*/_interopNamespaceDefault(tty); 33 33 34 var version = "4.2 7.4";34 var version = "4.28.1"; 35 35 36 36 function ensureArray$1(items) { … … 1246 1246 'bundleConfigAsCjs', 1247 1247 'config', 1248 'configImportAttributesKey', 1248 1249 'configPlugin', 1249 1250 'environment', -
imaps-frontend/node_modules/rollup/dist/shared/watch-cli.js
r0c6b92a r79a0317 1 1 /* 2 2 @license 3 Rollup.js v4.2 7.44 Sat, 23 Nov 2024 06:59:50 GMT - commit e805b546405a4e6cfccd3fe73e9f4df7700238243 Rollup.js v4.28.1 4 Fri, 06 Dec 2024 11:44:27 GMT - commit e60fb1c5d4e54ed5257495215eeda1bb43cf54ba 5 5 6 6 https://github.com/rollup/rollup -
imaps-frontend/node_modules/rollup/dist/shared/watch.js
r0c6b92a r79a0317 1 1 /* 2 2 @license 3 Rollup.js v4.2 7.44 Sat, 23 Nov 2024 06:59:50 GMT - commit e805b546405a4e6cfccd3fe73e9f4df7700238243 Rollup.js v4.28.1 4 Fri, 06 Dec 2024 11:44:27 GMT - commit e60fb1c5d4e54ed5257495215eeda1bb43cf54ba 5 5 6 6 https://github.com/rollup/rollup
Note:
See TracChangeset
for help on using the changeset viewer.