swc/crates/swc_ecma_parser/tests/span/js/stmt/try-catch.js.span.swc-stderr
2023-10-25 22:59:03 +00:00

74 lines
1.1 KiB
Plaintext

x Module
,-[$DIR/tests/span/js/stmt/try-catch.js:1:1]
1 | ,-> try {
2 | |
3 | | } catch (e) {
4 | |
5 | `-> }
`----
x ModuleItem
,-[$DIR/tests/span/js/stmt/try-catch.js:1:1]
1 | ,-> try {
2 | |
3 | | } catch (e) {
4 | |
5 | `-> }
`----
x Stmt
,-[$DIR/tests/span/js/stmt/try-catch.js:1:1]
1 | ,-> try {
2 | |
3 | | } catch (e) {
4 | |
5 | `-> }
`----
x TryStmt
,-[$DIR/tests/span/js/stmt/try-catch.js:1:1]
1 | ,-> try {
2 | |
3 | | } catch (e) {
4 | |
5 | `-> }
`----
x BlockStmt
,-[$DIR/tests/span/js/stmt/try-catch.js:1:1]
1 | ,-> try {
2 | |
3 | `-> } catch (e) {
`----
x CatchClause
,-[$DIR/tests/span/js/stmt/try-catch.js:2:1]
2 |
3 | ,-> } catch (e) {
4 | |
5 | `-> }
`----
x Pat
,-[$DIR/tests/span/js/stmt/try-catch.js:2:1]
2 |
3 | } catch (e) {
: ^
`----
x Ident
,-[$DIR/tests/span/js/stmt/try-catch.js:2:1]
2 |
3 | } catch (e) {
: ^
`----
x BlockStmt
,-[$DIR/tests/span/js/stmt/try-catch.js:2:1]
2 |
3 | ,-> } catch (e) {
4 | |
5 | `-> }
`----