mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 20:51:42 +03:00
74 lines
1.1 KiB
Plaintext
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 | `-> }
|
|
`----
|