67 lines
1.3 KiB
JavaScript
Executable file
67 lines
1.3 KiB
JavaScript
Executable file
|
|
import {createRequire as __cjsCompatRequire} from 'module';
|
|
const require = __cjsCompatRequire(import.meta.url);
|
|
|
|
import {
|
|
ConsoleLogger,
|
|
LogLevel
|
|
} from "../chunk-LYJKWJUC.js";
|
|
import {
|
|
SourceFile,
|
|
SourceFileLoader
|
|
} from "../chunk-2WQIUGOU.js";
|
|
import {
|
|
LogicalFileSystem,
|
|
LogicalProjectPath,
|
|
NgtscCompilerHost,
|
|
NodeJSFileSystem,
|
|
absoluteFrom,
|
|
absoluteFromSourceFile,
|
|
basename,
|
|
dirname,
|
|
getFileSystem,
|
|
getSourceFileOrError,
|
|
isLocalRelativePath,
|
|
isRoot,
|
|
isRooted,
|
|
join,
|
|
relative,
|
|
relativeFrom,
|
|
resolve,
|
|
setFileSystem,
|
|
toRelativeImport
|
|
} from "../chunk-UM6JO3VZ.js";
|
|
import "../chunk-XI2RTGAL.js";
|
|
export {
|
|
ConsoleLogger,
|
|
LogLevel,
|
|
LogicalFileSystem,
|
|
LogicalProjectPath,
|
|
NgtscCompilerHost,
|
|
NodeJSFileSystem,
|
|
SourceFile,
|
|
SourceFileLoader,
|
|
absoluteFrom,
|
|
absoluteFromSourceFile,
|
|
basename,
|
|
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.io/license
|
|
*/
|
|
//# sourceMappingURL=localize.js.map
|