-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Declare global prototype in JSDOMEnvironment to fix issue #8347 #8352
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Could you update the changelog? :)
@SimenB I updated PR and changelog. |
Codecov Report
@@ Coverage Diff @@
## master #8352 +/- ##
==========================================
+ Coverage 62.18% 62.18% +<.01%
==========================================
Files 266 266
Lines 10704 10703 -1
Branches 2604 2604
==========================================
Hits 6656 6656
+ Misses 3462 3461 -1
Partials 586 586
Continue to review full report at Codecov.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have described an issue at #8347.
We know ignores were not emitted by Typescript creating declaration files (ref microsoft/TypeScript#20360) and we can't build in your Typescript project if not skip checking types in libraries using.
I re-declared
global
prototype in JSDOMEnvironment class. I checked in my project and build files.