mirror of
https://github.com/danog/parser.git
synced 2025-01-08 13:49:17 +01:00
bd2023c3c4
Signed-off-by: azjezz <azjezz@protonmail.com>
27 lines
601 B
Plaintext
27 lines
601 B
Plaintext
[
|
|
Expression {
|
|
expr: ErrorSuppress {
|
|
span: (
|
|
1,
|
|
7,
|
|
),
|
|
expr: Call {
|
|
target: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
8,
|
|
),
|
|
name: "hello",
|
|
end: (
|
|
1,
|
|
13,
|
|
),
|
|
},
|
|
),
|
|
args: [],
|
|
},
|
|
},
|
|
},
|
|
]
|