Merge pull request #8 from AJIXuMuK/gcb-ts-remove-rushstach-3.2

gcb-typescript: remove rushstack compiler 3.2 dep
This commit is contained in:
Ian Clanton-Thuon 2022-03-29 17:22:55 -07:00 коммит произвёл GitHub
Родитель 13e06d14aa e1e456013d
Коммит ad3477eec5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 12 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@microsoft/gulp-core-build-typescript",
"comment": "Update a dependency on RSC-3.2 to point to RSC-4.5.",
"type": "patch"
}
],
"packageName": "@microsoft/gulp-core-build-typescript",
"email": "aterentiev@microsoft.com"
}

Просмотреть файл

@ -60,7 +60,7 @@ export abstract class RSCTask<TTaskConfig extends IRSCTaskConfig> extends GulpTa
'Unable to resolve rush-stack-compiler from tsconfig.json. Using built-in compiler'
);
const builtInCompilerPath: string | undefined = RSCTask._packageJsonLookup.tryGetPackageFolderFor(
require.resolve('@microsoft/rush-stack-compiler-3.2')
require.resolve('@microsoft/rush-stack-compiler-4.5')
);
if (!builtInCompilerPath) {
throw new Error(