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

The Decorators chapter of the TypeScript handbook has an example with a @classDecorator. When the example is run in _Nodejs_, the following is output: > class_1 { > property: 'property',...

This is probably a combination of the font and color but I'm having a little trouble making out the text at 100% zoom. ![image](https://user-images.githubusercontent.com/2193314/40849546-0f5e314a-6577-11e8-85d1-a06f84677cf7.png) Making it WCAG AAA compliant would...

And definite assignment assertions from Microsoft/TypeScript#20166

- Currently, it is stated that > If typeRoots is specified, only packages under typeRoots will be included. However, when types could not be found in the `compilerOptions.typeRoots` folders, compiler...

``` modules.html:1 Access to Font at 'http://i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff' from origin 'http://www.typescriptlang.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.typescriptlang.org' is therefore not...

Hosting

As someone learning about TypeScript declaration files, I was surprised by this comment in the [`module-class.d.ts` template](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/declaration%20files/templates/module-class.d.ts.md): > Note that ES6 modules cannot directly export class objects. That left me...

From Microsoft/TypeScript#20735 Should probably enable it in TypeScript-Babel-Starter too.

Update this file so that it is up-to-date with regard to new language features, especially around union types and ES6 features

Editing

A lot of people seem to think it's necessary to specify `typeRoots` to import things -- e.g., Microsoft/TypeScript#20610. Our documentation says that things in `typeRoots` are "included", which could cause...