Commit Graph

  • 875328c123 removed white space cedvdb 2017-03-14 00:55:41 +01:00
  • 20f512cfd2 type parameters and basic object literals Arthur Ozga 2017-03-13 16:54:29 -07:00
  • 5f37d32dbf added keys, entries, values, forEach on NodeListOf cedvdb 2017-03-14 00:52:47 +01:00
  • 1b14ed4d0e update visitor/factory Arthur Ozga 2017-03-13 16:51:43 -07:00
  • ea57fbc59f Merge pull request #14639 from falsandtru/lib.d.ts/overload Mohamed Hegazy 2017-03-13 16:33:42 -07:00
  • c07fb70188 Merge pull request #14633 from zhengbli/fixNodeArray Zhengbo Li 2017-03-13 16:11:50 -07:00
  • 8aa7e224aa added entries foreach values and keys cedvdb 2017-03-14 00:08:18 +01:00
  • d86976a9ef Convert overloads to unions falsandtru 2017-03-14 08:06:00 +09:00
  • ddf5ed944b Emit dynamic import when module kind is es2018 Kanchalai Tanglertsampan 2017-03-13 15:12:10 -07:00
  • 18c826b3aa Add new value "es2018" for module kind Kanchalai Tanglertsampan 2017-03-13 14:48:40 -07:00
  • 7340d84a02 Rename importcall to importCallExpression Kanchalai Tanglertsampan 2017-03-13 14:47:54 -07:00
  • dd84d7ca48 Add repro Anders Hejlsberg 2017-03-13 13:24:14 -07:00
  • 3f3b05e67e Properly track method/property distinction for intersection members Anders Hejlsberg 2017-03-13 13:15:09 -07:00
  • c46a2e7e1b always create new node array when assigning positions Zhengbo Li 2017-03-13 12:45:28 -07:00
  • d89553f63e Update LKG v2.2.2 Mohamed Hegazy 2017-03-13 12:42:28 -07:00
  • 7ea8d9fa49 Fix Per Request Cancellation Tokens Matt Bierner 2017-03-10 22:13:58 -08:00
  • 84d5d44ab3 Merge pull request #14632 from Microsoft/port14594ToMaster Mohamed Hegazy 2017-03-13 10:48:54 -07:00
  • 67be949d1d Merge pull request #14616 from Microsoft/inferFromNestedArrowFunctionExpressionsAndPropDeclarations Mohamed Hegazy 2017-03-13 10:45:47 -07:00
  • d0c77e326e Merge pull request #14631 from Microsoft/update-issue_template Mohamed Hegazy 2017-03-13 10:39:16 -07:00
  • 4f04794d00 Merge remote-tracking branch 'origin/mjbvz-fix-per-request-cancellation' Mohamed Hegazy 2017-03-13 10:34:32 -07:00
  • ef72c2e5d5 Merge branch 'createTypeNode' of github.com:aozgaa/TypeScript into createTypeNode Arthur Ozga 2017-03-13 10:11:13 -07:00
  • 53f04ad89c Update issue template to use TS2.2 Andy Hanson 2017-03-13 09:28:05 -07:00
  • f0b4efe94f type literals, properties only Arthur Ozga 2017-03-13 09:18:40 -07:00
  • 6fe59f3450 Unions and intersections Arthur Ozga 2017-03-12 19:18:51 -07:00
  • 6c72283378 Use consistent quotes Arthur Ozga 2017-03-12 18:52:38 -07:00
  • 060317759e Add type parameters Arthur Ozga 2017-03-12 18:48:51 -07:00
  • 93cd1dc1ea get name for index info Arthur Ozga 2017-03-12 18:47:17 -07:00
  • 965d43c6a5 Print new nodes in correct order Arthur Ozga 2017-03-12 18:35:48 -07:00
  • f5f01a162f Simplify Ranges Arthur Ozga 2017-03-12 17:14:20 -07:00
  • 03511c0b09 snythesize methods in missing member fix Arthur Ozga 2017-03-12 16:36:03 -07:00
  • 3ac54e8a47 Infer class property declarations from assignments in nested arrow functions Mohamed Hegazy 2017-03-12 15:00:24 -07:00
  • d6863bea25 missing member fixes use createTypeNode Arthur Ozga 2017-03-12 12:49:29 -07:00
  • bf2acf1d2c basic end-to-end building type nodes Arthur Ozga 2017-03-11 18:58:46 -08:00
  • fff531ca25 more temp Arthur Ozga 2017-03-11 15:16:28 -08:00
  • c6693983f4 Revert "temp" Arthur Ozga 2017-03-11 09:10:26 -08:00
  • 205f63891e Fix Per Request Cancellation Tokens Matt Bierner 2017-03-10 22:13:58 -08:00
  • bd50ccfa11 Merge branch 'master-dynamicImport' of https://github.com/Microsoft/TypeScript into master-dynamicImport Yui T 2017-03-10 22:08:43 -08:00
  • 126fb640db Wip-type check dynamic import Yui T 2017-03-10 22:07:08 -08:00
  • fd65966a50 temp Arthur Ozga 2017-03-10 21:18:18 -08:00
  • 6632e324ed Merge pull request #14582 from krizalys/update-readme-links Daniel Rosenwasser 2017-03-10 17:41:24 -08:00
  • 7532ab2d83 Remove stray apostrophe. Daniel Rosenwasser 2017-03-10 17:25:31 -08:00
  • 6933b581c0 Wip-type check dynamic import Kanchalai Tanglertsampan 2017-03-10 16:27:22 -08:00
  • 8f41444769 send error if obtaining of types-registry package failed (#14573) (#14585) Vladimir Matveev 2017-03-10 15:08:52 -08:00
  • 2980231b5e Updated quick start & handbook links in README Christophe Vidal 2017-03-11 01:55:50 +07:00
  • 746b7e4798 Expose forEachChild as a method of Node Andy Hanson 2017-03-10 10:42:26 -08:00
  • 17cb68cbbf send error if obtaining of types-registry package failed (#14573) Vladimir Matveev 2017-03-10 10:34:01 -08:00
  • 6e8c44f774 Ports #14566 to release-2.2 (#14571) Vladimir Matveev 2017-03-10 10:33:09 -08:00
  • bdb6a8a83a Merge pull request #12784 from e-cloud/fix/generic-this-arg Nathan Shively-Sanders 2017-03-10 09:02:09 -08:00
  • 3f980bead0 Remove vestiges of WScript support (Issue #14414) DLehenbauer 2017-03-10 07:10:58 -08:00
  • 827abb3576 Parse import call and use collect its specifier Yui T 2017-03-09 22:30:06 -08:00
  • e7b3a1514e Merge branch 'master' into master-dynamicImport Yui T 2017-03-09 19:11:25 -08:00
  • 940d165b0d Merge pull request #14212 from Microsoft/master-12989 Yui 2017-03-09 18:42:36 -08:00
  • 09fcf5b0ce test(baseline): update references affected e-cloud 2017-01-24 19:31:11 +08:00
  • 8817703a15 Merge pull request #14545 from aozgaa/docCommentPrefix Arthur Ozga 2017-03-09 16:13:29 -08:00
  • 936a91d271 Add comment Mohamed Hegazy 2017-03-09 16:12:58 -08:00
  • 13e80b9558 Fix building webTestServer Mohamed Hegazy 2017-03-07 13:40:15 -08:00
  • 706acdf138 Add quick fix to disable error checking in a .js file Mohamed Hegazy 2017-03-07 13:40:15 -08:00
  • 330f7bf96c Correctly parse import() Kanchalai Tanglertsampan 2017-03-09 15:55:09 -08:00
  • 77c2a1d20d allow passing --logFile and --logVerbosity parameter to tsserver (#14566) Vladimir Matveev 2017-03-09 15:25:44 -08:00
  • f2c487ed11 Merge pull request #14562 from Microsoft/fixLookupTypeRelation Anders Hejlsberg 2017-03-09 10:51:29 -10:00
  • 4b4211f38b Add repro Anders Hejlsberg 2017-03-09 11:57:56 -08:00
  • 3fb364981b Accept new baselines Anders Hejlsberg 2017-03-09 11:50:30 -08:00
  • 014aeb3fd3 Use immediate constraint instead of base constraint in T[K] relations Anders Hejlsberg 2017-03-09 11:50:07 -08:00
  • 456c397a37 Merge pull request #14553 from Microsoft/fixBuildBreak Mohamed Hegazy 2017-03-09 09:05:28 -08:00
  • fe7719f0a9 Disable check diagnostics per line Mohamed Hegazy 2017-03-07 23:03:47 -08:00
  • 3d03f8d8a5 Merge branch 'fixBuildBreak' into checkJSFiles Mohamed Hegazy 2017-03-08 23:17:28 -08:00
  • 63cbe8edbf Add es6 to buildProtocol Mohamed Hegazy 2017-03-08 23:10:14 -08:00
  • a202fa4c88 add es6 to buildProtocol Mohamed Hegazy 2017-03-08 23:08:55 -08:00
  • 81c0bd50ab Add --lib es6 to @types/node dependent targets Mohamed Hegazy 2017-03-08 23:03:30 -08:00
  • e9f82145b7 Code review comments Mohamed Hegazy 2017-03-07 23:03:47 -08:00
  • 5f5aa20816 test: adjust test case completionEntryForUnionMethod e-cloud 2017-01-11 09:23:27 +08:00
  • 18154fe111 test: add tests for this type in native-this-assignable methods e-cloud 2017-01-05 11:08:28 +08:00
  • cedad974d2 fix: add generic info for methods with thisArg of built-in classes e-cloud 2017-01-05 11:07:27 +08:00
  • 0fb415ac61 Merge pull request #14492 from Microsoft/anyInferences Mohamed Hegazy 2017-03-08 16:15:50 -08:00
  • ca0816710a Wip-parsing import call expression Kanchalai Tanglertsampan 2017-03-08 15:53:38 -08:00
  • 787ed372fb Use term UpdateExpression instead of IncrementExpression to keep it consistent with ECMA spec Kanchalai Tanglertsampan 2017-03-08 14:57:57 -08:00
  • 41dbae58f3 code review comments Mohamed Hegazy 2017-03-08 14:15:26 -08:00
  • b7d09ef015 Make docComment template indent whitespace-only Arthur Ozga 2017-03-08 12:41:20 -08:00
  • d847e6a66a Merge remote-tracking branch 'origin/master' into vladima/textChanges Vladimir Matveev 2017-03-07 15:10:41 -08:00
  • 1bf4f06b2a Merge pull request #14498 from Microsoft/narrow-default-initialised-parameters Nathan Shively-Sanders 2017-03-07 15:03:57 -08:00
  • fb218b7897 Error if --checkJs is used without --allowJs Mohamed Hegazy 2017-03-07 13:49:52 -08:00
  • 9305d4d99e Change flag name to checkJs Mohamed Hegazy 2017-03-07 13:48:37 -08:00
  • fab4ef0bde cache semantic and declaration diagnostics in program (#14516) Vladimir Matveev 2017-03-07 13:26:41 -08:00
  • 3e5b232e88 Merge pull request #14519 from Microsoft/gulp_lint Andy 2017-03-07 12:33:11 -08:00
  • 4d9f717858 Merge branch 'master' of https://github.com/Microsoft/TypeScript Mohamed Hegazy 2017-03-07 11:47:57 -08:00
  • 3c751ecdad Update baseline Mohamed Hegazy 2017-03-07 11:47:38 -08:00
  • 7f85c228e8 Fix tslint compilation in gulp Andy Hanson 2017-03-07 11:47:26 -08:00
  • 6117ed7708 Merge pull request #14391 from Microsoft/lint_better Andy 2017-03-07 11:41:55 -08:00
  • 89974bdaaf Merge pull request #14172 from Microsoft/moduleExportsAlias Mohamed Hegazy 2017-03-07 11:13:19 -08:00
  • 4610dc7e3b Merge pull request #14508 from Busyrev/fix-function-parameter-default-value Mohamed Hegazy 2017-03-07 10:34:33 -08:00
  • 24c8de21c4 Inline isFlowNarrowable Nathan Shively-Sanders 2017-03-07 10:20:02 -08:00
  • b49859be79 Merge pull request #14510 from Microsoft/fixNullableThisType Anders Hejlsberg 2017-03-07 08:17:25 -10:00
  • 19b27824c0 Merge pull request #14512 from Microsoft/more-gulpfile-tsconfig-relative-path-fixes Nathan Shively-Sanders 2017-03-07 10:01:31 -08:00
  • 0c53b539c8 Fix more gulp.dests to use the relative path of the tsconfig Nathan Shively-Sanders 2017-03-07 09:52:45 -08:00
  • c1f4c9c543 Update baselines Nathan Shively-Sanders 2017-03-07 09:29:29 -08:00
  • 2325fda8a6 Move isFlowNarrowable call inside getFlowTypeOfReference Nathan Shively-Sanders 2017-03-07 09:28:51 -08:00
  • 36513f21ab Remove only undefined, not null | undefined, from declared type Nathan Shively-Sanders 2017-03-07 09:14:51 -08:00
  • a4d2c572bf Accept new baselines Anders Hejlsberg 2017-03-07 09:08:02 -08:00
  • 0ac92b4706 Add tests Anders Hejlsberg 2017-03-07 09:07:53 -08:00
  • fa02c808d1 Remove null and undefined from contextual 'this' type Anders Hejlsberg 2017-03-07 09:07:34 -08:00