testing.mjs 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /**
  2. * @license Angular v16.0.4
  3. * (c) 2010-2022 Google LLC. https://angular.io/
  4. * License: MIT
  5. */
  6. /**
  7. * @module
  8. * @description
  9. * Entry point for all APIs of the compiler package.
  10. *
  11. * <div class="callout is-critical">
  12. * <header>Unstable APIs</header>
  13. * <p>
  14. * All compiler apis are currently considered experimental and private!
  15. * </p>
  16. * <p>
  17. * We expect the APIs in this package to keep on changing. Do not rely on them.
  18. * </p>
  19. * </div>
  20. */
  21. // TODO(alxhub): @angular/compiler/testing is unused in Ivy. A placeholder
  22. // is left here because the components repo still depends on this package
  23. // directly. It will be cleaned up at a later date.
  24. //
  25. // This export ensures this package is not empty.
  26. const unusedExport = true;
  27. /// <reference types="node" />
  28. // This file only reexports content of the `src` folder. Keep it that way.
  29. // This file is not used to build this module. It is only used during editing
  30. /**
  31. * Generated bundle index. Do not edit.
  32. */
  33. export { unusedExport };
  34. //# sourceMappingURL=testing.mjs.map