-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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.bundle() option target 2015 is invalid in v1.5.2/v1.5.3 #8411
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Do we support |
From FYI: The compiler APIs consolidated into |
ES3 target may or may not work. We don't test for it and if there are issue with it we won't fix them. |
https://github.com/iugo/deno-with-ts/tree/a290847df25c8ac505afecad3fd5bfe3845d66a4
deno upgrade --version 1.4.6
,deno run --unstable --allow-all run.ts
.deno upgrade --version 1.5.3
,deno run --unstable --allow-all run.ts
.In v1.5.2+, deno loses the ability to compile.
The text was updated successfully, but these errors were encountered: