Commit Graph

  • b8963ba8f1 Fix RWC Runner (#10420) Yui 2016-08-18 14:39:15 -07:00
  • edfd104e56 use localhost:<eventPort> to send notifications when typings are updated Vladimir Matveev 2016-08-18 14:29:21 -07:00
  • 952d2fecc1 Fix comment Andy Hanson 2016-08-18 14:19:17 -07:00
  • 8fc17afa00 Move supportedTypescriptExtensionsWithDtsFirst next to supportedTypeScriptExtensions and rename Andy Hanson 2016-08-18 14:11:30 -07:00
  • d830034a3d Merge pull request #10404 from Microsoft/addCommentForEmptyCtorEmit Daniel Rosenwasser 2016-08-18 14:03:31 -07:00
  • 6facbf1e90 Merge pull request #10403 from Microsoft/completionsForNullableObjects Daniel Rosenwasser 2016-08-18 14:00:30 -07:00
  • f57b0fbb98 Merge pull request #10415 from Microsoft/baseline_local_path Ryan Cavanaugh 2016-08-18 09:19:21 -07:00
  • 4e40b7564d Merge pull request #10413 from Microsoft/export_equals_property_test Andy 2016-08-18 09:02:24 -07:00
  • 67b6c56ee8 Output test baselines to tests/baselines/local instead of root Andy Hanson 2016-08-18 07:44:20 -07:00
  • 2e572201fd Add more tests for export = foo.bar. Andy Hanson 2016-08-18 07:38:20 -07:00
  • d24afc2ad0 Return non-JsDocComment children ... to make syntactic classification work Zhengbo Li 2016-08-18 00:06:48 -07:00
  • c1e70c97c0 Use the non-nullable type of the contextual type for object completions. Daniel Rosenwasser 2016-08-17 20:32:52 -07:00
  • 111b7c55f8 Added test. Daniel Rosenwasser 2016-08-17 20:09:09 -07:00
  • 2b72751de9 make (no) space after type assertion user configurable Kevin Lang 2016-08-17 20:08:01 -07:00
  • 73a857b306 Restored comments to explain spreading 'arguments' into calls to 'super'. Daniel Rosenwasser 2016-08-17 18:10:06 -07:00
  • 3f18fbc145 introduce branded type for TypingsArray Vladimir Matveev 2016-08-17 16:42:05 -07:00
  • dbd5249ded added missing files Vladimir Matveev 2016-08-17 16:24:38 -07:00
  • 164beb38d8 Update baselines in jsDocParsing unit tests Nathan Shively-Sanders 2016-08-17 16:11:45 -07:00
  • 7b525ea99f Use for..of instead Kanchalai Tanglertsampan 2016-08-17 16:06:13 -07:00
  • aa834d7f17 JSDoc supports null, undefined and never types Nathan Shively-Sanders 2016-08-17 15:49:57 -07:00
  • 5d868880a4 Merge branch 'master' into fix10193 Kanchalai Tanglertsampan 2016-08-17 15:44:29 -07:00
  • da8fc5d5a9 Fix 10289: correctly generate tsconfig.json with --lib (#10355) Yui 2016-08-17 15:23:28 -07:00
  • a3a07a0f9f lint more files Vladimir Matveev 2016-08-17 14:47:54 -07:00
  • a2e5c2d2b5 merge with origin/master Vladimir Matveev 2016-08-17 14:38:30 -07:00
  • 73a64888f0 Merge branch 'gcnew-noErrorTruncation' Mohamed Hegazy 2016-08-17 14:22:12 -07:00
  • 5843bbbd76 Merge branch 'noErrorTruncation' of https://github.com/gcnew/TypeScript into gcnew-noErrorTruncation Mohamed Hegazy 2016-08-17 14:22:01 -07:00
  • 0f483d6546 Assign and instantiate contextual this type if not present Nathan Shively-Sanders 2016-08-17 14:21:49 -07:00
  • 4880e7ea9e Merge pull request #10396 from Microsoft/fixNestedLoopTypeGuards Anders Hejlsberg 2016-08-17 14:05:02 -07:00
  • 7a9f8c8798 Merge pull request #10391 from Microsoft/SetIsNewIdentifierLocationToTrueForJS jramsay 2016-08-17 13:58:21 -07:00
  • ef2d6ab014 Merge pull request #10342 from Microsoft/ambient_shorthand_is_explicit_any Mohamed Hegazy 2016-08-17 13:33:13 -07:00
  • b93cdecdf5 Add regression test Anders Hejlsberg 2016-08-17 13:30:13 -07:00
  • 44476f1984 Update due to CR suggestion Jason Ramsay 2016-08-17 13:30:03 -07:00
  • 2d1639fac8 Property handle imcomplete control flow types in nested loops Anders Hejlsberg 2016-08-17 13:30:03 -07:00
  • ce35f96892 shutdown typing installer if parent process is exited Vladimir Matveev 2016-08-17 13:01:48 -07:00
  • bf63811e1f Merge pull request #10213 from RyanCavanaugh/baselinePerf Ryan Cavanaugh 2016-08-17 11:13:18 -07:00
  • 271ffc84a5 Merge branch 'master' into instantiate-this-for-contextually-typed-type-parameters Nathan Shively-Sanders 2016-08-17 11:03:26 -07:00
  • 9769718a38 Merge pull request #10123 from Microsoft/allow-js-multiple-declaration-of-constructor-properties Nathan Shively-Sanders 2016-08-17 10:58:50 -07:00
  • c73efe2fb6 Fix comment Nathan Shively-Sanders 2016-08-17 10:45:35 -07:00
  • 07a8f31a2d Correctly merge bindThisPropertyAssignment Nathan Shively-Sanders 2016-08-17 10:43:02 -07:00
  • 09bc2e6b41 Merge pull request #10387 from Microsoft/comment_process_type_reference_directives Mohamed Hegazy 2016-08-17 10:28:29 -07:00
  • c218d37191 Merge pull request #9995 from Microsoft/jsdoc-string-literal-types Nathan Shively-Sanders 2016-08-17 10:25:58 -07:00
  • 96840c3669 Merge branch 'master' into allow-js-multiple-declaration-of-constructor-properties Nathan Shively-Sanders 2016-08-17 09:04:10 -07:00
  • 000637156a Merge pull request #10374 from Microsoft/readonly-array-type-argument-assignability Nathan Shively-Sanders 2016-08-17 08:28:38 -07:00
  • c42f1cb0d0 Explain why we lower-case type reference directives Andy Hanson 2016-08-17 06:21:49 -07:00
  • c9d1f0d150 Merge pull request #10376 from Microsoft/remove_file_exists_assertion Andy 2016-08-17 06:04:33 -07:00
  • ef4fefc197 Merge pull request #10340 from Microsoft/lower_case_types Andy 2016-08-17 06:04:14 -07:00
  • 11c5c4ee8e Merge pull request #10359 from Microsoft/optimizeMoreMaps Ron Buckton 2016-08-16 20:11:35 -07:00
  • c4d1f1509e Merge pull request #10375 from Microsoft/fix_blog_link Mohamed Hegazy 2016-08-16 17:23:36 -07:00
  • 02f908afd3 Merge branch 'master' into noImplicitAnyDestructuring Sheetal Nandi 2016-08-16 16:24:29 -07:00
  • 905957d463 Merge pull request #10357 from Microsoft/implicitConstParameters Anders Hejlsberg 2016-08-16 15:53:13 -07:00
  • 01aaff7247 Merge pull request #10009 from Microsoft/null-undefined-allowed-as-index-expressions Nathan Shively-Sanders 2016-08-16 15:46:42 -07:00
  • 9cc8b2ebb2 Merge pull request #10189 from chancancode/constructor-splat-arguments Daniel Rosenwasser 2016-08-16 15:39:11 -07:00
  • 310bce4459 Removing resolvePath from language service host Richard Knoll 2016-08-16 15:18:25 -07:00
  • 2f4a855ab8 Use rooted paths in the fourslash virtual file system Richard Knoll 2016-08-16 14:55:19 -07:00
  • 758d8de8f9 record projectName instead of projectRootPath Vladimir Matveev 2016-08-16 14:49:45 -07:00
  • 2a62917ac6 Merge pull request #10377 from RyanCavanaugh/fix10370 Ryan Cavanaugh 2016-08-16 14:27:30 -07:00
  • f0e1f9b108 [WIP] file watching Vladimir Matveev 2016-08-16 14:21:09 -07:00
  • a36e15558e Update error message for conflicting type definitions Ryan Cavanaugh 2016-08-16 14:04:02 -07:00
  • a66b38af56 Set isNewIdentifierLocation to true for JavaScript files Jason Ramsay 2016-08-16 13:59:13 -07:00
  • a6974474a1 Remove old assertion about when we're allowed to use fileExists Andy Hanson 2016-08-16 13:51:17 -07:00
  • dcf3946b68 Fix link to blog Andy Hanson 2016-08-16 11:31:32 -07:00
  • ce5e2078ee Improve ReadonlyArray<T>.concat to match Array<T> Nathan Shively-Sanders 2016-08-16 11:29:09 -07:00
  • c0146556e8 Revert some formatting changes. Ron Buckton 2016-08-16 11:18:24 -07:00
  • 889e5ac7ae Clean up/move some Map helper functions. Ron Buckton 2016-08-16 11:15:15 -07:00
  • 5770157504 Adding more comments Anders Hejlsberg 2016-08-16 09:41:33 -07:00
  • f7f50073d3 Fix 10625: JSX Not validating when index signature is present (#10352) Yui 2016-08-16 08:47:21 -07:00
  • 1dc495adf8 Migrate additional MapLikes to Maps. Ron Buckton 2016-08-15 16:41:32 -07:00
  • 80c04f8e97 Merge pull request #10358 from Microsoft/classPropertyInference Nathan Shively-Sanders 2016-08-15 16:20:20 -07:00
  • 11f27e8470 Merge pull request #10062 from YuichiNukiyama/fix9601 Ryan Cavanaugh 2016-08-15 16:13:32 -07:00
  • dd70fdbb76 add logging to typings installer, read npm bin path to start globally installed binaries Vladimir Matveev 2016-08-15 15:59:31 -07:00
  • f3c085e595 Merge branch 'master' into classPropertyInference Nathan Shively-Sanders 2016-08-15 15:52:29 -07:00
  • 15dae3fd8a Add tests Anders Hejlsberg 2016-08-15 15:21:12 -07:00
  • 8f847c5034 Parameters with no assignments implicitly considered const Anders Hejlsberg 2016-08-15 15:20:58 -07:00
  • cc35bd5dca Merge remote-tracking branch 'origin/master' into import_completions_pr Richard Knoll 2016-08-15 15:20:22 -07:00
  • 9c83243f33 Add ES2015 Date constructor signature that accepts another Date (#10353) Yui 2016-08-15 15:16:54 -07:00
  • 7f0a02ff02 Migrated more MapLikes to Maps Ron Buckton 2016-08-15 12:03:39 -07:00
  • 5762519071 Resolve aliases to preserve 'Cannot find name' errors for namespace imports Justin Bay 2016-08-15 03:32:21 -04:00
  • de6707e1d5 Use removal helpers in more places Andy Hanson 2016-08-15 14:01:52 -07:00
  • 7ee05ba809 Merge pull request #10345 from Microsoft/meaning Andy 2016-08-15 13:18:06 -07:00
  • 5ad7729357 Use removeItem instead of copyListRemovingItem Andy Hanson 2016-08-15 11:00:08 -07:00
  • 672813afb6 move global cache location to node typings installer Vladimir Matveev 2016-08-15 11:48:28 -07:00
  • 8f1960fd34 Rename to Accessor Andy Hanson 2016-08-15 11:43:40 -07:00
  • 2953c7f0b2 Use an enum in checkClassForDuplicateDeclarations to aid readability Andy Hanson 2016-08-15 11:16:36 -07:00
  • 75cb595f10 Merge pull request #10327 from Microsoft/simplePerformanceAPI Ron Buckton 2016-08-15 11:11:20 -07:00
  • 4e04b75d4b Aligned mark names with values used by ts-perf. Ron Buckton 2016-08-15 11:07:49 -07:00
  • 2d1b68fdac Fix the style fix (#10344) Wesley Wigham 2016-08-15 11:00:57 -07:00
  • a1dad91120 Parallel linting (#10313) Wesley Wigham 2016-08-15 10:45:46 -07:00
  • 2eb159e269 Rename 'find' functions Andy Hanson 2016-08-15 10:34:07 -07:00
  • f603f024ba fix test Vladimir Matveev 2016-08-15 09:59:00 -07:00
  • ccf5bab8ad Treat ambient shorthand declarations as explicit uses of the any type Andy Hanson 2016-08-15 08:51:15 -07:00
  • a1eda3c23d Merge pull request #10341 from Microsoft/runtests_browser_response_code release-.20 Andy 2016-08-15 08:42:11 -07:00
  • 592805f486 Use proper response codes in web tests Andy Hanson 2016-08-15 07:56:45 -07:00
  • 54735edc72 Use lowercase names for type reference directives Andy Hanson 2016-08-15 07:40:25 -07:00
  • 3de8c22196 Merge branch 'master' into no_ts_extension Andy Hanson 2016-08-15 07:18:34 -07:00
  • fde0a28988 Preserve 'Cannot find namespace' errors Justin Bay 2016-08-15 02:23:39 -04:00
  • 5424df7be5 adjust typing directory Vladimir Matveev 2016-08-14 23:07:25 -07:00
  • 78cea2adb5 Merge pull request #10334 from yortus/narrow-from-any Daniel Rosenwasser 2016-08-14 22:46:47 -07:00
  • affa6db3db Accept baselines Justin Bay 2016-08-14 22:26:45 -04:00
  • f7da7e9006 More helpful error messaging when a type is used as a value Justin Bay 2016-08-14 19:27:33 -04:00
  • 12cdda17f0 [WIP] home dir Vladimir Matveev 2016-08-14 21:20:57 -07:00