We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: I want to debug this project, so I need to convert TypeScript to Javascript first, then use VS code to debug
Action version: Specify the action version
Platform:
Runner type:
Tools version:
npm: 6.14.8
Repro steps:
git clone https://github.com/actions/setup-node cd setup-node npm install tsc
Expected behavior: tsc build successfully
Actual behavior: got error
setup-node git:(main) ✗ node_modules/.bin/tsc node_modules/@actions/http-client/interfaces.d.ts:29:16 - error TS2304: Cannot find name 'URL'. 29 parsedUrl: URL; ~~~
The text was updated successfully, but these errors were encountered:
see actions/http-client#37
solution: remove "lib": ["es6"] from tsconfig
"lib": ["es6"]
Sorry, something went wrong.
docs(readme): fix code indent (actions#401)
19bc333
Successfully merging a pull request may close this issue.
Description:
I want to debug this project, so I need to convert TypeScript to Javascript first, then use VS code to debug
Action version:
Specify the action version
Platform:
Runner type:
Tools version:
npm: 6.14.8
Repro steps:
git clone https://github.com/actions/setup-node cd setup-node npm install tsc
Expected behavior:
tsc build successfully
Actual behavior:
got error
The text was updated successfully, but these errors were encountered: