-
-
Notifications
You must be signed in to change notification settings - Fork 8
Make Deno 2.0 compatible #45
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
Conversation
|
Considering to remove Opine tests, since its deps do not work with |
mainly removing the tests which handle opine. there seem to be problems, with the headers after the upgrade to Deno 2.0
|
I've thrown out several tests, mainly because Opine, which seems to play a crucial role in testing is deprecated/ not executable in Deno 2.0 because of deprecated import assertions. Maybe I'll open a pull request, which addresses this issue in Opine' s repo.. Once the dep is fixed, I maybe able to run all tasks |
Based on cmorten#45
|
Hello guys, there is any updates about merging this pull request? I still facing this issue. |
|
Superceded by #47 |

Issue
#46
This package is not compatible with
Deno 2.0, I made a couple changes, which make it work again.I do some doc on this branch in #46 - maybe have a look at this..
Initially I just wanted to replace the
windowVariable, withglobalThiswhich is the new Standard in Deno 2.0.The tests did not ran through - until now, after I've commented out some tests, which involve using
Opineas dependency. Also there some whitespaces, seem to appear where they shouldn't (in http headers).May need approval for workflows to run through, again.
The tests should now run through
Details
windowglobal variable to the newglobalThis.overridestatements to test and others.CheckList