You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ When looking at the metadata you'll notice they all have a similar structure (so
180
180
```
181
181
182
182
> `SyntaxKind` is a TypeScript enum which describes the kind of node.
183
-
> For [more information have a read of Basarat's AST tip](https://basarat.gitbooks.io/typescript/content/docs/compiler/ast-tip-syntaxkind.html).
183
+
> For [more information have a read of Basarat's AST tip](https://basarat.gitbook.io/typescript/overview/ast/ast-tip-syntaxkind).
184
184
185
185
And so on.
186
186
Each of these describe a `Node`.
@@ -205,7 +205,7 @@ Two steps are exclusive to TypeScript,
205
205
_binder_ and _checker_.
206
206
We are going to gloss over _checker_ as it relates to TypeScripts type checking specifics.
207
207
208
-
> For a more in-depth understanding of the TypeScript compiler internals have a read of [Basarat's handbook](https://basarat.gitbooks.io/typescript/content/docs/compiler/overview.html).
208
+
> For a more in-depth understanding of the TypeScript compiler internals have a read of [Basarat's handbook](https://basarat.gitbook.io/typescript/).
0 commit comments