Anders Hejlsberg

Results 7 issues of Anders Hejlsberg

Fixes #51009. Fixes #51041. Ref: https://github.com/microsoft/TypeScript/pull/50735

Author: Team
For Milestone Bug

Since #9407 TypeScript has had two kinds of enum types: _Numeric enum types_ and _literal enum types_ (also known as _union enum types_). Numeric enum types have permitted enum members...

Breaking Change
Author: Team
For Milestone Bug

Fixes #51399.

Author: Team
For Milestone Bug

Fixes #51538.

Author: Team
For Milestone Bug

This implements what I discuss [here](https://github.com/microsoft/TypeScript/pull/50936#issuecomment-1328262514). I borrwed tests from that PR. Thanks @Andarist. Fixes #43614.

Author: Team
For Uncommitted Bug

Fixes #53970.

Author: Team
For Milestone Bug

This PR adds `/** @deferred */` comments to deferred callback parameters in preparation for https://github.com/microsoft/TypeScript/pull/58729.