mirror of
https://github.com/danog/parser.git
synced 2024-12-02 17:38:16 +01:00
24 lines
504 B
Plaintext
24 lines
504 B
Plaintext
|
[
|
||
|
Declare {
|
||
|
declares: [
|
||
|
DeclareItem {
|
||
|
key: Identifier {
|
||
|
name: "A",
|
||
|
},
|
||
|
value: LiteralString {
|
||
|
value: "B",
|
||
|
},
|
||
|
},
|
||
|
DeclareItem {
|
||
|
key: Identifier {
|
||
|
name: "C",
|
||
|
},
|
||
|
value: LiteralString {
|
||
|
value: "D",
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
body: [],
|
||
|
},
|
||
|
]
|