-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
cac not working with Deno 1.0.0 #75
Comments
🎉 This issue has been resolved in version 6.5.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I completely removed that for Deno since |
@egoist Thank you for the quick fix. I've updated my code to work with your last upgrade and included the types but vscode with the deno extension is still complaining here: https://github.com/BentoumiTech/denox/blob/612a2e43f7f16ba53b08cd1c6cfedc8ebe7a6d89/denox.ts#L19 Do you have any idea on why this is reporting an error ? |
Ah sorry I just realized this feature is not supported by the vscode plugin yet. denoland/vscode_deno#21 |
@egoist No worries, thanks for your help :) |
Issue Type
Deno recently removed the usage of
window.location.pathname
which now break the fix that was implemented in #70Expected
cac
working with DenoActual
Rising an exception
Possible Solutions
Replace
deno && typeof window !== 'undefined' && window.location.pathname
withimport.meta.url
Info
The text was updated successfully, but these errors were encountered: