Oleksandr T.
Oleksandr T.
Fixes #50117
Fixes #50224
Fixes #13626 > The compiler supports checking JsDoc type annotations for default exports ([Playground](https://www.typescriptlang.org/play?filetype=js#code/PQKhAIAEBcE8AcCm4DeA7ArgWwEaIE4C+4IwAUIgB7wD2+04AJogGYCGGANgwEQ8DcZIA), https://github.com/microsoft/TypeScript/issues/47946), however, in TypeScript files, users are not allowed to add a type annotation to have...
Fixes #50551
Fixes #49080
fix(51222): Go-to-definition on return statements should jump to the containing function declaration
Fixes #51222
Fixes #51198
Fixes #29648 @DanielRosenwasser @RyanCavanaugh At what stage is it better to handle such errors? At the `parser` or `checker` stage?