angular/adev/shared-docs/pipeline
Paul Gschwendtner fa123803b4 build: update api-gen to work with compiler as ts_project (#61566)
Compiler now would have `.js` files. Those aren't picked up as ESM,
unless we install the `package.json` with `type: module`. Sounds great
on paper, but doesn't work in reality because the way the compiler
packages are available to `api-gen/` is via the old `rules_nodejs`
linker, so the `packages/package.json` wouldn't work; nor do the
`package.json`s of the e.g. compiler-cli package work- because those
already contain the `exports` of the built npm package.

We fix this in a much more reasonable way, and the whole module
resolution problem by leveraging the pnpm linking here. This works as
expected.

PR Close #61566
2025-05-29 14:39:10 -04:00
..
api-gen build: update api-gen to work with compiler as ts_project (#61566) 2025-05-29 14:39:10 -04:00
examples docs: update tutorials and playground to v20 (#61726) 2025-05-28 09:41:42 -07:00
guides build: move ts_project and ng_project for adev into a macro (#61319) 2025-05-20 08:48:29 +00:00
navigation build: move ts_project and ng_project for adev into a macro (#61319) 2025-05-20 08:48:29 +00:00
tutorials docs: update tutorials and playground to v20 (#61726) 2025-05-28 09:41:42 -07:00
_guides.bzl refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
_navigation.bzl docs(docs-infra): generate errors and extended-diagnostics route NavigationItem-s (#59355) 2025-01-14 11:00:06 -05:00
_playground.bzl refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
_previews.bzl docs: Restructure example build rules (#60778) 2025-04-11 17:19:33 -04:00
_stackblitz.bzl refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
_tutorial.bzl refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
_zip.bzl refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
BUILD.bazel build: disable esbuild metadata file generation (#61636) 2025-05-26 08:57:41 +00:00