quick-lint-js icon indicating copy to clipboard operation
quick-lint-js copied to clipboard

8$: Improve error when using yield outside generator functions

Open strager opened this issue 2 years ago • 1 comments

function f() {
  yield 42;
}

strager avatar May 26 '22 02:05 strager

We probably just need to do the same thing we do with await for non-async functions.

strager avatar May 26 '22 02:05 strager