localize.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. import {createRequire as __cjsCompatRequire} from 'module';
  2. const require = __cjsCompatRequire(import.meta.url);
  3. import {
  4. ConsoleLogger,
  5. LogLevel
  6. } from "../chunk-GBKXY6BH.js";
  7. import {
  8. SourceFile,
  9. SourceFileLoader
  10. } from "../chunk-5UDS2TPQ.js";
  11. import {
  12. LogicalFileSystem,
  13. LogicalProjectPath,
  14. NgtscCompilerHost,
  15. NodeJSFileSystem,
  16. absoluteFrom,
  17. absoluteFromSourceFile,
  18. basename,
  19. createFileSystemTsReadDirectoryFn,
  20. dirname,
  21. getFileSystem,
  22. getSourceFileOrError,
  23. isLocalRelativePath,
  24. isRoot,
  25. isRooted,
  26. join,
  27. relative,
  28. relativeFrom,
  29. resolve,
  30. setFileSystem,
  31. toRelativeImport
  32. } from "../chunk-STORTTKY.js";
  33. import "../chunk-KPQ72R34.js";
  34. export {
  35. ConsoleLogger,
  36. LogLevel,
  37. LogicalFileSystem,
  38. LogicalProjectPath,
  39. NgtscCompilerHost,
  40. NodeJSFileSystem,
  41. SourceFile,
  42. SourceFileLoader,
  43. absoluteFrom,
  44. absoluteFromSourceFile,
  45. basename,
  46. createFileSystemTsReadDirectoryFn,
  47. dirname,
  48. getFileSystem,
  49. getSourceFileOrError,
  50. isLocalRelativePath,
  51. isRoot,
  52. isRooted,
  53. join,
  54. relative,
  55. relativeFrom,
  56. resolve,
  57. setFileSystem,
  58. toRelativeImport
  59. };
  60. /**
  61. * @license
  62. * Copyright Google LLC All Rights Reserved.
  63. *
  64. * Use of this source code is governed by an MIT-style license that can be
  65. * found in the LICENSE file at https://angular.dev/license
  66. */
  67. //# sourceMappingURL=localize.js.map