Skip to content
New issue

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

Compilation fails: Unknown compiler option 'strictBindCallApply' #1

Open
miklosme opened this issue Apr 11, 2019 · 4 comments
Open

Comments

@miklosme
Copy link

Building the extension is not possible, this error happens when trying to run the compile script:

$ yarn compile
yarn run v1.12.3
$ tsc -p ./
node_modules/@sentry/typescript/tsconfig.json:21:5 - error TS5023: Unknown compiler option 'strictBindCallApply'.

21     "strictBindCallApply": false,
       ~~~~~~~~~~~~~~~~~~~~~


error Command failed with exit code 2.
@miklosme
Copy link
Author

Upgrading the typescript package to the latest version, and doing npm install instead of yarn solved the compilation issue.

@untitaker
Copy link
Member

That's great, could you make a PR?

@miklosme
Copy link
Author

I'd like to, but it still doesn't work. The extension is loaded, but can't see the commands in the command palette. Does this supposed to work with the latest VSCode?

@untitaker
Copy link
Member

We don't know. We wrote this in one week and never touched it since. I think we'd have to take some time to make it work again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants