-
Notifications
You must be signed in to change notification settings - Fork 19
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
Casting tricks don't work #18
Comments
This is intended. Variable The reason for this is, that the casting trick through |
Pretty sure that I have tried this but without success. Tho, I might have been on a wrong version of |
I think I figured it out. The latest version of tsec seems to have lost the postinstall script that allows it to build, so even with the upgrade, it is still running old code. I've raised the issue internally and we'll work on a fix. |
Oh, that explains a lot |
yarn && yarn tsec-compile-check
trustedOrString as unknown as string
This is an example (there are a few more) where tsec complaints although it shouldn't
https://github.com/microsoft/vscode/blob/5f569de4cd54e43d0239e339b5f4e60f367cf75f/src%2Fvs%2Fworkbench%2Fcontrib%2Fnotebook%2Fbrowser%2Fview%2Frenderers%2FcellRenderer.ts#L595
The text was updated successfully, but these errors were encountered: