Commit Graph

  • 1375505a1f Add tests Anders Hejlsberg 2016-08-06 09:06:56 -07:00
  • 37e96b3a06 Stricter check for discriminant properties in type guards Anders Hejlsberg 2016-08-06 09:01:35 -07:00
  • 2627e6f3fc [Transforms] Merge master on 08/05 (#10182) Yui 2016-08-05 21:45:13 -07:00
  • e11d5e9de6 Cleaning up test cases and adding a few more Richard Knoll 2016-08-05 17:53:04 -07:00
  • ecdbdb33af Fixing the filtering of nested module completions Richard Knoll 2016-08-05 17:42:52 -07:00
  • e0b73c4a4a Clean up Paul van Brenk 2016-08-05 16:44:43 -07:00
  • 6f4fb064ca SuperFix fourslash tests Paul van Brenk 2016-08-05 16:21:46 -07:00
  • 466d26fc76 Fourslash support Paul van Brenk 2016-08-05 16:21:46 -07:00
  • 94ea825f95 Api Changes and simple superfixes Paul van Brenk 2016-08-05 16:20:16 -07:00
  • 46f5e5fad1 Surface noErrorTruncation option gcnew 2016-08-06 01:10:02 +03:00
  • 269b828538 Fix lssl task (#9967) Wesley Wigham 2016-08-05 14:16:29 -07:00
  • 8830d7691e Port PR#9867 to Release-2.0 (#10147) Yui 2016-08-05 14:00:40 -07:00
  • 02a79e3f81 Try using runtests-parallel for CI (#9970) Wesley Wigham 2016-08-05 13:50:21 -07:00
  • cabd276ddc Fix more lint Nathan Shively-Sanders 2016-08-05 10:28:03 -07:00
  • ceab31cf0d Port PR #10016 to Master (#10100) Yui 2016-08-05 10:12:01 -07:00
  • 8f638f7ecd Fix lint Nathan Shively-Sanders 2016-08-05 09:58:30 -07:00
  • b54aec1c12 Merge pull request #10153 from Microsoft/tsx_toString Andy 2016-08-05 05:57:24 -07:00
  • 0f22079d9e Remove trailing slashes, remove mostly useless IO, fix script element kind for files Richard Knoll 2016-08-04 18:17:41 -07:00
  • 798be6f4f9 Add new test baseline and delete else in binder Nathan Shively-Sanders 2016-08-04 15:17:08 -07:00
  • 0a1ec43de0 addref in all configured projects that contain the file Vladimir Matveev 2016-08-04 14:46:00 -07:00
  • 9947ac2ece Don't allow properties inherited from Object to be automatically included in TSX attributes Andy Hanson 2016-08-04 14:13:07 -07:00
  • 3c32478b8f Support other (new) literal types in jsdoc Nathan Shively-Sanders 2016-08-04 13:01:17 -07:00
  • ca288231f7 Fixing shim and normalizing paths Richard Knoll 2016-08-04 11:10:00 -07:00
  • 4c3529680d Merge branch 'master' into jsdoc-string-literal-types Nathan Shively-Sanders 2016-08-04 09:52:15 -07:00
  • e5973b8daa Add string-literal completion test for jsdoc Nathan Shively-Sanders 2016-08-04 09:46:35 -07:00
  • 18fb33d36f Remove unused reference files: these tests produce erros so they will not produce these files (#9233) Yui 2016-08-04 08:11:42 -07:00
  • d173bca569 Merge pull request #10136 from Microsoft/release-2.0_export_specifiers_map Andy 2016-08-04 07:44:04 -07:00
  • 10b36abc8f [Release-2.0] Fix 9662: Visual Studio 2015 with TS2.0 gives incorrect @types path resolution errors (#9867) Yui 2016-08-04 07:43:54 -07:00
  • 0aaec56b8f Add a helper function getOrUpdateProperty to prevent unprotected access to Maps. Andy Hanson 2016-08-04 06:04:41 -07:00
  • 0a8afc91f6 Merge pull request #10115 from Microsoft/export_specifiers_map Andy 2016-08-04 05:54:34 -07:00
  • 72057500b5 Test that declares conflicting method first Nathan Shively-Sanders 2016-08-03 16:10:14 -07:00
  • 14f0aa0ace Merge pull request #10118 from Microsoft/limitTypeGuardAssertions Anders Hejlsberg 2016-08-03 14:59:19 -07:00
  • 38ee13cc32 Fix newline lint Nathan Shively-Sanders 2016-08-03 14:38:05 -07:00
  • 045b51a8ef Use {} type facts for unconstrained type params Nathan Shively-Sanders 2016-08-03 14:36:05 -07:00
  • c0bcf8f10c release cached tree in compilation settings change Vladimir Matveev 2016-08-03 13:51:20 -07:00
  • 293ca60ffd Renamed span to textSpan to better follow other language service APIs Richard Knoll 2016-08-03 11:07:57 -07:00
  • 8c01efba04 Allow JS multiple declarations of ctor properties Nathan Shively-Sanders 2016-08-03 10:33:10 -07:00
  • 12eb57c4d0 Fix linting error Anders Hejlsberg 2016-08-03 10:15:00 -07:00
  • 917d18a1ca Accept new baselines Anders Hejlsberg 2016-08-03 10:05:49 -07:00
  • 7ab6e11aaf Limit type guards as assertions to incomplete types in loops Anders Hejlsberg 2016-08-03 10:00:37 -07:00
  • 204f2c16c0 Add a helper function getOrUpdateProperty to prevent unprotected access to Maps. Andy Hanson 2016-08-03 08:55:55 -07:00
  • 359c8b12ef Don't allow ".d.ts" extension in an import either. Andy Hanson 2016-08-03 07:12:10 -07:00
  • 8b5a3d9fd7 Refactoring API to remove duplicate spans Richard Knoll 2016-08-02 19:03:36 -07:00
  • e661bbee79 Fixed and accepted new baselines. Ron Buckton 2016-08-02 17:58:49 -07:00
  • 586558ab87 Adds minimal down-level authoring support for generator functions. Ron Buckton 2016-08-02 17:07:35 -07:00
  • 4189b4d718 Narrowing type parameter intersects w/narrowed types Nathan Shively-Sanders 2016-08-02 16:10:20 -07:00
  • a5d73bfc24 No more filtering results Richard Knoll 2016-08-02 15:55:30 -07:00
  • 7908257ab7 Fix lint error Andy Hanson 2016-08-02 13:18:46 -07:00
  • 126c1eeb59 [Release-2.0] fix 9802: fix language service for UMD module alias (#10016) Yui 2016-08-02 13:01:05 -07:00
  • 6814a9fac6 Rename function Andy Hanson 2016-08-02 12:41:22 -07:00
  • dc192238cc Use recursion, and fix error for undefined node Andy Hanson 2016-08-02 12:37:30 -07:00
  • 0eeb9cbd0c Fix #10083 - allowSyntheticDefaultImports alters getExternalModuleMember (#10096) Wesley Wigham 2016-08-02 12:34:23 -07:00
  • c725ee457d Merge branch 'master' into transforms Ron Buckton 2016-08-02 11:47:18 -07:00
  • ed0a653515 Merge branch 'master' into transforms Ron Buckton 2016-08-02 11:45:56 -07:00
  • 4a470bd27c Merge pull request #9997 from Microsoft/re-add-strict-concat-signature Nathan Shively-Sanders 2016-08-02 11:06:18 -07:00
  • db44a71005 Fix bug Andy Hanson 2016-08-02 10:47:06 -07:00
  • 91c9d76f09 Remove SupportedExpressionWithTypeArguments type; just check that the expression of each ExpressionWithTypeArguments is an EntityNameExpression. Andy Hanson 2016-08-02 10:32:42 -07:00
  • 0f134ed69e Improve error message Andy Hanson 2016-08-02 06:58:26 -07:00
  • 2821d98265 Merge branch 'master' into no_ts_extension Andy Hanson 2016-08-02 06:18:53 -07:00
  • 8ceeb4bdc4 Merge pull request #10070 from Microsoft/release-2.0_lshost_realpath Andy 2016-08-02 06:09:50 -07:00
  • 35cd480a9c Fixing import completion spans to only include the end of the directory fragment Richard Knoll 2016-08-01 17:49:13 -07:00
  • f06413b8d4 Merge pull request #10035 from zhengbli/9522 Zhengbo Li 2016-08-01 17:15:03 -07:00
  • de37f35f7c set compilation settings of project as a part of sync process Vladimir Matveev 2016-08-01 17:12:15 -07:00
  • 98a162be2a Replacement spans for import completions Richard Knoll 2016-08-01 16:58:33 -07:00
  • f78b9094be CR feedback zhengbli 2016-08-01 16:50:16 -07:00
  • 6caa2611cb Merge pull request #10054 from SaschaNaz/jsxopening Ryan Cavanaugh 2016-08-01 15:50:43 -07:00
  • 2d20dbf25e Merge pull request #9767 from RyanCavanaugh/fix9766 Ryan Cavanaugh 2016-08-01 15:44:48 -07:00
  • 1435fb19a8 Merge pull request #10069 from Microsoft/bestChoiceType Anders Hejlsberg 2016-08-01 15:26:57 -07:00
  • 4ec8b2b134 Refactoring import completions into their own api Richard Knoll 2016-08-01 14:29:10 -07:00
  • 990e130006 Merge pull request #9884 from Microsoft/transforms-sourceMapTodo Ron Buckton 2016-08-01 12:01:19 -07:00
  • e77f9b22c0 allow to change settings for inferred projects Vladimir Matveev 2016-08-01 11:44:24 -07:00
  • 36b611334d Merge pull request #10028 from Microsoft/fixDiscriminantInLoop Anders Hejlsberg 2016-08-01 11:09:51 -07:00
  • 5fb2fbd33c Provide realpath for module resolution in LSHost Andy Hanson 2016-08-01 10:30:10 -07:00
  • 4f27f65c9e Merge pull request #10068 from Microsoft/lshost_realpath Andy 2016-08-01 10:26:31 -07:00
  • c7d2e5975b Accept new baselines Anders Hejlsberg 2016-08-01 09:50:17 -07:00
  • aa8c6c8f63 Add test baselines Anders Hejlsberg 2016-08-01 09:50:08 -07:00
  • 47f6bb2e26 Add test Anders Hejlsberg 2016-08-01 09:49:27 -07:00
  • cb1ea7be5d Provide realpath for module resolution in LSHost Andy Hanson 2016-08-01 06:43:53 -07:00
  • 0a90a4b27c Accept new baselines Anders Hejlsberg 2016-08-01 07:04:54 -07:00
  • b3b4c34b60 Add additional tests Anders Hejlsberg 2016-08-01 07:04:43 -07:00
  • ade89a6032 Fix issue related to this and #8383 Anders Hejlsberg 2016-08-01 06:41:05 -07:00
  • 6c6de2a3e2 Merge pull request #9990 from Microsoft/lint_tests Andy 2016-08-01 06:05:03 -07:00
  • e8066158eb change error message for unused parameter property Yuichi Nukiyama 2016-08-01 15:15:11 +09:00
  • 6d497e3840 allow to change configuration for inferred projects Vladimir Matveev 2016-07-31 22:06:41 -07:00
  • 030fbdc0d5 Merge pull request #10046 from RyanCavanaugh/fix10045 Ryan Cavanaugh 2016-07-31 23:27:14 -05:00
  • 5c4c997efa jsx opening element formatting Kagami Sascha Rosylight 2016-08-01 00:35:34 +09:00
  • fc85bc5a8a Use "best choice type" for || and ?: operators Anders Hejlsberg 2016-07-31 07:57:01 -07:00
  • 1d979ccc8c Merge pull request #9951 from hckr/patch-1 Ryan Cavanaugh 2016-07-30 08:46:08 -07:00
  • cbb06ab13a Correctly check for ambient class flag Ryan Cavanaugh 2016-07-30 08:17:46 -07:00
  • 167d318a13 Draft of configuration inheritance Wesley Wigham 2016-07-25 14:48:41 -07:00
  • 361a852ef1 use ExternalFile in ApplyChangesInOpenFiles Vladimir Matveev 2016-07-29 15:23:43 -07:00
  • 394dbbf280 Merge branch 'travis-cache' Wesley Wigham 2016-07-29 14:48:43 -07:00
  • 2c156ed8f3 Have travis use a newer image for the OSX build (#10034) Wesley Wigham 2016-07-29 14:43:11 -07:00
  • d98846bd53 Merge pull request #9972 from Microsoft/explicitly_included_globs_2.0 Richard Knoll 2016-07-29 13:27:24 -07:00
  • b587127227 Merge remote-tracking branch 'origin/release-2.0' into explicitly_included_globs_2.0 Richard Knoll 2016-07-29 13:04:09 -07:00
  • c50ccbf961 Simplify some code Andy Hanson 2016-07-29 12:31:02 -07:00
  • 0f1585f0af recreate program if baseUrl or paths changed in tsconfig zhengbli 2016-07-29 11:02:33 -07:00
  • 33f72c7905 Merge pull request #8636 from RyanCavanaugh/classOrdering Ryan Cavanaugh 2016-07-29 10:23:39 -07:00
  • 5e86a103c8 Fix tests and merge Ryan Cavanaugh 2016-07-29 08:34:14 -07:00
  • a485aab055 Lint tests helper files Andy Hanson 2016-07-27 07:26:28 -07:00