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
The syntax error message for import.meta is worse than google-closure-compiler — provides misleading line number and does not specify exactly what went wrong.
Take the following code sample and attempt to compile it.
What's the issue?
The syntax error message for
import.meta
is worse thangoogle-closure-compiler
— provides misleading line number and does not specify exactly what went wrong.Take the following code sample and attempt to compile it.
rollup-plugin-closure-compiler
outputs the following error, which is misleading.google-closure-compiler
outputs the following error, which is crystal-clear.How do we reproduce the issue?
Surely some of this is superfluous, but here's my configuration.
Thanks in advance for any effort towards correcting this!
The text was updated successfully, but these errors were encountered: