/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/compiler-cli/src/ngtsc/file_system/index.ts
38 строк
963 B
Joey Perrott
build: migrate localize package to use rules_js (#61613)
26 май 2025, 11:53
26 май 2025, 11:53
b478a43
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export {NgtscCompilerHost} from './src/compiler_host'; export { absoluteFrom, absoluteFromSourceFile, basename, dirname, getFileSystem, isLocalRelativePath, isRoot, isRooted, join, relative, relativeFrom, resolve, setFileSystem, toRelativeImport, } from './src/helpers'; export {LogicalFileSystem, LogicalProjectPath} from './src/logical'; export {NodeJSFileSystem} from './src/node_js_file_system'; export { AbsoluteFsPath, FileStats, FileSystem, PathManipulation, PathSegment, PathString, ReadonlyFileSystem, } from './src/types'; export {getSourceFileOrError} from './src/util'; export {createFileSystemTsReadDirectoryFn} from './src/ts_read_directory'; export {InvalidFileSystem} from './src/invalid_file_system';