parser/tests/fixtures/0029/ast.txt
azjezz 479f51913c
chore: remove build script
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-05 18:36:04 +01:00

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,
),
},
),
},
},
]