roc/compiler/parse/tests/snapshots/pass/standalone_module_defs.module.result-ast

59 lines
1.1 KiB
Text

[
@12-19 SpaceBefore(
Body(
@12-15 Identifier(
"foo",
),
@18-19 Num(
"1",
),
),
[
LineComment(
" comment 1",
),
],
),
@33-43 SpaceBefore(
Body(
@33-36 Identifier(
"bar",
),
@39-43 Str(
PlainLine(
"hi",
),
),
),
[
Newline,
Newline,
LineComment(
" comment 2",
),
],
),
@44-57 SpaceAfter(
SpaceBefore(
Body(
@44-47 Identifier(
"baz",
),
@50-57 Str(
PlainLine(
"stuff",
),
),
),
[
Newline,
],
),
[
Newline,
LineComment(
" comment n",
),
],
),
]