typescript.el icon indicating copy to clipboard operation
typescript.el copied to clipboard

typescript-beginning-of-defun misses ES2015 forms

Open leungbk opened this issue 4 years ago • 2 comments

ES2015 classes and class methods, along with stuff like

const foo = (args) => {
  const a = 42;
  return false;
}

are not treated as defuns.

leungbk avatar Jun 14 '20 19:06 leungbk

Same problem here. Class methods are not treated as defuns.

thiagotps avatar Nov 27 '20 16:11 thiagotps

Can reproduce this. Clearly a bug.

josteink avatar Dec 07 '20 08:12 josteink