angular/packages/common/http/test
Paul Gschwendtner c9415e4d75 build: ensure bootstrap transitive runfiles are made available (#48521)
Since we generate a `.mjs` file as entry-point for jasmine tests,
a couple of issues prevented the transitive dependencies from
bootstrap targets to be brought in (causing resolution errors):

1. The `_files` (previously `_esm2015`) targets are no longer needed,
   and they also miss all the information on runfiles.
2. The aspect for computing linker mappings does not respect the
   `bootstrap` attribute from the `spec_entrypoint` so we manually
   add the extract ESM output targets (this rule works with the aspect
   and forwards linker mappings).

PR Close #48521
2022-12-19 19:50:41 +00:00
..
BUILD.bazel build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
client_spec.ts feat(http): improve error message for nullish header (#46059) 2022-06-16 14:39:41 -07:00
context_spec.ts feat(http): add has() method to HttpContext class (#43887) 2021-11-04 18:52:18 +00:00
headers_spec.ts feat(http): improve error message for nullish header (#46059) 2022-06-16 14:39:41 -07:00
jsonp_mock.ts refactor(http): change <script>'s ownerDocument in jsonp teardown (#36807) 2022-02-24 17:24:33 +00:00
jsonp_spec.ts build: update to jasmine 4.0 (#45558) 2022-04-11 16:25:28 +00:00
module_spec.ts refactor(common): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:16 -07:00
params_spec.ts fix(common): properly cast http param values to strings (#42643) 2022-05-04 12:43:37 -07:00
provider_spec.ts fix(http): rename withLegacyInterceptors to withInterceptorsFromDi (#47901) 2022-11-03 17:54:03 -07:00
request_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
response_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
xhr_mock.ts fix(common): incorrect error type for XHR errors in TestRequest (#36082) 2021-11-19 21:26:52 +00:00
xhr_spec.ts perf(http): remove IE special status handling (#44354) 2022-02-04 11:45:15 -08:00
xsrf_spec.ts refactor(http): convert the XSRF interceptor to functional style (#47502) 2022-10-06 19:02:45 +00:00