Ryan Cavanaugh
Ryan Cavanaugh
### What happened? Hi there! We noticed you're using [typescript.azureedge.net in your source code](https://github.com/typehero/typehero/blob/00be144826c5bc373bcc051f753b91798258a280/tooling/scripts/dl-monaco.ts#L10). We're doing a domain migration for our internal CDN content; typescript.azureedge.net is now at playgroundcdn.typescriptlang.org. Please...
We're planning the following set of deprecations for TypeScript 6.0. While TypeScript 6.0 will follow the same "soft deprecation" strategy as TypeScript 5.0, these options will be removed entirely in...
### Acknowledgement - [X] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment Note: I eventually gave up on capturing...
This is a pickup of #6579. With the addition of #40336, a large number of those use cases have been addressed, but possibly some still remain. **Update 2023-04-11**: Reviewed use...
Seeing what a potential fix for #59001 turns up
Per #9998 and its many offshoots, we have problems analyzing code like this ``` ts let x: string | number = "OK"; mystery(() => { x = 10; }); if...
### Acknowledgement - [X] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment #13219 is locked so that the conclusion...
Draft PR to assess the prevalence of these in the wild (error message is reusing the ESO one).
They are not implemented yet
## Steps to reproduce ``` D:\Throwaway\corsarepro>tsc a.js error TS6504: File 'a.js' is a JavaScript file. Did you mean to enable the 'allowJs' option? The file is in the program because:...