migrations.js 981 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. import {createRequire as __cjsCompatRequire} from 'module';
  2. const require = __cjsCompatRequire(import.meta.url);
  3. import {
  4. DynamicValue,
  5. PartialEvaluator,
  6. PotentialImportKind,
  7. PotentialImportMode,
  8. StaticInterpreter,
  9. createForwardRefResolver
  10. } from "../chunk-YNWO773W.js";
  11. import {
  12. ImportManager,
  13. Reference,
  14. TypeScriptReflectionHost,
  15. reflectObjectLiteral
  16. } from "../chunk-KOIBHR3X.js";
  17. import "../chunk-I6R3GL3L.js";
  18. import "../chunk-STORTTKY.js";
  19. import "../chunk-KPQ72R34.js";
  20. export {
  21. DynamicValue,
  22. ImportManager,
  23. PartialEvaluator,
  24. PotentialImportKind,
  25. PotentialImportMode,
  26. Reference,
  27. StaticInterpreter,
  28. TypeScriptReflectionHost,
  29. createForwardRefResolver,
  30. reflectObjectLiteral
  31. };
  32. /**
  33. * @license
  34. * Copyright Google LLC All Rights Reserved.
  35. *
  36. * Use of this source code is governed by an MIT-style license that can be
  37. * found in the LICENSE file at https://angular.dev/license
  38. */
  39. //# sourceMappingURL=migrations.js.map