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:
@ -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",
|
||||
|
Reference in New Issue
Block a user