-
Notifications
You must be signed in to change notification settings - Fork 18
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
esbuild outerLoop' error #29
Comments
Does this esbuild tool support https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label |
Firstly I want to say thank you for this great package. I have been really glad using it. I am using Angular 17 and Node 20.11.0 It seems the issue comes from this file, when using esbuild.
If the label and continue was replaced with a break statement, wouldn't the functionality be retained?
I have exactly 0 experience in writing advanced JavaScript and TypeScript as this packages is, And thanks again for this npm package :) |
Yeah, this just bit me as well. I'm also using Angular 17. Too bad. |
@nikel01 Your code looks wrong, since you are only @arogozine The issue is introduced when swapping e.g. |
Hello! I'm the author of esbuild. FWIW I noticed this issue and just fixed this bug in esbuild: https://github.com/evanw/esbuild/releases/tag/v0.21.4. So another solution is potentially to update esbuild instead. |
@evanw I will try this and report back. Thanks |
Unfortunately installing esbuild or esbuild-wasm with the 0.21.5 as dev dependency does not solve the problem |
moving to angular 17 i get a blocking issue using esbuild (does not happen with webpack)
Illegal continue statement: 'outerLoop' does not denote an iteration statement
just wandering if this will affect your great job in the future
thanks
The text was updated successfully, but these errors were encountered: