Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caveats #4

Open
3 of 5 tasks
barelyhuman opened this issue Dec 23, 2021 · 0 comments
Open
3 of 5 tasks

Caveats #4

barelyhuman opened this issue Dec 23, 2021 · 0 comments

Comments

@barelyhuman
Copy link
Owner

barelyhuman commented Dec 23, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant