Open
Description
const fn = () => true ? throw 'true' : throw Error('false')
causes Unexpected token throw
.
https://github.com/tc39/proposal-throw-expressions (stage 2)
const fn = () => true ? throw 'true' : throw Error('false')
causes Unexpected token throw
.
https://github.com/tc39/proposal-throw-expressions (stage 2)
Activity