Enable compilerOptions.experimentalDecorators for compatibility with Deno 1.41 #60
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
heni/discord-irc!60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "deno-v1.41"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Deno 1.41 have an entirely different Decorator API, and libraries we use (mainly Harmony) is not ported to it. To get benefits of smaller
deno compileand native ARM64 Linux outputs, we allow old Decorator API for now.To add a note:
aarch64-unknown-linux-gnutarget is still not added todeno compile --targetflag.I cloned Deno locally and added
aarch64Linux target to see if it was uncomplete or just aren't added tocompileflags, and it seems the latter. We just need to wait for Deno to add those targets. After that we can droppirunner.Also there seems to be a bug withDoesn't happen with CI or Docker, might be related to my system.compile, it won't save the output file withos error 13. I'm hoping those will be fixed with Deno 1.41.1.Apparently, denoland/deno#22542 exists.