microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
101.21k stars 12.51k forks source link

feat(60475): Add getUnknownType to checker api #60502

Open a-tarasyuk opened 1 week ago

a-tarasyuk commented 1 week ago

Fixes #60475

typescript-bot commented 1 week ago

Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page.

Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up.