angular/packages/compiler/test/expression_parser
Paul Gschwendtner 8e54b5773f build: move private testing helpers outside platform-browser/testing (#61571)
These helpers are often imported by various tests throughout the
repository, but the helpers aren't exported/exposed from the public
entry-point; even though they confusingly reside in there.

This commit fixes this, and moves the helpers into
`packages/private/testing`. This is a preparation for the `ts_project`
migration where we don't want to leverage deep imports between packages.

PR Close #61571
2025-05-21 16:04:42 +00:00
..
utils refactor(compiler): produce AST for template literals (#59230) 2025-01-21 12:04:52 -08:00
ast_spec.ts refactor(compiler): convert scripts within packages/compiler to relative imports (#60655) 2025-04-01 11:59:14 +00:00
BUILD.bazel build: move private testing helpers outside platform-browser/testing (#61571) 2025-05-21 16:04:42 +00:00
lexer_spec.ts refactor(compiler): convert scripts within packages/compiler to relative imports (#60655) 2025-04-01 11:59:14 +00:00
parser_spec.ts build: move private testing helpers outside platform-browser/testing (#61571) 2025-05-21 16:04:42 +00:00
serializer_spec.ts refactor(compiler): add expression serializer (#58176) 2024-10-16 06:42:37 +00:00