4 Commits

Author SHA1 Message Date
Alan Agius
0bc15970ad refactor(@schematics/angular): use jsonc-parser instead of devkit parser 2020-11-05 08:31:02 +01:00
eranshmil
5d75699134 fix(@schematics/angular): remove solution style throw an error
remove-solution-style-tsconfig migration fail when upgrading from version 10.0.* to 10.1.* with the following error:
[error] Error: Could not read 'tsconfig.json'
2020-09-24 00:07:48 +03:00
Alan Agius
9511f82fa4 test: update remove solutions style tsconfig test to extend tsconfig.base.json 2020-08-17 18:12:55 +02:00
Alan Agius
8fb52596a0 feat(@schematics/angular): add migration to remove solution style tsconfig
Following the issues highlighted in https://docs.google.com/document/d/1eB6cGCG_2ircfS5GzpDC9dBgikeYYcMxghVH5sDESHw/edit?usp=sharing and discussions held with the TypeScript team. Together with the TypeScript team it was decided that the best course of action is to rollback this feature.

In future, it is not excluded that solution style tsconfigs are re-introduced.

Closes #18040, closes #18130 and closes #18170
2020-08-12 19:26:12 +01:00