refactor(compiler): rename diagnostics/src/code.ts to diagnostics/src/error_code.ts (#35067)

the new filename is less ambiguous and better reflects the name of the symbol defined in it.

PR Close #35067
This commit is contained in:
Igor Minar
2020-01-30 14:33:04 -08:00
committed by Misko Hevery
parent a4cacb55eb
commit c070037357
4 changed files with 9 additions and 3 deletions

View File

@ -69,7 +69,7 @@ ts_api_guardian_test(
# explicit target because the d.ts file is nested in the core and not part of typical public d.ts api
ts_api_guardian_test(
name = "error_code_api",
actual = "angular/packages/compiler-cli/src/ngtsc/diagnostics/src/code.d.ts",
actual = "angular/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.d.ts",
data = [
":error_code.d.ts",
"//packages/compiler-cli/src/ngtsc/diagnostics",