We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Added 'Type Checker APIs' section prefix to type checker docs (#320) * Added 'Type Checker APIs' section prefix to type checker docs * Apply suggestions from code review Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com> --------- Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
Updated Using the Compiler API (markdown)
Updated wiki example to match TypeScript 4.2.3 All examples tested with version 4.2.3. The correction I have made has also been tested with the current latest master branch source (https://github.com/microsoft/TypeScript/commit/ec77bff33226fb01f4e38b20e481f8c1fcd9e6c0).
Update example for Creating and Printing AST section
Getting the DTS from a JavaScript file example should replace .js to .d.ts
Merge pull request #251 from emilgoldsmith/patch-1 Fix bug in code example
Merge pull request #252 from beshanoe/patch-1 Fix non-complete implementation of a language service
Fix typo in Using the Compiler API
Fix non-complete implementation of a language service
Fix bug in code example
Update Using-the-Compiler-API.md fix spelling mistake
Add docs to run it locally
Improve the compiler API section
Merge pull request #185 from bdurrani/type-checker-sample-fix fixed broken sample code
Using-the-Compiler-API.md: linting
cast using as - update as per feedback
fixed broken sample code fixed some errors in the sample code. tested using v3.0.3
Use prettier for code examples that have a too long width Max-width is set to 84, since that is what github pages can handle best.
Update builder sample and docs.
Provide an example of the watcher API
Changed link to lib/typescript.d.ts
Added link reference to ts.syntaxKind. I had to lookup the source code to find this. I hope it'll help others too
Fixes typos in Using-the-Compiler-API.md
handle missing file in diagnostics
- use @types/node - Remove reference to typings/node/node.d.ts - Compile with --strict - Remove 1.4 note - Fix https://github.com/Microsoft/TypeScript/issues/19148, by adding getDirectories
Merge pull request #138 from geekgonecrazy/patch-1 fix spelling of "information" in compiler api doc
fix spelling of information on comment
Fix formatting in disclaimer