mirror of
https://github.com/danog/parser.git
synced 2025-01-08 13:49:17 +01:00
eed02aa4e2
Signed-off-by: azjezz <azjezz@protonmail.com>
34 lines
671 B
Plaintext
34 lines
671 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
start: (
|
|
1,
|
|
22,
|
|
),
|
|
name: "Foo",
|
|
end: (
|
|
1,
|
|
26,
|
|
),
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [],
|
|
body: [],
|
|
modifiers: ClassModifierGroup {
|
|
modifiers: [
|
|
Readonly {
|
|
start: (
|
|
1,
|
|
7,
|
|
),
|
|
end: (
|
|
1,
|
|
16,
|
|
),
|
|
},
|
|
],
|
|
},
|
|
},
|
|
]
|