|
12 | 12 | * [Future JavaScript Now](docs/future-javascript.md)
|
13 | 13 | * [Classes](docs/classes.md)
|
14 | 14 | * [Classes Emit](docs/classes-emit.md)
|
15 |
| - * [Classes Super](docs/classes-super.md) |
16 | 15 | * [Arrow Functions](docs/arrow-functions.md)
|
17 | 16 | * [Rest Parameters](docs/rest-parameters.md)
|
18 | 17 | * [let](docs/let.md)
|
|
61 | 60 | * [Index Signatures](docs/types/index-signatures.md)
|
62 | 61 | * [Moving Types](docs/types/moving-types.md)
|
63 | 62 | * [Exception Handling](docs/types/exceptions.md)
|
| 63 | + * [Mixins](docs/types/mixins.md) |
64 | 64 | * [JSX](docs/jsx/tsx.md)
|
| 65 | + * [React](docs/jsx/react.md) |
| 66 | + * [Non React JSX](docs/jsx/others.md) |
65 | 67 | * [Options](docs/options/intro.md)
|
66 | 68 | * [noImplicitAny](docs/options/noImplicitAny.md)
|
67 | 69 | * [strictNullChecks](docs/options/strictNullChecks.md)
|
| 70 | +* [Errors in TypeScript](docs/errors/main.md) |
| 71 | + * [Interpreting Errors](docs/errors/interpreting-errors.md) |
| 72 | + * [Common Errors](docs/errors/common-errors.md) |
| 73 | +* [Testing](docs/testing/intro.md) |
| 74 | + * [Jest](docs/testing/jest.md) |
| 75 | + * [Cypress](docs/testing/cypress.md) |
| 76 | +* [Tools](docs/tools/intro.md) |
| 77 | + * [Prettier](docs/tools/prettier.md) |
| 78 | + * [Husky](docs/tools/husky.md) |
| 79 | + * [Changelog](docs/tools/changelog.md) |
68 | 80 | * [TIPs](docs/tips/main.md)
|
69 |
| - * [Quick Object Return](docs/tips/quickObjectReturn.md) |
70 | 81 | * [String Based Enums](docs/tips/stringEnums.md)
|
71 | 82 | * [Nominal Typing](docs/tips/nominalTyping.md)
|
72 | 83 | * [Stateful Functions](docs/tips/statefulFunctions.md)
|
|
77 | 88 | * [Classes are Useful](docs/tips/classesAreUseful.md)
|
78 | 89 | * [Avoid Export Default](docs/tips/defaultIsBad.md)
|
79 | 90 | * [Limit Property Setters](docs/tips/propertySetters.md)
|
80 |
| - * [`null` is bad](docs/tips/null.md) |
81 | 91 | * [`outFile` caution](docs/tips/outFile.md)
|
82 | 92 | * [JQuery tips](docs/tips/jquery.md)
|
83 | 93 | * [static constructors](docs/tips/staticConstructor.md)
|
|
89 | 99 | * [Create Arrays](docs/tips/create-arrays.md)
|
90 | 100 | * [Typesafe Event Emitter](docs/tips/typed-event.md)
|
91 | 101 | * [StyleGuide](docs/styleguide/styleguide.md)
|
92 |
| -* [Common Errors](docs/errors/main.md) |
93 | 102 | * [TypeScript Compiler Internals](docs/compiler/overview.md)
|
94 | 103 | * [Program](docs/compiler/program.md)
|
95 | 104 | * [AST](docs/compiler/ast.md)
|
|
0 commit comments