angular/packages/compiler-cli/test/compliance/test_helpers
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
..
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
check_errors.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
check_expectations.ts build: update the failure message with the correct command (#63219) 2025-08-18 15:08:56 +00:00
check_type_declarations.ts feat(compiler-cli): add experimental support for fast type declaration emission (#61334) 2025-05-14 14:07:37 -07:00
compile_test.ts build: adopt moduleResolution: "bundler" (#64125) 2025-09-29 14:20:23 -04:00
di_checks.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
expect_emit.ts build: migrate packages/compiler-cli to ts_project (#61826) 2025-06-03 11:41:52 +02:00
expected_file_macros.ts build: migrate packages/compiler-cli to ts_project (#61826) 2025-06-03 11:41:52 +02:00
function_checks.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
get_compliance_tests.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
golden_partials.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
i18n_checks.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
i18n_helpers.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
sourcemap_helpers.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
test_runner.ts feat(compiler-cli): add experimental support for fast type declaration emission (#61334) 2025-05-14 14:07:37 -07:00