endel / js2php

JavaScript (ES6) to PHP source-to-source transpiler.
https://endel.github.io/js2php/
MIT License
333 stars 41 forks source link

Make numeric array indexes and continue statements work #32

Closed cscott closed 6 years ago

cscott commented 6 years ago

A pair of small improvements to your useful script.

endel commented 6 years ago

Looking great @cscott! Thanks a lot. Do you mind providing a test case for this? (https://github.com/endel/js2php#testing)

cscott commented 6 years ago

Sure thing, done!

endel commented 6 years ago

Thanks a lot @cscott! ❤️

Just released js2php@0.1.5 with your fix. Cheers!