angular/packages/compiler-cli/test/compliance/local
Payam Valadkhan c1d46b8c08 refactor(compiler-cli): add local option to compliance test infra (#50577)
The option 'local compile' is added for the test cases, and the locally compiled file for an input `abc.ts` is compared by default with the file `abc.local.js`. This allows to use the same input `abc.ts` for both full compilation (compared with `abc.js`) and local compilation (compared with `abc.local.js`). An example is provided in the next commit when compliance tests are added for the NgModule local compilation.

PR Close #50577
2023-06-30 11:38:35 -07:00
..
BUILD.bazel refactor(compiler-cli): add local option to compliance test infra (#50577) 2023-06-30 11:38:35 -07:00
local_compile_spec.ts refactor(compiler-cli): add local option to compliance test infra (#50577) 2023-06-30 11:38:35 -07:00