angular/packages/private/testing
Paul Gschwendtner 5c670b8f77 refactor: adjust packages/core/test to work with ESM (#48521)
The `packages/core/test` test code was relying on non-ESM
compatible features like untyped `require` calls.

We switch these to ESM `import` statements/expressions and
make it strongly typed. It's a trade-off between type-safety
and the dependency graph- but it feels more reasonable typing
this properly to actually benefit from the type system provided
by using TypeScript.

Additionally, we align the IDE tsconfigs to use `esnext` as module
because that is what we use in Bazel and it allows us to use
top-level await.

PR Close #48521
2022-12-19 19:50:42 +00:00
..
src refactor: adjust packages/core/test to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
BUILD.bazel refactor: adjust packages/core/test to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
index.ts refactor(core): rename a file to avoid old terminology (to avoid mentioning render3) (#46250) 2022-06-06 16:12:32 -07:00