Open
Description
Issues just pointing at the current caveats of the plugin
A ticked checkbox means, this has been handled and is now doable in the plugin
- Binary Expressions (
$a+=1
,$a = $a+1
) ($text = $text + "A"
) - Update Expressions (
$a++
,$a--
) for numbers - Member Expressions on all types (
$text = $text.toUpperCase()
) () - Pragma changing, (let's say you want to use preact instead of react)
- you'll have to create your own setters when passing around the state to other functions / returning it from a function. Check this issue
Metadata
Metadata
Assignees
Labels
No labels