Skip to content

History / Using the Compiler API

Revisions

  • 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>

    @JoshuaKGoldberg JoshuaKGoldberg committed Oct 5, 2023
  • Updated Using the Compiler API (markdown)

    @DanielRosenwasser DanielRosenwasser committed May 27, 2021
  • Updated Using the Compiler API (markdown)

    @DanielRosenwasser DanielRosenwasser committed May 27, 2021
  • 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).

    @dragosrotaru dragosrotaru committed Mar 18, 2021
  • Update example for Creating and Printing AST section

    @pavanbellamkonda pavanbellamkonda committed Feb 6, 2021
  • Getting the DTS from a JavaScript file example should replace .js to .d.ts

    @wangliang1oppo wangliang1oppo committed Nov 20, 2020
  • Merge pull request #251 from emilgoldsmith/patch-1 Fix bug in code example

    Orta Therox committed Sep 10, 2020
  • Merge pull request #252 from beshanoe/patch-1 Fix non-complete implementation of a language service

    Orta Therox committed Sep 10, 2020
  • Fix typo in Using the Compiler API

    @72636c 72636c committed Jun 21, 2020
  • Fix non-complete implementation of a language service

    @beshanoe beshanoe committed Mar 24, 2020
  • Fix bug in code example

    @emilgoldsmith emilgoldsmith committed Mar 8, 2020
  • Update Using-the-Compiler-API.md fix spelling mistake

    @LeeHao12 LeeHao12 committed Jan 13, 2020
  • Add docs to run it locally

    @orta orta committed Dec 15, 2019
  • Improve the compiler API section

    @orta orta committed Nov 30, 2019
  • Merge pull request #185 from bdurrani/type-checker-sample-fix fixed broken sample code

    Orta committed Jun 19, 2019
  • Using-the-Compiler-API.md: linting

    @SamuelMarks SamuelMarks committed Dec 18, 2018
  • cast using as - update as per feedback

    @bdurrani bdurrani committed Oct 6, 2018
  • fixed broken sample code fixed some errors in the sample code. tested using v3.0.3

    @bdurrani bdurrani committed Oct 2, 2018
  • 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.

    guidojo committed Jun 29, 2018
  • Update builder sample and docs.

    @DanielRosenwasser DanielRosenwasser committed May 16, 2018
  • Provide an example of the watcher API

    @DanielRosenwasser DanielRosenwasser committed Feb 7, 2018
  • Changed link to lib/typescript.d.ts

    Azharuddin committed Jan 17, 2018
  • Added link reference to ts.syntaxKind. I had to lookup the source code to find this. I hope it'll help others too

    Azharuddin committed Jan 14, 2018
  • Fixes typos in Using-the-Compiler-API.md

    @zfoster zfoster committed Jan 9, 2018
  • handle missing file in diagnostics

    @mhegazy mhegazy committed Oct 20, 2017
  • - 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

    @mhegazy mhegazy committed Oct 19, 2017
  • Merge pull request #138 from geekgonecrazy/patch-1 fix spelling of "information" in compiler api doc

    @DanielRosenwasser DanielRosenwasser committed Jun 22, 2017
  • Updated Using the Compiler API (markdown)

    @DanielRosenwasser DanielRosenwasser committed Jun 20, 2017
  • fix spelling of information on comment

    @geekgonecrazy geekgonecrazy committed Jun 17, 2017
  • Fix formatting in disclaimer

    @also also committed Jun 6, 2017