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