-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
-
generic
-
generic
For JDK-8051889 we need to throw SyntaxErrors for cases like duplicate let/const declarations that are naturally detected in the AssignSymbols phase. Currently we only support throwing JS errors from the parser or at runtime. We need to add support for throwing JS errors from compile phases.