DefinitionTree {
    definitions: [
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 1,
                    column: 1,
                    position: 0,
                },
                name: Identifier {
                    span: Span {
                        line: 1,
                        column: 10,
                        position: 9,
                    },
                    value: "m",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 1,
                        column: 11,
                        position: 10,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 1,
                        column: 12,
                        position: 11,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 1,
                        column: 13,
                        position: 12,
                    },
                    type_definition: Void(
                        Span {
                            line: 1,
                            column: 15,
                            position: 14,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 1,
                        column: 20,
                        position: 19,
                    },
                    statements: [
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: AssignmentOperation(
                                    Assignment {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        left: Variable(
                                            Variable {
                                                span: Span {
                                                    line: 2,
                                                    column: 5,
                                                    position: 25,
                                                },
                                                name: "$e",
                                            },
                                        ),
                                        equals: Span {
                                            line: 2,
                                            column: 8,
                                            position: 28,
                                        },
                                        right: FunctionOperation(
                                            Call {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                function: Parenthesized(
                                                    ParenthesizedExpression {
                                                        comments: CommentGroup {
                                                            comments: [],
                                                        },
                                                        left_parenthesis: Span {
                                                            line: 2,
                                                            column: 10,
                                                            position: 30,
                                                        },
                                                        expression: ArrowFunction(
                                                            ArrowFunctionExpression {
                                                                comments: CommentGroup {
                                                                    comments: [],
                                                                },
                                                                static: None,
                                                                fn: Span {
                                                                    line: 2,
                                                                    column: 11,
                                                                    position: 31,
                                                                },
                                                                attributes: [],
                                                                parameters: FunctionLikeParameterListDefinition {
                                                                    comments: CommentGroup {
                                                                        comments: [],
                                                                    },
                                                                    left_parenthesis: Span {
                                                                        line: 2,
                                                                        column: 14,
                                                                        position: 34,
                                                                    },
                                                                    parameters: CommaSeparated {
                                                                        inner: [],
                                                                        commas: [],
                                                                    },
                                                                    right_parenthesis: Span {
                                                                        line: 2,
                                                                        column: 15,
                                                                        position: 35,
                                                                    },
                                                                },
                                                                return_type: FunctionLikeReturnTypeDefinition {
                                                                    colon: Span {
                                                                        line: 2,
                                                                        column: 16,
                                                                        position: 36,
                                                                    },
                                                                    type_definition: Identifier(
                                                                        TemplatedIdentifier {
                                                                            name: Identifier {
                                                                                span: Span {
                                                                                    line: 2,
                                                                                    column: 18,
                                                                                    position: 38,
                                                                                },
                                                                                value: "\Generator",
                                                                            },
                                                                            templates: None,
                                                                        },
                                                                    ),
                                                                },
                                                                double_arrow: Span {
                                                                    line: 2,
                                                                    column: 29,
                                                                    position: 49,
                                                                },
                                                                body: GeneratorOperation(
                                                                    Yield {
                                                                        comments: CommentGroup {
                                                                            comments: [],
                                                                        },
                                                                        yield: Span {
                                                                            line: 2,
                                                                            column: 32,
                                                                            position: 52,
                                                                        },
                                                                    },
                                                                ),
                                                            },
                                                        ),
                                                        right_parenthesis: Span {
                                                            line: 2,
                                                            column: 37,
                                                            position: 57,
                                                        },
                                                    },
                                                ),
                                                generics: None,
                                                arguments: ArgumentListExpression {
                                                    comments: CommentGroup {
                                                        comments: [],
                                                    },
                                                    left_parenthesis: Span {
                                                        line: 2,
                                                        column: 38,
                                                        position: 58,
                                                    },
                                                    arguments: CommaSeparated {
                                                        inner: [],
                                                        commas: [],
                                                    },
                                                    right_parenthesis: Span {
                                                        line: 2,
                                                        column: 39,
                                                        position: 59,
                                                    },
                                                },
                                            },
                                        ),
                                    },
                                ),
                                semicolon: Span {
                                    line: 2,
                                    column: 40,
                                    position: 60,
                                },
                            },
                        ),
                    ],
                    right_brace: Span {
                        line: 3,
                        column: 1,
                        position: 62,
                    },
                },
            },
        ),
    ],
    eof: Span {
        line: 4,
        column: 1,
        position: 64,
    },
}