angular/packages/compiler-cli/src/ngtsc/annotations
Andrew Kushnir 72664cac19 fix(compiler): use FatalDiagnosticError to generate better error messages (#35244)
Prior to this commit, decorator handling logic in Ngtsc used `Error` to throw errors. This commit replaces most of these instances with `FatalDiagnosticError` class, which provider a better diagnostics error (including location of the problematic code).

PR Close #35244
2020-02-20 11:25:24 -08:00
..
src fix(compiler): use FatalDiagnosticError to generate better error messages (#35244) 2020-02-20 11:25:24 -08:00
test test: handle bootstrap templated_args in jasmine_node_test defaults.bzl (#34736) 2020-01-15 14:58:09 -05:00
BUILD.bazel perf(ivy): reuse prior analysis work during incremental builds (#34288) 2019-12-12 13:11:46 -08:00
index.ts refactor(ivy): remove ngBaseDef (#33264) 2019-10-25 13:11:34 -07:00