angular/adev/shared-docs/pipeline
Alan Agius fc643c9044 build: adopt moduleResolution: "bundler" (#64125)
This commit updates the TypeScript configuration across the project to use `moduleResolution: "bundler"`. This modernizes our module resolution strategy to align with current TypeScript best practices and bundler behaviors.

The following changes are included:
- Updated `tsconfig.json` files to set `moduleResolution` to `"bundler"`.
- Updated the `rules_angular` bazel dependency to a version compatible with these changes.
- Adjusted related test files and golden files to reflect the new module resolution strategy.

PR Close #64125
2025-09-29 14:20:23 -04:00
..
api-gen docs: Introduce API category sorting (#63914) 2025-09-19 14:44:10 +00:00
examples build: adopt moduleResolution: "bundler" (#64125) 2025-09-29 14:20:23 -04:00
guides build: enable strict deps enforcement for ts_project (#63375) 2025-08-26 09:46:30 -07:00
navigation build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
shared docs: add alert about routelinkactive being a content query (#63829) 2025-09-16 15:15:24 +00:00
tutorials build: adopt moduleResolution: "bundler" (#64125) 2025-09-29 14:20:23 -04:00
_guides.bzl docs(docs-infra): auto-links to API entries (#63162) 2025-08-20 13:05:48 +00:00
_navigation.bzl build: migrate remaing esbuild and nodejs_binary usages to new toolchain (#62435) 2025-07-03 08:09:33 +00:00
_playground.bzl build: migrate remaing esbuild and nodejs_binary usages to new toolchain (#62435) 2025-07-03 08:09:33 +00:00
_previews.bzl docs: correctly look for examples in the bin_dir instead of execPath (#62632) 2025-07-14 14:49:16 -07:00
_stackblitz.bzl build: migrate remaing esbuild and nodejs_binary usages to new toolchain (#62435) 2025-07-03 08:09:33 +00:00
_tutorial.bzl build: migrate remaing esbuild and nodejs_binary usages to new toolchain (#62435) 2025-07-03 08:09:33 +00:00
_zip.bzl build: migrate remaing esbuild and nodejs_binary usages to new toolchain (#62435) 2025-07-03 08:09:33 +00:00
BUILD.bazel build: move from using WORKSPACE to MODULE.bazel (#63246) 2025-08-20 08:26:17 +00:00
esbuild.config.mjs build: move all rule/macro loading into adev/defaults.bzl and fix intellisense loading (#62627) 2025-07-14 15:47:05 -07:00