/
asias
/
new
Обзор
Документация
Войти
/
asias
/
new
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/rollup/dist/loadConfigFile.js
27 строк
584 B
AnastasyaDemina
project
07 дек 2025, 23:03
07 дек 2025, 23:03
7c21e25
Код
Авторство
О чём код?
/* @license Rollup.js v2.79.2 Thu, 26 Sep 2024 18:44:14 GMT - commit 48aef33cf2f2a6dfb175afb3bcd6a977c81f1d5c https://github.com/rollup/rollup Released under the MIT License. */ 'use strict'; require('path'); require('process'); require('url'); const loadConfigFile_js = require('./shared/loadConfigFile.js'); require('./shared/rollup.js'); require('./shared/mergeOptions.js'); require('tty'); require('perf_hooks'); require('crypto'); require('fs'); require('events'); module.exports = loadConfigFile_js.loadAndParseConfigFile; //# sourceMappingURL=loadConfigFile.js.map