Skip to content

Disable rewriting of language or template specific parts. #4

@Jaspur

Description

@Jaspur

At the moment the following isn't working, when you make use of TemplateParsers:

// from
<p>Dear {{ $person->user->firstname }},</p>
// to
<p>Dear {{ $person-&gt;user-&gt;firstname }},</p>

And the following code is also incorrect parsed:

// from
<?php
$demo = Demo::whereEmail($email)->first();
?>
// to
first();
?&gt;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions