There was an error while loading. Please reload this page.
Bug report or Feature request?
Bug report
Version (complete output of terser -V or specific git commit) Complete CLI command or minify() options used I use terser playground
terser -V
minify()
terser input
terser
new A()``
terser output or error
new A``
which would be parsed as new (A``) Expected result output
new A()`` // or (new A)``