fix(core): Make our file reads more robust (no-changelog) (#17162)

This commit is contained in:
Jaakko Husso
2025-07-09 21:51:09 +03:00
committed by GitHub
parent f252a39197
commit bd6d954253
10 changed files with 144 additions and 54 deletions

View File

@@ -6,3 +6,4 @@ export { isObjectLiteral } from './utils/is-object-literal';
export { Logger } from './logging/logger';
export { ModuleRegistry } from './modules/module-registry';
export { ModulesConfig, ModuleName } from './modules/modules.config';
export { isContainedWithin, safeJoinPath } from './utils/path-util';