TypeScript-Handbook icon indicating copy to clipboard operation
TypeScript-Handbook copied to clipboard

Deprecated, please use the TypeScript-Website repo instead

Results 100 TypeScript-Handbook issues
Sort by recently updated
recently updated
newest added

In my understanding, this is a more precise description of interfaces. They are basically a way of naming shapes of compound values.

Property renaming and default values are demonstrated separately while destructuring, but they are not demoed together, this newly added example does the job.

**Search Terms:** https://www.typescriptlang.org/docs/handbook/asp-net-core.html **Code** {the code you've provided in your ASP .Net Core Tutorial} **Expected behavior:** I expect to be able to follow a simple hello world app setup via...

In #798 descriptions of various utility types were added. What's missing are some of the very basic, very useful types `ReadonlyMap`, `ReadonlySet` etc. Would be good to add those so...

I think the typescript documentation would benefit from more structure. Right now it is (to my knowledge) not possible to link directly to the documentation for a specific Utility type...

Fixes [#32183](https://github.com/microsoft/TypeScript/issues/32183)

Not sure where to log issues with the design itself, so please redirect me if needed. The issue is with the use of `em`s for the design - in CSS,...

The handbook recommends (in the Advanced Types section): > A second more important difference is that type aliases cannot be extended or implemented from (nor can they extend/implement other types)....

It was not clear to me that under Compiler Options the `--mapRoot` flag would not create the map files in the specified path. I added a couple of sentences to...