UNPKG

203 BJavaScriptView Raw
1exports.a = alert
2// this should be removed, but should not change the meaning of the syntax
3// (not turn it into `exports.a = alert('')`)
4exports.b = 0;
5('oops')
6
7exports.a = alert
8exports.c = ['oops']