Danack/PHP-to-Javascript

Here quote support?

cwoodruf opened this issue · 1 comments

This is amazing work.

Do you have any plans to support "here" quoting, usage of {} in quoted strings etc?

I have a php file that may be a good test case that not only has many here quotes but also seemed to fail to convert properly in other ways.

Do you have any plans to support "here" quoting, usage of {} in quoted strings etc?

"Do I really look like a guy with a plan?"

Actually it should be pretty easy to add - I just missed the T_DOLLAR_OPEN_CURLY_BRACES token.

but also seemed to fail to convert properly in other ways.

Please add each problem as a separate issue, with a simple example of the code that doesn't get converted.

cheers
Dan