mirror of
https://github.com/danog/parser.git
synced 2024-11-27 04:14:55 +01:00
22 lines
405 B
Plaintext
22 lines
405 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
name: "Foo",
|
|
},
|
|
extends: None,
|
|
implements: [],
|
|
body: [
|
|
Property {
|
|
var: "bar",
|
|
value: None,
|
|
type: None,
|
|
flags: [
|
|
Public,
|
|
Readonly,
|
|
],
|
|
},
|
|
],
|
|
flag: None,
|
|
},
|
|
]
|