Commit Graph

  • de876bdfc9 Use an ES5 target Andy Hanson 2016-10-18 07:34:48 -07:00
  • b557211a37 Return both ts and js results from module resolution, and don't have moduleNameResolver responsible for omitting files based on compiler options Andy Hanson 2016-10-13 13:02:22 -07:00
  • 97e90b53d5 Merge pull request #11696 from Microsoft/vladima/port-11694 Vladimir Matveev 2016-10-17 23:37:01 -07:00
  • 121f51e552 Merge pull request #11694 from Microsoft/vladima/reload-tmp Vladimir Matveev 2016-10-17 23:15:22 -07:00
  • cca3c1f0e0 Merge pull request #11694 from Microsoft/vladima/reload-tmp Vladimir Matveev 2016-10-17 23:15:22 -07:00
  • 68c485d9f9 Merge pull request #11686 from Microsoft/AddIsSemanticToGetDiagnosticsWorker jramsay 2016-10-17 22:10:59 -07:00
  • 2458a1c884 allow reload from temp files Vladimir Matveev 2016-10-17 21:32:37 -07:00
  • deb3449077 Add getSyntacticDiagnostics unit test Jason Ramsay 2016-10-17 14:50:03 -07:00
  • 9cedb6a90f Merge pull request #11673 from Microsoft/partiallyAnnotatedSignatures Anders Hejlsberg 2016-10-17 17:39:26 -07:00
  • 2321e28ce9 Merge pull request #11652 from Microsoft/transformES5 Ron Buckton 2016-10-17 16:46:56 -07:00
  • 4a0e8c2381 Merge pull request #11690 from Microsoft/vladima/port-11651 Vladimir Matveev 2016-10-17 16:40:38 -07:00
  • 28452d5a7b Merge pull request #11370 from Microsoft/requireAsFunctionInExternalModule Sheetal Nandi 2016-10-17 16:37:03 -07:00
  • e72414ecab Merge branch 'master' into requireAsFunctionInExternalModule Sheetal Nandi 2016-10-17 16:13:51 -07:00
  • 28899f3860 Update the resolveName symbol flags for 'require' resolution Sheetal Nandi 2016-10-17 16:08:00 -07:00
  • 722e723392 Include the correct file by default (#11685) Mohamed Hegazy 2016-10-17 15:47:33 -07:00
  • 05ebd1d5fb Merge pull request #11651 from Microsoft/vladima/literals-in-protocol Vladimir Matveev 2016-10-17 15:46:05 -07:00
  • ea3cbfbca4 Merge pull request #11651 from Microsoft/vladima/literals-in-protocol Vladimir Matveev 2016-10-17 15:46:05 -07:00
  • 039c6e5819 Merge pull request #11675 from Microsoft/vladima/fix-11665 Vladimir Matveev 2016-10-17 15:45:39 -07:00
  • af52b6314c Address CR feedback Anders Hejlsberg 2016-10-17 15:34:03 -07:00
  • 8d84245ba2 remove changes in commandLineParser.ts Vladimir Matveev 2016-10-17 14:50:21 -07:00
  • 668c3f8f1e addressed PR feedback Vladimir Matveev 2016-10-17 14:41:24 -07:00
  • 09b9ea5507 address PR feedback Vladimir Matveev 2016-10-17 14:29:24 -07:00
  • ebb6678ba6 Merge pull request #11687 from Microsoft/update-CONTRIBUTING-baseline-instructions Nathan Shively-Sanders 2016-10-17 14:14:07 -07:00
  • 45253f85cf Remove baseline-accept warning from CONTRIBUTING Nathan Shively-Sanders 2016-10-17 14:00:49 -07:00
  • d27088e51f Merge pull request #11640 from RyanCavanaugh/jsxTextIsToken Ryan Cavanaugh 2016-10-17 13:20:51 -07:00
  • b71e8a2167 Add isSemantic check to getDiagnosticsWorker Jason Ramsay 2016-10-17 13:11:13 -07:00
  • 19ae490194 Merge pull request #11680 from Microsoft/unnecessary_assert Andy 2016-10-17 12:33:07 -07:00
  • ffc3689783 Merge branch 'master' into transformES5 Ron Buckton 2016-10-17 12:11:21 -07:00
  • 8a3e9be49e Merge pull request #11350 from Microsoft/fix_lib_tests Nathan Shively-Sanders 2016-10-17 10:57:27 -07:00
  • 45e8a5b54d Accepting new baseline. Format code to fit linter rules. about-code 2016-10-17 19:22:40 +02:00
  • 4c5a728314 Don't use ternary operator Andy Hanson 2016-10-17 10:15:13 -07:00
  • 6a59948ea1 Add lib-concatting newlines to jakefile as well Nathan Shively-Sanders 2016-10-17 09:46:26 -07:00
  • 8aa56c1cce Add fourslash test for contextually-typed this Nathan Shively-Sanders 2016-10-17 09:12:15 -07:00
  • 2bb4abce47 Use collator when making comparison as it is more performance than String.prototype.localeCompare Yui T 2016-10-17 09:12:08 -07:00
  • df58df17f6 Add partially annotated function tests Herrington Darkholme 2016-10-17 09:04:16 -07:00
  • 7292f9f67e Merge branch 'master' into map4 Andy Hanson 2016-10-17 06:49:53 -07:00
  • 8a2d16134d Remove unnecessary assert Andy Hanson 2016-10-17 06:09:19 -07:00
  • bb8a3c41db Cleaned up emit of enum declaration Ron Buckton 2016-10-17 00:43:02 -07:00
  • ebba1c3d1a fix flow in finally blocks Vladimir Matveev 2016-10-16 20:57:51 -07:00
  • 6425f0ccfd Fix lint error Anders Hejlsberg 2016-10-16 17:37:37 -07:00
  • 808db07ce4 Accept new baselines Anders Hejlsberg 2016-10-16 17:31:57 -07:00
  • 8094b2c5de Improve contextual typing of partially annotated signatures Anders Hejlsberg 2016-10-16 17:28:45 -07:00
  • f025e0caed Minor cleanup Ron Buckton 2016-10-16 15:19:02 -07:00
  • 9122f62431 Merge remote-tracking branch 'upstream/master' about-code 2016-10-17 00:02:44 +02:00
  • e97368bb3f Adds ES5 to ES3 transformer for reserved words Ron Buckton 2016-10-13 17:53:44 -07:00
  • 8a37a162b2 Fix for issue #442 about-code 2016-10-16 18:43:55 +02:00
  • fc5b2e524d Fix for issue #442 about-code 2016-10-16 18:34:57 +02:00
  • 65b1cf665e Merge pull request #11653 from Microsoft/fix11295 Ron Buckton 2016-10-15 18:22:00 -07:00
  • db76a9ca07 More tests Ron Buckton 2016-10-15 17:29:03 -07:00
  • a4a7c237b3 Fix issues from merge Ron Buckton 2016-10-15 15:18:32 -07:00
  • 7f6faaa884 Merge branch 'master' into fix11295 Ron Buckton 2016-10-15 14:34:04 -07:00
  • 63160de21e Merge pull request #11407 from andrejbaran/es2017-target Ron Buckton 2016-10-15 01:57:45 -07:00
  • ce6ae0e494 Merge pull request #11632 from Microsoft/vladima/port-11605 Vladimir Matveev 2016-10-14 23:39:37 -07:00
  • 17d60d5d8f Merged master into es2017-target Andrej Baran 2016-10-15 08:31:22 +02:00
  • 40e99e7f66 Updated comment Ron Buckton 2016-10-14 21:34:59 -07:00
  • a1cbfcae4b Add missing trigger file (#11641) Zhengbo Li 2016-10-14 20:50:12 -07:00
  • 980a894787 Fix emit issue regarding null/undefined in type annotations Ron Buckton 2016-10-14 18:10:34 -07:00
  • 5475f3a7c2 Merge pull request #11609 from Microsoft/consolidateImportElision Ron Buckton 2016-10-14 18:02:42 -07:00
  • 135c6b5d08 switch enums in protocol to unions of literal types Vladimir Matveev 2016-10-14 16:36:27 -07:00
  • b5d1e4c4c4 Merge pull request #11432 from Microsoft/controlFlowArrays Anders Hejlsberg 2016-10-14 16:28:35 -07:00
  • 7352e97121 Cleanup ES2017 async tests Andrej Baran 2016-10-15 01:16:11 +02:00
  • a69fc67986 Restrict IsGlobalCompletion to: - SourceFile - Template Expression - Statements Jason Ramsay 2016-10-14 16:04:51 -07:00
  • 1635679377 Merge pull request #11635 from Microsoft/release-port11541 Yui 2016-10-14 16:04:24 -07:00
  • eb4bb4a9e0 Fix-ups around formatting and assertions Ryan Cavanaugh 2016-10-14 12:08:41 -07:00
  • cfbfe328b6 Merge pull request #11599 from Microsoft/update_issue_template Andy 2016-10-14 12:00:45 -07:00
  • 4304eab654 JSX Text belongs with its other token friends Ryan Cavanaugh 2016-10-14 11:12:47 -07:00
  • 9c8e462163 guard using localeCompare and consolidate all localeCompare call to CompareStrings function Kanchalai Tanglertsampan 2016-10-11 13:51:53 -07:00
  • cd04aa9995 Merge pull request #11541 from Microsoft/master_11339 Yui 2016-10-14 09:36:41 -07:00
  • b6819dc939 Merge branch 'master' into object-spread Nathan Shively-Sanders 2016-10-14 09:32:57 -07:00
  • 83d6abcd9e Update baselines Nathan Shively-Sanders 2016-10-14 08:59:00 -07:00
  • 0168f67f63 Push eitherIsNotLiteral check into isTypeEqualityComparableTo Nathan Shively-Sanders 2016-10-14 08:55:01 -07:00
  • 6417dab60b Merge pull request #11605 from Microsoft/vladima/convert-enums-to-const Vladimir Matveev 2016-10-14 08:11:23 -07:00
  • 3030442f52 Merge pull request #11605 from Microsoft/vladima/convert-enums-to-const Vladimir Matveev 2016-10-14 08:11:23 -07:00
  • a09f00bb11 Merge pull request #11593 from Microsoft/vladima/port-11577 Vladimir Matveev 2016-10-14 08:11:09 -07:00
  • 1d82193af8 Merge pull request #11608 from Microsoft/vladima/port-11594 Vladimir Matveev 2016-10-14 08:10:46 -07:00
  • c876d92b79 Merge branch 'master' into controlFlowArrays Anders Hejlsberg 2016-10-14 07:48:18 -07:00
  • 86784a5eef Get rid of ES6 completely Andrej Baran 2016-10-14 10:54:54 +02:00
  • c4300e017f Adds ES5 to ES3 transformer for reserved words Ron Buckton 2016-10-13 17:53:44 -07:00
  • cdafc9dca1 Update LKG Mohamed Hegazy 2016-10-13 17:29:03 -07:00
  • 2cd404038e Port fix in https://github.com/Microsoft/TypeScript/pull/11293 to correct file Mohamed Hegazy 2016-10-13 17:11:03 -07:00
  • 97d40ab432 Update LKG Mohamed Hegazy 2016-10-13 17:08:58 -07:00
  • fc641b93be Merge branch 'slawomir-10758-always-strict' Mohamed Hegazy 2016-10-13 16:57:06 -07:00
  • 80ef348623 Add buildProtocol.js Mohamed Hegazy 2016-10-13 16:56:59 -07:00
  • 2920f82804 Add error reporting for using --noImplicitUseStrict with --options.alwaysStrict Mohamed Hegazy 2016-10-13 16:54:09 -07:00
  • dd26822cc0 Merge pull request #11594 from Microsoft/vladima/fix-11590 Vladimir Matveev 2016-10-13 16:46:44 -07:00
  • e017583a9b Merge pull request #11594 from Microsoft/vladima/fix-11590 Vladimir Matveev 2016-10-13 16:46:44 -07:00
  • 982abc2944 Add switch comparability test and update baselines Nathan Shively-Sanders 2016-10-13 16:29:35 -07:00
  • bf3e487d28 Merge branch 'master' into interfaceFixes Paul van Brenk 2016-10-13 16:29:27 -07:00
  • 00ebf59b50 Use same literal comparison rules for switch/=== Nathan Shively-Sanders 2016-10-13 16:26:44 -07:00
  • 7060f51fb2 Fix the Function interface (#11269) (#11293) falsandtru 2016-10-14 08:24:05 +09:00
  • e9242b1681 fix typo in type definition (#11346) Michael 2016-10-14 01:23:14 +02:00
  • 418a251237 Merge branch '10758-always-strict' of https://github.com/slawomir/TypeScript into slawomir-10758-always-strict Mohamed Hegazy 2016-10-13 16:17:06 -07:00
  • 6b5a53cae1 Merge pull request #11458 from Microsoft/narrowedConst Sheetal Nandi 2016-10-13 16:16:27 -07:00
  • ee95afeaf8 Port #11601 to release-2.0.5 Zhengbo Li 2016-10-13 15:39:09 -07:00
  • d27bfccb79 convert all enums into const enums Vladimir Matveev 2016-10-13 15:43:32 -07:00
  • a6443e3e5a Avoid watching non-existing directories and fix null-exception (#11601) Zhengbo Li 2016-10-13 15:39:09 -07:00
  • 99e2219c4e Remove unused function Kanchalai Tanglertsampan 2016-10-13 15:09:26 -07:00
  • 17c2ab20d4 Merge pull request #11587 from Microsoft/narrowStringAndNumber Anders Hejlsberg 2016-10-13 13:59:57 -07:00
  • 79ed3a7ed8 Accept new baselines Anders Hejlsberg 2016-10-13 13:29:42 -07:00
  • bfa4197ffe Update tests Anders Hejlsberg 2016-10-13 13:29:08 -07:00