To summarize the changes made in this commit: #665
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
build:
Scripts/ts/delete-github-package-version.ts#L13
Cannot find module 'process' or its corresponding type declarations.
|
build:
Scripts/ts/delete-github-package-version.ts#L16
Cannot find module 'yargs/yargs' or its corresponding type declarations.
|
build:
Scripts/ts/delete-github-package-version.ts#L17
Cannot find module 'yargs/helpers' or its corresponding type declarations.
|
build:
Scripts/ts/delete-github-package-version.ts#L18
Cannot find module 'semver' or its corresponding type declarations.
|
build:
Scripts/ts/delete-github-package-version.ts#L21
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
|
build:
Scripts/ts/github-cli.ts#L15
Cannot find module '@octokit/core' or its corresponding type declarations.
|
build:
Scripts/ts/github-cli.ts#L16
Cannot find module 'semver' or its corresponding type declarations.
|
build:
Scripts/ts/github-cli.ts#L18
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
|
build:
Scripts/ts/github-cli.ts#L19
'Promise' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later.
|
build:
Scripts/ts/github-cli.ts#L19
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
|