123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- import {createRequire as __cjsCompatRequire} from 'module';
- const require = __cjsCompatRequire(import.meta.url);
-
- import {
- ConsoleLogger,
- LogLevel
- } from "../chunk-GBKXY6BH.js";
- import {
- SourceFile,
- SourceFileLoader
- } from "../chunk-5UDS2TPQ.js";
- import {
- LogicalFileSystem,
- LogicalProjectPath,
- NgtscCompilerHost,
- NodeJSFileSystem,
- absoluteFrom,
- absoluteFromSourceFile,
- basename,
- createFileSystemTsReadDirectoryFn,
- dirname,
- getFileSystem,
- getSourceFileOrError,
- isLocalRelativePath,
- isRoot,
- isRooted,
- join,
- relative,
- relativeFrom,
- resolve,
- setFileSystem,
- toRelativeImport
- } from "../chunk-STORTTKY.js";
- import "../chunk-KPQ72R34.js";
- export {
- ConsoleLogger,
- LogLevel,
- LogicalFileSystem,
- LogicalProjectPath,
- NgtscCompilerHost,
- NodeJSFileSystem,
- SourceFile,
- SourceFileLoader,
- absoluteFrom,
- absoluteFromSourceFile,
- basename,
- createFileSystemTsReadDirectoryFn,
- dirname,
- getFileSystem,
- getSourceFileOrError,
- isLocalRelativePath,
- isRoot,
- isRooted,
- join,
- relative,
- relativeFrom,
- resolve,
- setFileSystem,
- toRelativeImport
- };
- /**
- * @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
- */
- //# sourceMappingURL=localize.js.map
|