mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-20 16:23:10 -05:00
Changed link to lib/typescript.d.ts
@@ -140,7 +140,7 @@ fileNames.forEach(fileName => {
|
||||
|
||||
In this example, we did not need to create a type checker because all we wanted to do was traverse each `SourceFile`.
|
||||
|
||||
All possible ```ts.SyntaxKind``` can be found under enum [here](https://github.com/Microsoft/TypeScript/blob/master/src/compiler/types.ts#L80).
|
||||
All possible ```ts.SyntaxKind``` can be found under enum [here](https://github.com/Microsoft/TypeScript/blob/964565e06968259fc4e6de6f1e88ab5e0663a94a/lib/typescript.d.ts#L62).
|
||||
|
||||
## Incremental build support using the language services
|
||||
|
||||
|
||||
Reference in New Issue
Block a user