Commit Graph

  • 1be4cee0c6 Accepted baselines. Daniel Rosenwasser 2016-09-03 01:10:07 -07:00
  • f3dcaae0f0 Added a test for branched returns at the end of a constructor. Daniel Rosenwasser 2016-09-03 01:09:28 -07:00
  • dd27139f39 Accepted baselines. Daniel Rosenwasser 2016-09-03 00:31:09 -07:00
  • 86088d0e7e Always perform this captures after default & rest parameters. Daniel Rosenwasser 2016-09-03 00:30:40 -07:00
  • d8846dd495 Accepted baselines. Daniel Rosenwasser 2016-09-03 00:26:02 -07:00
  • 11bc6c470f Fixed issue where last function context & parent node wasn't being preserved. Daniel Rosenwasser 2016-09-03 00:16:43 -07:00
  • d6e548b02e Consolidate '_this' declaration and assignments for first statements in constructors. Daniel Rosenwasser 2016-09-02 20:04:43 -07:00
  • ed69a8a161 Merge pull request #10692 from Microsoft/import_completions_pr Richard Knoll 2016-09-02 17:55:47 -07:00
  • 8728b9857d Adding comment and removing unnecessary object creation Richard Knoll 2016-09-02 16:44:25 -07:00
  • 4fc38fb1bf Merge pull request #10673 from Microsoft/tsserverVS-Types2.0 jramsay 2016-09-02 15:45:01 -07:00
  • 7d0fc648d8 Adding typingsInstaller unit tests Jason Ramsay 2016-09-02 15:37:38 -07:00
  • 66d456d163 Merge pull request #10691 from Microsoft/release-2.0_node_modules_parent Andy 2016-09-02 14:30:39 -07:00
  • d61fd4243a remove unused code Vladimir Matveev 2016-09-02 14:11:52 -07:00
  • 32b6746afe Merge pull request #10686 from Microsoft/go_to_definition_tests Andy 2016-09-02 13:43:36 -07:00
  • 12ad9d0aaf Search for node_modules in parent directories when getting type roots. Andy Hanson 2016-09-02 13:39:56 -07:00
  • 2d60a20b6f Default type roots when host.directoryExists is not implemented should be node_modules/@types, not just node_modules Andy Hanson 2016-09-02 13:29:51 -07:00
  • 85a13b88ea Merge pull request #10670 from Microsoft/node_modules_parent Andy 2016-09-02 13:24:36 -07:00
  • c75f6d0ec7 Add multiple overloads for verify.goToDefinition. Andy Hanson 2016-09-02 12:47:26 -07:00
  • 4a8615fcba Merge pull request #10687 from Microsoft/services_types Andy 2016-09-02 13:17:58 -07:00
  • ce953ceb45 Accepted baselines. Daniel Rosenwasser 2016-09-02 13:04:14 -07:00
  • bab6d6fbb2 Ensure prologue directives occur first. Daniel Rosenwasser 2016-09-02 13:03:46 -07:00
  • 30ec599c13 Accepted baselines. Daniel Rosenwasser 2016-09-02 11:52:13 -07:00
  • 6d79aa66eb Factor public type definitions out of services.ts into services/types.ts Andy Hanson 2016-09-02 11:34:23 -07:00
  • 694705f168 Removing old comment Anders Hejlsberg 2016-09-02 10:36:32 -07:00
  • db230a2a0d Accept new baselines Anders Hejlsberg 2016-09-02 10:31:16 -07:00
  • 4b9b90a2b4 Perform return type widening checks after union type is formed Anders Hejlsberg 2016-09-02 10:30:02 -07:00
  • b10f79b106 Keep literal return types only when contextually typed by type containing literal types Anders Hejlsberg 2016-09-02 10:15:08 -07:00
  • 37f8eac014 Simplify go-to-definition tests Andy Hanson 2016-08-29 13:34:32 -07:00
  • 6ae71cb7ed Readonly properties in classes are considered immutable locations Anders Hejlsberg 2016-09-02 09:48:55 -07:00
  • b3c9571d6f Restrict widening of literal types in type argument inference Anders Hejlsberg 2016-09-02 09:42:58 -07:00
  • f8e192afb0 Use a state enum to parse top-level jsdoc comments Nathan Shively-Sanders 2016-09-02 09:09:02 -07:00
  • 9e8e5ea337 Merge branch 'master' into new-jsdoc-parser Nathan Shively-Sanders 2016-09-02 08:25:50 -07:00
  • cbd00b9a92 Use undefined instead of empty array, and check for existence of "node_modules/@types" instead of just for "node_modules". Andy Hanson 2016-09-02 07:30:14 -07:00
  • 74df44480b Add multiMapRemove helper Andy Hanson 2016-09-02 07:16:57 -07:00
  • 0e8e5ec3e5 Search up for all node_modules directories available Andy Hanson 2016-09-02 07:06:13 -07:00
  • 3bcfb6ba53 Merge pull request #10434 from Microsoft/multi_map_add Andy 2016-09-02 06:31:36 -07:00
  • 13b63c5838 Merge branch 'master' into multi_map_add Andy Hanson 2016-09-02 06:10:04 -07:00
  • cd5e76b23c Always tack on a return statement for '_this' in derived classes. Daniel Rosenwasser 2016-09-02 00:30:15 -07:00
  • 9c6e148d6e Accepted baselines for sourcemap test. Daniel Rosenwasser 2016-09-02 00:12:32 -07:00
  • c21cc24c44 Accepted baselines for all tests apart from one with source map changes. Daniel Rosenwasser 2016-09-02 00:12:03 -07:00
  • d778e78f1e Transform other instances of 'this' to '_this' when in the constructor of a derived class. Daniel Rosenwasser 2016-09-02 00:08:26 -07:00
  • 6dead9bd81 Fix linting error Yui T 2016-09-01 22:44:32 -07:00
  • 95dad14bbc Update baselines Yui T 2016-09-01 22:44:25 -07:00
  • 643cf302c6 Use getJsDocFromText to get trailing comments Nathan Shively-Sanders 2016-09-01 21:39:24 -07:00
  • 99f1df4c0a Accepted baselines. Daniel Rosenwasser 2016-09-01 20:31:21 -07:00
  • ff9ccc9b05 Undo scanner/emitter changes Nathan Shively-Sanders 2016-09-01 18:41:29 -07:00
  • 21439a470d Rebaseline tests to old emitter Nathan Shively-Sanders 2016-09-01 18:41:03 -07:00
  • 798232c975 Fixing unit tests, lint errors & addressing CR feedback Jason Ramsay 2016-09-01 18:28:37 -07:00
  • 9dbab972b9 Emit '_this' declaration for derived classes; initialize it when calling 'super(...)'. Daniel Rosenwasser 2016-09-01 18:15:44 -07:00
  • ed0ce1650b fix recursive directory creation Vladimir Matveev 2016-09-01 16:32:00 -07:00
  • 18e7240788 Fix error from merging Kanchalai Tanglertsampan 2016-09-01 16:21:56 -07:00
  • b5f4c074d6 Merge branch 'master' into mergeMaster_09/01 Kanchalai Tanglertsampan 2016-09-01 16:19:44 -07:00
  • d7a20f5c6f Port 10404 : optimize emit default constructor for subclass (#10598) Yui 2016-09-01 15:34:39 -07:00
  • 852b1d2700 Merge remote-tracking branch 'origin/release-2.0.5' into tsserverVS-WIP Vladimir Matveev 2016-09-01 15:25:40 -07:00
  • a3cd7d8c97 Avoid returning type symbols for js configured projects (#10654) Zhengbo Li 2016-09-01 15:17:38 -07:00
  • 2a60f79869 Remove failing fourslash tests (may need to be restored and fixed) Anders Hejlsberg 2016-09-01 15:07:18 -07:00
  • feeb204260 Fix fourslash tests Anders Hejlsberg 2016-09-01 15:06:41 -07:00
  • cf55bf91a0 Fix lint errors Anders Hejlsberg 2016-09-01 15:06:01 -07:00
  • ce16f0af03 Update version Mohamed Hegazy 2016-09-01 14:35:41 -07:00
  • 33b81095a6 Accept new baselines (huge!) Anders Hejlsberg 2016-09-01 14:25:44 -07:00
  • 44e1096ea9 Update tests Anders Hejlsberg 2016-09-01 14:22:18 -07:00
  • adc015dc5e Always keep literal types and widen when inferred as types for mutable locations Anders Hejlsberg 2016-09-01 14:21:58 -07:00
  • 511b3cd69b Fix existing TypingsInstaller tests Jason Ramsay 2016-09-01 14:12:31 -07:00
  • 153666f908 Add tests for export incorrectly emit twice for decorated class declaration (#8343) (#10651) Yui 2016-09-01 13:58:09 -07:00
  • f8d6e26d4d Add tests and Update baselines (#10616) Yui 2016-09-01 13:57:52 -07:00
  • 8038eb943e Merge pull request #10540 from Microsoft/constructor_references Andy 2016-09-01 13:24:01 -07:00
  • ab753652fa Respond to PR comments Andy Hanson 2016-09-01 13:02:47 -07:00
  • 6ddcdcd503 Merge pull request #10593 from Microsoft/goto_definition_super Andy 2016-09-01 12:57:44 -07:00
  • 28239f2e16 Do not exclude outDir if exclude is given Richard Knoll 2016-09-01 12:57:23 -07:00
  • d6d6a4aedf Merge branch 'goto_definition_super', remote-tracking branch 'origin' into constructor_references Andy Hanson 2016-09-01 12:52:42 -07:00
  • 2961d97618 Merge pull request #10349 from Microsoft/remove_item_from_list Andy 2016-09-01 12:50:32 -07:00
  • 3eadbf6c96 Rename function Andy Hanson 2016-09-01 12:44:54 -07:00
  • d7b6cc89b5 Respond to PR comments Andy Hanson 2016-09-01 12:40:31 -07:00
  • 4f7a5185f8 switch to using npm ls -json instead npm install -json Jason Ramsay 2016-09-01 12:30:32 -07:00
  • 87e93a19a3 Fix remaining call to use unorderedRemoveItem Andy Hanson 2016-09-01 11:56:00 -07:00
  • 5f16a48236 Merge pull request #10590 from Microsoft/navbar_fn_in_var Andy 2016-09-01 11:17:22 -07:00
  • c5c6acf883 Update test baselines: We no longer search in node_modules/@types if it does not exist. Andy Hanson 2016-09-01 10:42:32 -07:00
  • c742d16ff1 Merge remote-tracking branch 'origin/master' into import_completions_pr Richard Knoll 2016-09-01 10:46:21 -07:00
  • 275a4bd4f3 Use enum for parser state instead of 2 booleans Nathan Shively-Sanders 2016-09-01 10:05:56 -07:00
  • db62503c08 Merge pull request #10661 from Salasar/Fix10618 Mohamed Hegazy 2016-09-01 09:51:49 -07:00
  • 2b9624672d Update/add baselines for jsdoc/emitter changes Nathan Shively-Sanders 2016-09-01 09:26:44 -07:00
  • b14d7c7ebb Add more jsdoc tests Nathan Shively-Sanders 2016-09-01 09:25:49 -07:00
  • 22ba111e66 Search for node_modules in parent directories when getting type roots. Andy Hanson 2016-09-01 09:25:20 -07:00
  • 65d1079f8f Replace services' jsdoc parser with parsers' Nathan Shively-Sanders 2016-09-01 09:15:59 -07:00
  • e8e7ec6c62 Remember to check for existence of target.parent Andy Hanson 2016-09-01 07:23:43 -07:00
  • a8063dfb68 Always use literal types for literals Anders Hejlsberg 2016-09-01 07:04:01 -07:00
  • b5c2d5b111 Accept new baselines Anders Hejlsberg 2016-09-01 06:47:29 -07:00
  • b96f6cd84c Union type instead of best common supertype for multiple return statements Anders Hejlsberg 2016-09-01 06:47:18 -07:00
  • 38de65a0d5 Merge pull request #10607 from Microsoft/remove_useless_inserts Andy 2016-09-01 06:41:38 -07:00
  • ec7e8585a9 fix issue Rostislav Galimsky 2016-09-01 13:12:05 +03:00
  • 3a993c89f3 update runInstall Jason Ramsay 2016-08-31 21:14:24 -07:00
  • 7261866c6c Cleaning up the completion code and tests Richard Knoll 2016-08-31 19:20:15 -07:00
  • b9b79af1b7 Recombining import completions and regular completion APIs Richard Knoll 2016-08-31 18:11:47 -07:00
  • 66e1c92a84 Merge branch 'master' into pvb/codeaction/api Paul van Brenk 2016-08-31 14:24:43 -07:00
  • 707d61d7fe Fix RWC Runner to report both .types and .symbols errors (#10513) Yui 2016-08-31 13:53:14 -07:00
  • 95378aa399 Fix compile on save issues (#10615) Zhengbo Li 2016-08-31 12:11:32 -07:00
  • 0b95731184 Fix 10408 : Better error message for set/get with noImplicitAny error (#10597) Yui 2016-08-30 16:07:36 -07:00
  • 48736dea20 onSourceFileChanged return immediately when info is undefined Jason Ramsay 2016-08-30 16:02:01 -07:00
  • d15381682b - invalidate typings fix - update gc timer Jason Ramsay 2016-08-30 15:51:43 -07:00
  • 01caa69949 fix findArgument Vladimir Matveev 2016-08-30 14:10:03 -07:00