mirror of
https://github.com/swc-project/swc.git
synced 2024-12-12 13:33:23 +03:00
90 lines
1.5 KiB
Plaintext
90 lines
1.5 KiB
Plaintext
|
|
x Module
|
|
,-[$DIR/tests/span/js/stmt/try-catch-finally.js:1:1]
|
|
1 | ,-> try {
|
|
2 | |
|
|
3 | | } catch (e) {
|
|
4 | |
|
|
5 | | } finally {
|
|
6 | |
|
|
7 | `-> }
|
|
`----
|
|
|
|
x ModuleItem
|
|
,-[$DIR/tests/span/js/stmt/try-catch-finally.js:1:1]
|
|
1 | ,-> try {
|
|
2 | |
|
|
3 | | } catch (e) {
|
|
4 | |
|
|
5 | | } finally {
|
|
6 | |
|
|
7 | `-> }
|
|
`----
|
|
|
|
x Stmt
|
|
,-[$DIR/tests/span/js/stmt/try-catch-finally.js:1:1]
|
|
1 | ,-> try {
|
|
2 | |
|
|
3 | | } catch (e) {
|
|
4 | |
|
|
5 | | } finally {
|
|
6 | |
|
|
7 | `-> }
|
|
`----
|
|
|
|
x TryStmt
|
|
,-[$DIR/tests/span/js/stmt/try-catch-finally.js:1:1]
|
|
1 | ,-> try {
|
|
2 | |
|
|
3 | | } catch (e) {
|
|
4 | |
|
|
5 | | } finally {
|
|
6 | |
|
|
7 | `-> }
|
|
`----
|
|
|
|
x BlockStmt
|
|
,-[$DIR/tests/span/js/stmt/try-catch-finally.js:1:1]
|
|
1 | ,-> try {
|
|
2 | |
|
|
3 | `-> } catch (e) {
|
|
`----
|
|
|
|
x CatchClause
|
|
,-[$DIR/tests/span/js/stmt/try-catch-finally.js:2:1]
|
|
2 |
|
|
3 | ,-> } catch (e) {
|
|
4 | |
|
|
5 | `-> } finally {
|
|
`----
|
|
|
|
x Pat
|
|
,-[$DIR/tests/span/js/stmt/try-catch-finally.js:2:1]
|
|
2 |
|
|
3 | } catch (e) {
|
|
: ^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/span/js/stmt/try-catch-finally.js:2:1]
|
|
2 |
|
|
3 | } catch (e) {
|
|
: ^
|
|
`----
|
|
|
|
x BlockStmt
|
|
,-[$DIR/tests/span/js/stmt/try-catch-finally.js:2:1]
|
|
2 |
|
|
3 | ,-> } catch (e) {
|
|
4 | |
|
|
5 | `-> } finally {
|
|
`----
|
|
|
|
x BlockStmt
|
|
,-[$DIR/tests/span/js/stmt/try-catch-finally.js:4:1]
|
|
4 |
|
|
5 | ,-> } finally {
|
|
6 | |
|
|
7 | `-> }
|
|
`----
|