Skip to content

History / FAQ

Revisions

  • Updated FAQ (markdown)

    @RyanCavanaugh RyanCavanaugh committed Apr 25, 2024
  • Updated FAQ (markdown)

    @RyanCavanaugh RyanCavanaugh committed Apr 22, 2024
  • Updated FAQ (markdown)

    @RyanCavanaugh RyanCavanaugh committed Apr 19, 2024
  • Fixed 2 broken links in FAQ.md Line 1289 (How do I control file ordering in combined output?) old: https://www.typescriptlang.org/docs/handbook/tsconfig.json.html new: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html Line 1237 (How do I write unit tests with typescript?) old: https://basarat.gitbooks.io/typescript/docs/testing/jest.html new: https://basarat.gitbook.io/typescript/intro-1/jest

    @Sidd-R Sidd-R committed Sep 16, 2023
  • Updated FAQ (markdown)

    @weswigham weswigham committed Jun 2, 2022
  • FAQ: Fix punctuation and formatting

    @dandv dandv committed Apr 15, 2020
  • Merge branch 'master' of https://github.com/Microsoft/TypeScript.wiki

    @DanielRosenwasser DanielRosenwasser committed Oct 29, 2019
  • Fix incorrect code sample in "Things that don't work section"

    @LeartS LeartS committed Sep 24, 2019
  • Add more "Common Bugs That Aren't Bugs"

    @jack-williams jack-williams committed Sep 3, 2019
  • Merge branch 'master' into patch-1

    Orta committed Aug 20, 2019
  • Proofreading

    @krizalys krizalys committed Aug 13, 2019
  • Remove outdated & incorrect section on string indexers As of [version 2.2](https://devblogs.microsoft.com/typescript/announcing-typescript-2-2/), it is no longer accurate.

    @russelldavis russelldavis committed Aug 5, 2019
  • Merge branch 'master' into fix/typo

    Orta committed Jun 19, 2019
  • Updated FAQ (markdown)

    @RyanCavanaugh RyanCavanaugh committed Jun 13, 2019
  • Merge pull request #199 from brainlessdeveloper/fix-faq-typos Fix typos and spelling in the TypeScript FAQ

    @DanielRosenwasser DanielRosenwasser committed Apr 19, 2019
  • Update FAQ.md

    @DanielRosenwasser DanielRosenwasser committed Apr 19, 2019
  • Updated FAQ (markdown)

    @RyanCavanaugh RyanCavanaugh committed Apr 15, 2019
  • Fix typos and spelling in the TypeScript FAQ

    @fnune fnune committed Jan 29, 2019
  • Fix typo in FAQ

    @bgotink bgotink committed Oct 31, 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
  • Fix typo

    @purificant purificant committed Jun 27, 2018
  • Merge branch 'master' of https://github.com/Microsoft/TypeScript.wiki

    @mhegazy mhegazy committed Apr 9, 2018
  • Add bugs section

    @SeaRyanC SeaRyanC committed Feb 11, 2018
  • Correct signature of isReallyInstanceOf I pasted the isReallyInstanceOf<T> function into my editor and TypeScript (version 2.6.1) immediately caught an error in the function signature. `ctor: { new(...args: any) => T }` -> `ctor: { new(...args: any[]): T }`

    @LayZeeDK LayZeeDK committed Feb 1, 2018
  • Fix code block

    @RyanCavanaugh RyanCavanaugh committed Dec 7, 2017
  • Talk more about function parameter count variance

    @RyanCavanaugh RyanCavanaugh committed Dec 7, 2017
  • Improve `exclude` documentation

    @Zarel Zarel committed Nov 7, 2017
  • Updated FAQ (markdown)

    @RyanCavanaugh RyanCavanaugh committed Oct 30, 2017
  • Merge remote-tracking branch 'origin/master'

    @DanielRosenwasser DanielRosenwasser committed Oct 18, 2017
  • Spell check

    @mhegazy mhegazy committed Oct 11, 2017