angular/packages/core/schematics/utils
Alan Agius 2efc18e675 fix(migrations): migration failed finding tsconfig file (#43343)
With this change we change the logic to locate the tsconfig files. The public API to locate, read and parse the workspace configuration should be use instead of the custom implemented logic.

The custom implemented logic depended on methods which have long been deprecated and are not removed in version 13 of the Angular CLI. This was not caught during development/UT because this repo is using outdated Angular Tooling packages.

This change also updates a number of spec files which previously creating an invalid Angular workspace configuration file.

Closes #43334

PR Close #43343
2021-09-07 23:16:56 +00:00
..
tslint feat(compiler-cli): add support for TypeScript 4.0 (#38076) 2020-08-24 13:06:59 -07:00
typescript feat(core): support TypeScript 4.3 (#42022) 2021-06-04 11:17:09 -07:00
BUILD.bazel fix(migrations): migration failed finding tsconfig file (#43343) 2021-09-07 23:16:56 +00:00
import_manager.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
line_mappings.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ng_component_template.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ng_decorators.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
parse_html.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
project_tsconfig_paths.ts fix(migrations): migration failed finding tsconfig file (#43343) 2021-09-07 23:16:56 +00:00
schematics_prompt.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00