mirror of
https://github.com/danog/parser.git
synced 2024-12-13 01:27:29 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
78 lines
1.9 KiB
Plaintext
78 lines
1.9 KiB
Plaintext
[
|
|
Expression {
|
|
expr: PropertyFetch {
|
|
target: Variable(
|
|
Variable {
|
|
start: (
|
|
1,
|
|
7,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
1,
|
|
11,
|
|
),
|
|
},
|
|
),
|
|
property: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
13,
|
|
),
|
|
name: "bar",
|
|
end: (
|
|
1,
|
|
16,
|
|
),
|
|
},
|
|
),
|
|
},
|
|
},
|
|
Expression {
|
|
expr: PropertyFetch {
|
|
target: PropertyFetch {
|
|
target: Variable(
|
|
Variable {
|
|
start: (
|
|
1,
|
|
18,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
1,
|
|
22,
|
|
),
|
|
},
|
|
),
|
|
property: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
24,
|
|
),
|
|
name: "bar",
|
|
end: (
|
|
1,
|
|
27,
|
|
),
|
|
},
|
|
),
|
|
},
|
|
property: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
29,
|
|
),
|
|
name: "baz",
|
|
end: (
|
|
1,
|
|
32,
|
|
),
|
|
},
|
|
),
|
|
},
|
|
},
|
|
]
|