Skip to content

Caveats #4

Open
Open
@barelyhuman

Description

@barelyhuman

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

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