/
githubmirror
/
serverless
Обзор
Документация
Войти
/
githubmirror
/
serverless
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/sf-core/src/utils/index.js
70 строк
2 KB
Tomasz Czubocha
fix: restrict SAM/CFN project detection to SAM-supported extensions (#13739)
24 июл 2026, 17:11
Не верифицирован
24 июл 2026, 17:11
daa0bfc
Код
Авторство
О чём код?
// Assuming these are your imports from individual files import { getAwsCredentialProvider } from './credentials/index.js' import { generateShortId, getCliOption, getHumanFriendlyTime, diffObjects, scrambleSensitiveValue, } from './general/index.js' import { fileExists, dirExists, readFile, writeFile, isNotSymbolicLink, copyDirContents, removeFileOrDirectory, parseDeclarativeConfig, renameTemplateInAllFiles, renameDirectory, getConfigFilePath, unzipFile, getRcConfig, saveRcAuthenticatedUser, saveRcAccessKeyV2, removeRcUserSession, removeRcAccessKeyV2, getDotServerlessLocalPath, getDotServerlessGlobalPath, writeAwsCredentialsToFile, getVersions, getRcNotificationLastShown, setRcNotificationLastShown, } from './fs/index.js' import { downloadTemplate, parseRepoURL } from './https/index.js' // Export the combined object as default export { getAwsCredentialProvider, generateShortId, getHumanFriendlyTime, diffObjects, getCliOption, fileExists, dirExists, readFile, writeFile, isNotSymbolicLink, copyDirContents, removeFileOrDirectory, scrambleSensitiveValue, parseDeclarativeConfig, renameTemplateInAllFiles, renameDirectory, getConfigFilePath, unzipFile, getRcConfig, saveRcAuthenticatedUser, saveRcAccessKeyV2, removeRcUserSession, removeRcAccessKeyV2, getDotServerlessLocalPath, getDotServerlessGlobalPath, writeAwsCredentialsToFile, getVersions, getRcNotificationLastShown, setRcNotificationLastShown, downloadTemplate, parseRepoURL, }