* Add throw expressions Stage 2 proposal: https://github.com/tc39/proposal-throw-expressions * Update babylon * Add to stage 2
3 lines
47 B
JavaScript
3 lines
47 B
JavaScript
function test(a = throw new Error('test')) {
|
|
}
|