Commit Graph

  • bf301e9ccc Treat reference to empty evolving array as an implicit any[] Anders Hejlsberg 2016-10-13 13:28:58 -07:00
  • 5b4dfcc18f Address PR: remove locales and options; use accent as default Kanchalai Tanglertsampan 2016-10-13 13:22:58 -07:00
  • 1c6fde6756 Update issue template Andy Hanson 2016-10-13 13:03:25 -07:00
  • fd1b98b58a return result from SetCompilerOptionsForInferredProject request Vladimir Matveev 2016-10-13 10:41:31 -07:00
  • 9c41e42d62 fix linter issues Vladimir Matveev 2016-10-13 10:29:01 -07:00
  • 224582c4f3 Merge pull request #11577 from Microsoft/vladima/configure-typing-acquisition Vladimir Matveev 2016-10-13 10:19:18 -07:00
  • 67ac2d5ff9 Merge pull request #11577 from Microsoft/vladima/configure-typing-acquisition Vladimir Matveev 2016-10-13 10:19:18 -07:00
  • 7eb39cc80c Allow any type for spreads in JsxExpression Nathan Shively-Sanders 2016-10-13 10:17:01 -07:00
  • a27a68f8eb Add additional tests Anders Hejlsberg 2016-10-13 09:44:50 -07:00
  • 620b3f91e1 Fix test Anders Hejlsberg 2016-10-13 09:44:37 -07:00
  • 1dedca73d1 Support 'unshift' and fix typo Anders Hejlsberg 2016-10-13 09:43:55 -07:00
  • d29c78e718 Add spread syntax tests for JsxExpressions Nathan Shively-Sanders 2016-10-13 09:28:39 -07:00
  • 0faf32b279 Add spread syntax to JsxExpression. Nathan Shively-Sanders 2016-10-13 09:27:20 -07:00
  • 8bcb22c56d Add tests Anders Hejlsberg 2016-10-13 06:40:16 -07:00
  • 57a9a6344a Accept new baselines Anders Hejlsberg 2016-10-13 06:31:28 -07:00
  • 7dd64d3ea2 Properly narrow union types containing string and number Anders Hejlsberg 2016-10-13 06:29:34 -07:00
  • a500fd9211 Merge branch 'master' into es2017-target Andrej Baran 2016-10-13 14:02:54 +02:00
  • b871b5353c Favor use of ES2015 instead of ES6 Andrej Baran 2016-10-13 13:32:00 +02:00
  • c5ddf27dc6 Remove constant substitution from ES2017 transformer Andrej Baran 2016-10-13 12:04:36 +02:00
  • 7df3fda2b3 Refactor createFunctionExpresson Andrej Baran 2016-10-13 12:03:53 +02:00
  • 4284a749b4 Adjust some async conformance baselines Andrej Baran 2016-10-13 11:32:26 +02:00
  • f0fd77ae8e Make async/await an ES2017 feature only Andrej Baran 2016-10-13 11:58:01 +02:00
  • 27060cdf98 use query to npm registry instead of 'npm view' Vladimir Matveev 2016-10-12 17:16:47 -07:00
  • 536d703d9e Set maxNodeModuleJsDepth for inferred projects zhengbli 2016-10-12 18:05:01 -07:00
  • 8c41fef7a7 disable typing acquisition if command line option '--disableAutomaticTypingAcquisition' is set Vladimir Matveev 2016-10-12 16:23:34 -07:00
  • e60e97f5c9 Cleanup comments Andrej Baran 2016-10-13 01:04:38 +02:00
  • 635313ee45 Port #11285 to release-2.0.5 zhengbli 2016-10-12 15:33:56 -07:00
  • 31a55e6452 Merge pull request #11570 from Microsoft/fixErrorMessageForUmdGlobals Daniel Rosenwasser 2016-10-12 15:30:54 -07:00
  • 1b32744925 Merge pull request #11569 from Microsoft/vladima/port-11550 Vladimir Matveev 2016-10-12 15:19:52 -07:00
  • fbb9d5b148 Accepted baselines. Daniel Rosenwasser 2016-10-12 15:09:36 -07:00
  • 7bbaef66ae Change error message for referencing UMD globals from a module. Daniel Rosenwasser 2016-10-12 15:09:02 -07:00
  • c03b04bd4f Only use localeCompare in CompareStrings Kanchalai Tanglertsampan 2016-10-12 14:26:30 -07:00
  • 92b63fa725 Merge pull request #11550 from Microsoft/vladima/generate-protocol Vladimir Matveev 2016-10-12 11:02:56 -07:00
  • 4c581def93 Fix bug in scanner Anders Hejlsberg 2016-10-12 14:12:47 -07:00
  • 7497d81eec Narrow string and number types in equality checks and switch cases Anders Hejlsberg 2016-10-12 14:12:32 -07:00
  • 1b4c0e331e Add es2017 async conformance Andrej Baran 2016-10-12 21:34:55 +02:00
  • 5d52c9fd3b Move async/await into separate es2017 transformer Andrej Baran 2016-10-12 21:34:00 +02:00
  • 994dae70f0 Move import/export elision to ts transform Ron Buckton 2016-10-12 12:28:15 -07:00
  • f42c791502 Don't use es8. Add es2016 target. Rename es7 to es2016. Update getDefaultLibFileName for new targets. Andrej Baran 2016-10-12 21:28:11 +02:00
  • ce84cee0f2 Fix lint Nathan Shively-Sanders 2016-10-12 11:53:54 -07:00
  • dceebcdc47 Refactor getTypeFromTypeLiteral, from PR comments Nathan Shively-Sanders 2016-10-12 11:36:40 -07:00
  • 81fc759530 Merge pull request #11550 from Microsoft/vladima/generate-protocol Vladimir Matveev 2016-10-12 11:02:56 -07:00
  • c0d1c3195e addressed PR feedback Vladimir Matveev 2016-10-12 10:49:21 -07:00
  • 4ccb3bb75c Merge pull request #11511 from Microsoft/FixImportListCompletions Bill Ticehurst 2016-10-12 10:48:35 -07:00
  • 9b2e6a33cf Respond to PR comments Andy Hanson 2016-10-12 10:08:43 -07:00
  • 3a85312dd8 Remove trailing newline from baseline again Nathan Shively-Sanders 2016-10-12 10:11:33 -07:00
  • a1b94163f0 Merge remote-tracking branch 'origin/release-2.0.5' into vladima/generate-protocol Vladimir Matveev 2016-10-12 10:02:53 -07:00
  • d6eab365b1 Merge pull request #11563 from Microsoft/release-2.0.5_navtree Andy 2016-10-12 09:25:00 -07:00
  • ab1b2bb2a9 Reset baseline line number to the locally incorrect value Nathan Shively-Sanders 2016-10-12 09:20:12 -07:00
  • 475125bbb9 Merge branch 'master' into map4 Andy Hanson 2016-10-12 09:13:36 -07:00
  • 1728ae1cbc Update baselines with spread string's numeric indexers Nathan Shively-Sanders 2016-10-12 09:01:14 -07:00
  • 4fde1afb8b Merge pull request #11532 from Microsoft/navtree Andy 2016-10-12 09:01:11 -07:00
  • 5a037ad368 Add numeric indexer to strings and remove lint Nathan Shively-Sanders 2016-10-12 09:00:17 -07:00
  • 2333eb31a1 Add "navtree" and "navtree-full" server commands Andy Hanson 2016-10-11 07:48:28 -07:00
  • c5228d3435 Remove space at end of line in baseline Nathan Shively-Sanders 2016-10-12 08:58:49 -07:00
  • e8c7224eac Merge branch 'master' into map4 Andy Hanson 2016-10-12 08:42:57 -07:00
  • 8ddc031242 Merge pull request #11562 from Microsoft/release-2.0.5_gulpFixes Andy 2016-10-12 08:49:14 -07:00
  • 97dda6e0eb Remove emacs-added newline at end of baseline Nathan Shively-Sanders 2016-10-12 08:40:08 -07:00
  • 2f2117c0ee Port #11290 and #11358 to release-2.0.5 Andy Hanson 2016-10-12 08:38:26 -07:00
  • a567dacbe2 Merge branch 'master' into navtree Andy Hanson 2016-10-12 08:09:12 -07:00
  • f73d906f18 Use a single ShimMap class, and indicate that iteration always yields string keys (which it did before too) Andy Hanson 2016-10-12 07:56:05 -07:00
  • 9a707737c0 add missing requests/responses, add command types to requests Vladimir Matveev 2016-10-11 22:49:47 -07:00
  • d05530d987 Merge remote-tracking branch 'origin/release-2.0.5' into vladima/generate-protocol Vladimir Matveev 2016-10-11 22:05:46 -07:00
  • 432590ee8f Merge pull request #11549 from Microsoft/vladima/port-update-documentation Vladimir Matveev 2016-10-11 21:58:55 -07:00
  • 534787bd9c update documentation in protocol.d.ts (#11501) Vladimir Matveev 2016-10-10 16:04:14 -07:00
  • 9f73ae5903 Merge pull request #10185 from Microsoft/pvb/codeaction/api Paul van Brenk 2016-10-11 19:51:18 -07:00
  • 460de66311 Turn on skipLibCheck for js-only inferred project and external project (#11399) Zhengbo Li 2016-10-11 19:19:40 -07:00
  • 38278ee078 Fix typo Anders Hejlsberg 2016-10-11 18:28:19 -07:00
  • db5da0b85f Reverted test change Bill Ticehurst 2016-10-11 18:08:54 -07:00
  • a4e7bff759 Fixed errors with overloaded method exports Bill Ticehurst 2016-10-11 17:51:53 -07:00
  • 7a5cb5f26a Merge branch 'pvb/codeaction/api' into interfaceFixes Paul van Brenk 2016-10-11 17:37:22 -07:00
  • 28c08fd584 Merge branch 'pvb/codeaction/api' into unusedidentifier Paul van Brenk 2016-10-11 17:35:54 -07:00
  • 9b98d00155 Merge branch 'master' into pvb/codeaction/api Paul van Brenk 2016-10-11 17:31:20 -07:00
  • dc516c050a Remove duplicate interface Paul van Brenk 2016-10-11 17:30:49 -07:00
  • b8d5741bc6 update tests Vladimir Matveev 2016-10-11 17:27:45 -07:00
  • 735e2fb43a generate protocol on fly Vladimir Matveev 2016-10-11 17:08:04 -07:00
  • ce373d904a Revert lib.d.ts error message baseline (unrelated) Nathan Shively-Sanders 2016-10-11 16:16:36 -07:00
  • 7417af6f15 Update baselines Nathan Shively-Sanders 2016-10-11 16:15:37 -07:00
  • 4bc4a008bb Test spread type inference+more index signature tests Nathan Shively-Sanders 2016-10-11 16:14:47 -07:00
  • 1b3b35f3e0 Type inference for spread types Nathan Shively-Sanders 2016-10-11 16:12:57 -07:00
  • 4ee4b6b912 Merge branch 'master' into object-spread Nathan Shively-Sanders 2016-10-11 16:06:05 -07:00
  • 05ec512d32 Codefixes for unused variables, properties etc. Paul van Brenk 2016-10-11 15:04:04 -07:00
  • 1438f9a015 Codefixes for implement interface and change extends to implements. Paul van Brenk 2016-10-11 14:09:21 -07:00
  • d7e33c90a2 Guard localeCompare function Kanchalai Tanglertsampan 2016-10-11 13:51:53 -07:00
  • 14701e3067 Respond to some PR comments Andy Hanson 2016-10-11 13:44:20 -07:00
  • 2671668d86 Remove cached resolvedModule result if the target file was deleted (#11460) Zhengbo Li 2016-10-11 13:41:04 -07:00
  • 4fa2e5ed8c Merge pull request #11540 from Microsoft/jsdoc_type_alias Andy 2016-10-11 13:31:10 -07:00
  • 1781008b04 Merge pull request #11538 from Microsoft/vladima/remove-oneInferredProject Vladimir Matveev 2016-10-11 12:14:18 -07:00
  • 413a26b94d Support JSDoc for type alias Andy Hanson 2016-10-11 11:14:15 -07:00
  • c9e2f95918 Accept new baselines Anders Hejlsberg 2016-10-11 10:32:00 -07:00
  • e9858de363 Add test Anders Hejlsberg 2016-10-11 10:28:13 -07:00
  • 612ed1e24a Fix minor issue Anders Hejlsberg 2016-10-11 10:27:40 -07:00
  • e6b588a956 Support parentheses and comma operator with evolving arrays Anders Hejlsberg 2016-10-11 10:14:06 -07:00
  • ea8043f42e remove unused property from the protocol Vladimir Matveev 2016-10-11 09:47:24 -07:00
  • 9385b84c62 Add "navtree" and "navtree-full" server commands Andy Hanson 2016-10-11 07:48:28 -07:00
  • 49fd35da33 Resolve export= module members Bill Ticehurst 2016-10-10 22:40:03 -07:00
  • 3b0515fd8b Send config file diagnonstics event even when no errors were found (#11285) Zhengbo Li 2016-10-10 16:38:08 -07:00
  • 997acaec7a update documentation in protocol.d.ts (#11501) Vladimir Matveev 2016-10-10 16:04:14 -07:00
  • 8210634e8d Fix #10758 Add compiler option to parse in strict mode Slawomir Sadziak 2016-10-10 23:03:07 +02:00
  • ea56522f80 Merge pull request #11496 from Microsoft/master_port11268_fixChakraLoadDll Yui 2016-10-10 12:50:55 -07:00