You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Severe error occurred in transpiler=es message=element to process may not be null.
java.lang.IllegalArgumentException: element to process may not be null
at org.eclipse.n4js.transpiler.print.PrettyPrinterEcmaScript.process(PrettyPrinterEcmaScript.java:1257)
at org.eclipse.n4js.transpiler.print.PrettyPrinterEcmaScript.caseParenExpression(PrettyPrinterEcmaScript.java:691)
at org.eclipse.n4js.transpiler.print.PrettyPrinterEcmaScript.caseParenExpression(PrettyPrinterEcmaScript.java:1)
at org.eclipse.n4js.n4JS.util.N4JSSwitch.doSwitch(N4JSSwitch.java:745)
at org.eclipse.n4js.transpiler.print.PrettyPrinterEcmaScript.doSwitch(PrettyPrinterEcmaScript.java:82)
at org.eclipse.n4js.transpiler.print.PrettyPrinterEcmaScript.doSwitch(PrettyPrinterEcmaScript.java:1)
at org.eclipse.emf.ecore.util.Switch.doSwitch(Switch.java:53)
at org.eclipse.n4js.transpiler.print.PrettyPrinterEcmaScript.doSwitch(PrettyPrinterEcmaScript.java:75)
at org.eclipse.n4js.transpiler.print.PrettyPrinterEcmaScript.doSwitch(PrettyPrinterEcmaScript.java:1)
at org.eclipse.emf.ecore.util.Switch.doSwitch(Switch.java:69)
Exception:
To reproduce:
Note: if the line break after
let elem = <MyElement header={(
is removed, a syntax error is shown.The text was updated successfully, but these errors were encountered: