sansarip / owlbear

An experimental Visual Studio Code extension that supports paredit-like structural-editing features for HTML, TypeScript, TypeScript-React, JavaScript, and JavaScript-React.
https://sansarip.github.io/owlbear/
MIT License
36 stars 2 forks source link

Support generator functions and yield statements #72

Closed sansarip closed 2 years ago

sansarip commented 2 years ago

Describe the bug Owlbear does not recognize generator functions and yield statements.

To Reproduce

  1. Create a generator function and/or yield statement
  2. Try to run Owlbear commands against the function/statement

Expected behavior Generator functions and yield statements should be treated like other object nodes.