-
Notifications
You must be signed in to change notification settings - Fork 167
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
Deno 1.7.0 incompatibility #92
Comments
See for more info. Line 620 in 0456c9d
|
Possibly related changes to |
We have to figure out some way for the SSR part to basically run with |
Removing the following seems to be working for the time being. Lines 620 to 633 in 0456c9d
|
Yeah it prob should work, but I feel like we should look into changing how we do SSR right now. Currently we use a fork of Deno DOM, but as @ije said, we should try avoiding use of deno dom to polyfill everything. |
Okie. I do feel if this doesn't break anything and does solve the issue, this or another fix should be added. Would be a bummer if someone came along with everything up to date and aleph fails. |
I don't know for sure but I think the new compiler is changing the way we do SSR |
@FallingSnow you are right, i think we can use |
ensure we can get a right |
It doesn't seem like that is possible |
ok, i'm going to remove all the browser polyfill objects: 068062f |
i just released an alpha version, now it should work in deno 1.7: deno install -A -f --location=http://localhost -n aleph https://deno.land/x/[email protected]/cli.ts |
Just in case, someone will surf for latest 2021 issue... I got deno
And then executing
Note: localhost:8080 worked/running well. I got some reading here and this issue last comment got me a hint, so I re-installed aleph:
And now Not yet sure, if |
@alundiak That is already a problem that has been reported, though an issue has not been made. Could you create one so it could be tracked somewhere else? |
@shadowtime2000 I wanted to avoid duplication, I've already seen a few similar issues and PRs. So I will not create a new one. Unless it will appear again with deno |
@alundiak I mean like, commenting on a dead issue that was resolved months ago doesn't really help avoid duplication lol. but okay. |
the old aleph |
See denoland/deno#4981 (comment)
The text was updated successfully, but these errors were encountered: