swc/crates/swc_ecma_parser/tests/errors/label/input.js.stderr

7 lines
149 B
Plaintext
Raw Normal View History

x Function cannot be labelled in strict mode
,-[$DIR/tests/errors/label/input.js:2:1]
2 | a: function b() {}
: ^^^^^^^^^^^^^^^
`----