Closed 2pha closed 6 years ago
eg. Input:
var st = 'testing'; var hmm = st.length; console.log(st.length);
Output:
$st = 'testing'; $hmm = strlen($st); $console->log(count($console));
I am working on a fix.
Thanks for the pull-request, @2pha! 👏
Just released 0.1.1 with your fixes.
0.1.1
eg. Input:
Output:
I am working on a fix.