chunk-ZSPLLTLI.js 958 B

12345678910111213141516171819202122232425262728293031323334
  1. import {createRequire as __cjsCompatRequire} from 'module';
  2. const require = __cjsCompatRequire(import.meta.url);
  3. import {
  4. angularJitApplicationTransform
  5. } from "./chunk-YEQZ4XY7.js";
  6. // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
  7. var GLOBAL_DEFS_FOR_TERSER = {
  8. ngDevMode: false,
  9. ngI18nClosureMode: false
  10. };
  11. var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = {
  12. ...GLOBAL_DEFS_FOR_TERSER,
  13. ngJitMode: false
  14. };
  15. var constructorParametersDownlevelTransform = (program, isCore = false) => {
  16. return angularJitApplicationTransform(program, isCore);
  17. };
  18. export {
  19. GLOBAL_DEFS_FOR_TERSER,
  20. GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
  21. constructorParametersDownlevelTransform
  22. };
  23. /**
  24. * @license
  25. * Copyright Google LLC All Rights Reserved.
  26. *
  27. * Use of this source code is governed by an MIT-style license that can be
  28. * found in the LICENSE file at https://angular.dev/license
  29. */
  30. //# sourceMappingURL=chunk-ZSPLLTLI.js.map