Commit Graph

  • 6b5330f343 Bug fix for issue #14696, things changed are; - Empty class type will now throw an error, - Trailing comma in class type will also throw an error, - Added tests for empty class type parameter, - Updated tests for class type parameters with trailing comma Vadi Taslim 2017-03-24 12:39:36 +08:00
  • ed1d5f45ca Type parameter default is 'any' in js files rbuckton 2017-03-23 19:16:00 -07:00
  • 5421812f1e build builder Arthur Ozga 2017-03-23 16:54:13 -07:00
  • 82bd05bbc0 Merge branch 'master' into createTypeNode Arthur Ozga 2017-03-23 16:29:00 -07:00
  • bfb1bb4801 Merge branch 'createTypeNode2' into createTypeNode Arthur Ozga 2017-03-23 14:12:25 -07:00
  • ee7e9fc502 handle todo's Arthur Ozga 2017-03-23 14:00:49 -07:00
  • 8915cb9a0f Split signature factory methods Arthur Ozga 2017-03-23 13:36:38 -07:00
  • a9d8df2e5a Merge pull request #14825 from Microsoft/fixDeeplyNestedCheck Anders Hejlsberg 2017-03-23 11:42:49 -07:00
  • e1ba8553b6 Add declaration emit test and test to make sure we don't give dynamic import implicit "use strict" Kanchalai Tanglertsampan 2017-03-23 11:29:45 -07:00
  • f139a6c58a Accept new baselines Anders Hejlsberg 2017-03-23 11:24:01 -07:00
  • 5ea146334a Add regression test Anders Hejlsberg 2017-03-23 11:23:26 -07:00
  • f4fc9ed61f Fix deeply nested type check Anders Hejlsberg 2017-03-23 11:23:13 -07:00
  • dfb4df92c8 move undefined handling to caller Arthur Ozga 2017-03-23 11:17:25 -07:00
  • 19ada9719a Fix #14620: Lookup names in exports as well as locals when binding special properties Mohamed Hegazy 2017-03-23 10:26:05 -07:00
  • 87c291eb2f Merge pull request #14195 from HerringtonDarkholme/object-iteration Mohamed Hegazy 2017-03-23 10:11:50 -07:00
  • 1f3029d4f1 error handling Arthur Ozga 2017-03-23 08:34:58 -07:00
  • 868802b223 Port updated dom files (#14805) Mohamed Hegazy 2017-03-23 00:41:07 -07:00
  • 8a67b6ddd4 Changes for Map implementation Bill Ticehurst 2017-03-22 19:48:20 -07:00
  • 35e77171e9 Store diabled projects as 0 Ryan Cavanaugh 2017-03-21 16:02:54 -07:00
  • 1696df6c9e Don't add in size of disabled projects Ryan Cavanaugh 2017-03-21 13:01:06 -07:00
  • c66a5359e2 Add unit test Ryan Cavanaugh 2017-03-21 12:08:51 -07:00
  • 63aeacb83f Math Ryan Cavanaugh 2017-03-21 11:41:58 -07:00
  • 8b3c54dbfb Store the size of the project properly Ryan Cavanaugh 2017-03-21 11:37:22 -07:00
  • 01e619ba53 Do not report semantic diagnostics for infered and external projects with only .js files Mohamed Hegazy 2017-03-17 17:20:43 -07:00
  • be30adc77f Make compatible with 2.1 maps Ryan Cavanaugh 2017-03-17 15:36:15 -07:00
  • de8fb9e833 Apply the 20 MB non-TS source limit across all projects Ryan Cavanaugh 2017-03-17 12:56:31 -07:00
  • abd14ef185 temp Arthur Ozga 2017-03-22 19:10:56 -07:00
  • 4ee8bdb762 Suppress semantic errors in JS only configured projects Bill Ticehurst 2017-03-21 14:49:20 -07:00
  • db6c96967c Change ingore diagonstic comment to // @ts-ignore Mohamed Hegazy 2017-03-22 16:23:21 -07:00
  • e408cad618 Merge branch 'master' into checkJSFiles Mohamed Hegazy 2017-03-22 15:45:27 -07:00
  • aad80ad138 Merge pull request #13982 from Microsoft/optionsDescription Mohamed Hegazy 2017-03-22 15:14:22 -07:00
  • c62f4f5888 Update tests Kanchalai Tanglertsampan 2017-03-22 15:10:19 -07:00
  • c798489eb1 Move error report of incorrect grammar in dynamic import to checker Kanchalai Tanglertsampan 2017-03-22 15:04:17 -07:00
  • 43e01f282b remove trivia Arthur Ozga 2017-03-22 14:50:01 -07:00
  • 2958649a95 Enum and enum literal Arthur Ozga 2017-03-22 14:33:49 -07:00
  • 11d1409f5f Format else clauses Mohamed Hegazy 2017-03-22 13:01:53 -07:00
  • c4ddc5bffa Respond to more comments Arthur Ozga 2017-03-22 12:54:51 -07:00
  • ae1983bce1 Show help if --all is specifided without --help Mohamed Hegazy 2017-03-22 12:45:36 -07:00
  • 88b88e1055 Remove BOM Mohamed Hegazy 2017-03-22 12:41:11 -07:00
  • d906e91236 Code review comments Mohamed Hegazy 2017-03-22 12:01:08 -07:00
  • 91d9ecf3e2 Simply parse dynamic import as call-expression.... Kanchalai Tanglertsampan 2017-03-22 11:10:47 -07:00
  • b2f49ccfcb Merge branch 'master' into optionsDescription Mohamed Hegazy 2017-03-22 11:04:35 -07:00
  • a71879c4a9 Merge pull request #14418 from ajafff/fix-parent-type Mohamed Hegazy 2017-03-22 10:32:43 -07:00
  • eb8972d5ff Add parent types to class elements Klaus Meinhardt 2017-03-22 15:28:51 +01:00
  • fcca27c03e Fix type of HeritageClause#types Klaus Meinhardt 2017-03-21 20:21:43 +01:00
  • 6e086980a4 Also fix type of NewExpression#arguments Klaus Meinhardt 2017-03-20 22:07:15 +01:00
  • 1511dd9c24 Fix parent type of JsxAttributes Klaus Meinhardt 2017-03-02 17:43:02 +01:00
  • 5b739cf78c respond to comments Arthur Ozga 2017-03-21 22:54:06 -07:00
  • 4a1cf5d182 Merge pull request #14777 from misoguy/issue/#14775 Mohamed Hegazy 2017-03-21 19:39:48 -07:00
  • 747a6fd4f5 Replace "tsc @args.txt" to "tsc --project tsconfig.json" Soo Jae Hwang 2017-03-22 09:17:00 +09:00
  • a22d736bff Merge pull request #14713 from RyanCavanaugh/globalSizeLimit-2.1.6 Ryan Cavanaugh 2017-03-21 16:30:32 -07:00
  • 0440385dcc Merge pull request #14773 from Microsoft/billti/suppressDtsErrorsInJsOnly Ryan Cavanaugh 2017-03-21 16:30:23 -07:00
  • e9e7271fc3 Store diabled projects as 0 Ryan Cavanaugh 2017-03-21 16:02:54 -07:00
  • 2332ea388e small fix on indentation Kanchalai Tanglertsampan 2017-03-21 15:11:21 -07:00
  • 15ca0af646 Add tests Kanchalai Tanglertsampan 2017-03-21 15:08:15 -07:00
  • 871d6095ef Report an error if dynamic import specifier is not assigable to type string Kanchalai Tanglertsampan 2017-03-21 15:08:00 -07:00
  • 0f12731c43 Suppress semantic errors in JS only configured projects Bill Ticehurst 2017-03-21 14:49:20 -07:00
  • f04f7b5afd Add comment for comparable relationship Kanchalai Tanglertsampan 2017-03-21 14:18:12 -07:00
  • 5bcb8fa9fa Don't need types to handle string literals Andy Hanson 2017-03-21 13:24:39 -07:00
  • 00abefbb68 Merge pull request #14771 from Microsoft/rm_old_tests Andy 2017-03-21 13:21:12 -07:00
  • 8fd660bcba Report no implicit error when we return Promise<any> Kanchalai Tanglertsampan 2017-03-21 13:11:29 -07:00
  • 2721a8c8b4 Don't add in size of disabled projects Ryan Cavanaugh 2017-03-21 13:01:06 -07:00
  • 1b2cd3e01a Remove unused test files Andy Hanson 2017-03-20 07:28:55 -07:00
  • d7c630f4df Merge pull request #14443 from Microsoft/specific_types Andy 2017-03-21 12:26:04 -07:00
  • ff0947996c Add unit test Ryan Cavanaugh 2017-03-21 12:08:51 -07:00
  • 7b17f6affe Math Ryan Cavanaugh 2017-03-21 11:41:58 -07:00
  • 16c7bcfebb Store the size of the project properly Ryan Cavanaugh 2017-03-21 11:37:22 -07:00
  • 46587c8dca Merge pull request #14235 from Microsoft/master-fix14043 Yui 2017-03-21 11:06:11 -07:00
  • f5d566e794 Merge pull request #14152 from Microsoft/master-11566 Yui 2017-03-21 09:18:15 -07:00
  • 2e28c06cb6 Merge branch 'master' into master-11566 Kanchalai Tanglertsampan 2017-03-21 09:04:21 -07:00
  • 71e52dea92 finish remove unused yieldTypes Kanchalai Tanglertsampan 2017-03-21 08:38:01 -07:00
  • 990d2fa54b Merge pull request #14307 from Microsoft/master-13893 Yui 2017-03-21 08:36:59 -07:00
  • 6dc8072bb9 Merge branch 'master' into master-fix14043 Kanchalai Tanglertsampan 2017-03-21 08:17:33 -07:00
  • bb5b20b587 Address code review Kanchalai Tanglertsampan 2017-03-21 08:07:11 -07:00
  • a057475bb6 Update baselines from merging with master Kanchalai Tanglertsampan 2017-03-21 07:36:24 -07:00
  • 3600ccc833 Merge branch 'master' into master-14217 Kanchalai Tanglertsampan 2017-03-21 07:36:08 -07:00
  • a8ffb5cad9 Address code review Kanchalai Tanglertsampan 2017-03-21 07:26:47 -07:00
  • b6dfa39ce0 Merge pull request #14252 from Microsoft/master-fix12297 Yui 2017-03-20 21:00:34 -07:00
  • 028c41b951 Merge branch 'master' into master-13893 Kanchalai Tanglertsampan 2017-03-20 17:22:04 -07:00
  • 363c5144bc Merge pull request #14635 from Microsoft/fixIntersectionMethodOverrides Anders Hejlsberg 2017-03-20 16:24:05 -07:00
  • 0c1642a8b7 Allow specifying location of typingSafeList.json Mine Starks 2017-03-20 16:07:20 -07:00
  • 015f71b5fd Issue error when use with ES2015 Kanchalai Tanglertsampan 2017-03-20 15:34:06 -07:00
  • 18f0d85bff Merge pull request #14581 from Microsoft/foreachchild Andy 2017-03-20 14:56:21 -07:00
  • d5c1b71429 Merge pull request #14710 from Microsoft/lint Andy 2017-03-20 14:50:36 -07:00
  • 082cf11c36 Merge pull request #14730 from Microsoft/typo Andy 2017-03-20 14:50:07 -07:00
  • b8aa84e8bf Use more specific types in a few cases Andy Hanson 2017-03-03 14:36:16 -08:00
  • 67587cbbbd Merge branch 'master' into createTypeNode Arthur Ozga 2017-03-20 14:39:54 -07:00
  • de5211352a Merge pull request #14132 from Microsoft/master-fix12952 Yui 2017-03-20 14:32:52 -07:00
  • 7b04f1d60b Merge pull request #14717 from Microsoft/master-onlyEmitUseStrictInExternalModule Yui 2017-03-20 14:32:20 -07:00
  • ac8ad67aa1 Merge pull request #14750 from Microsoft/runtests-browser Andy 2017-03-20 14:14:28 -07:00
  • e0192168f7 Use emitFlags to indicate that the subtree contains dynamic import Kanchalai Tanglertsampan 2017-03-20 14:01:50 -07:00
  • 46182035f6 Merge pull request #14718 from Microsoft/port14716 Mohamed Hegazy 2017-03-20 10:46:00 -07:00
  • 238edf08b7 Merge pull request #14716 from Microsoft/fix14565 Mohamed Hegazy 2017-03-20 10:45:46 -07:00
  • 9c272ec64b Merge pull request #14731 from Microsoft/comment Andy 2017-03-20 09:59:11 -07:00
  • 0152e8c4bb Fix lint scripts Andy Hanson 2017-03-20 08:42:27 -07:00
  • 76ffba60fb Fix gulp runtests-browser Andy Hanson 2017-03-20 09:07:04 -07:00
  • 2a2c1a9c14 Add comment andy-ms 2017-03-19 10:02:00 -07:00
  • 50c18bbea0 Fix typo andy-ms 2017-03-19 09:57:14 -07:00
  • 98516e7d6e Do not report semantic diagnostics for infered and external projects with only .js files Mohamed Hegazy 2017-03-17 17:20:43 -07:00
  • cc6140f6e9 Only emit "use strict" when users ask for or the file is external module Yui T 2017-03-17 17:22:02 -07:00