mirror of
https://github.com/danog/parser.git
synced 2024-12-02 09:27:50 +01:00
14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
name: "Foo",
|
|
},
|
|
extends: None,
|
|
implements: [],
|
|
body: [],
|
|
flags: [
|
|
Readonly,
|
|
],
|
|
},
|
|
]
|