Commit Graph

  • 976f330044 Watch based on dynamic polling priority frequency queue Sheetal Nandi 2017-12-18 19:43:56 -08:00
  • aa5e49a4d4 Update watchFile to take priority (which is currently polling interval being passed to the host) Sheetal Nandi 2017-12-18 13:20:42 -08:00
  • cabb211702 Create polling interval as non optional parameter Sheetal Nandi 2017-12-15 16:41:49 -08:00
  • c8e2b9c7c0 Simplify check output errors Sheetal Nandi 2017-12-14 13:27:04 -08:00
  • 7f32f9ac78 Rename and restructure non polling watch file Sheetal Nandi 2017-11-20 18:11:14 -08:00
  • 63a3a65ac7 Use toLowercase as utility function Sheetal Nandi 2017-11-20 18:03:18 -08:00
  • ca52f089da Rearrange the code to have functions after executing code Sheetal Nandi 2017-11-20 17:14:59 -08:00
  • ed5673c13c Simplify and correct the fsWatchFile callback handling with the stats invoked Sheetal Nandi 2017-11-20 16:34:48 -08:00
  • f6f465280d Fix the error callback of the present directory watcher Sheetal Nandi 2017-11-20 14:26:09 -08:00
  • ea6d7e9175 Make issue template more enthusiastic Ryan Cavanaugh 2018-01-17 12:44:03 -08:00
  • e248d08e4c Combine repeatString helper functions (#21235) Andy 2018-01-17 12:43:41 -08:00
  • f96dc84a70 Make getCombinedCodeFix API public (#21234) Andy 2018-01-17 12:42:31 -08:00
  • 8f6c516ef9 Merge pull request #21205 from uniqueiniquity/resolveTripleSlashReferencePaths Benjamin Lichtman 2018-01-17 12:31:46 -08:00
  • 8ed885db3e Add completions from the 'this' type (#21231) Andy 2018-01-17 12:05:31 -08:00
  • 48ac3019b4 Add example to command description Mohamed Hegazy 2018-01-17 11:59:01 -08:00
  • 33fd30250d update authors Mohamed Hegazy 2018-01-17 11:58:38 -08:00
  • 5b45db7907 PR Feedback Ron Buckton 2018-01-17 11:55:43 -08:00
  • b363f4f9cd Log packageId in --traceResolution (#21233) Andy 2018-01-17 11:41:23 -08:00
  • afaa139475 Namespaces do not have the same 'var' scope Ron Buckton 2018-01-17 11:30:48 -08:00
  • c549bb5737 Fix bug: getNonNullableType before getting signatures of method (#21212) Andy 2018-01-17 11:27:21 -08:00
  • e655446318 Add test for catch block without variable Ron Buckton 2018-01-17 11:25:53 -08:00
  • 2ba29d8d9d Support labeled statement Ron Buckton 2018-01-17 11:24:28 -08:00
  • 004f18ff0c Merge pull request #21219 from Microsoft/fix19020 Ron Buckton 2018-01-17 11:22:30 -08:00
  • 61fb845b87 Get packageId for relative import within a package (#21130) Andy 2018-01-17 11:14:03 -08:00
  • 18a2fc82f7 Accept tsserverlibrary.d.ts and fix gulpfile Ron Buckton 2018-01-17 11:06:09 -08:00
  • 543b48d031 Add test for file path in tsconfig uniqueiniquity 2018-01-17 10:58:25 -08:00
  • 2ca688a87d Remove the colon from the message in tsconfig.json (#21174) Daniel 2018-01-18 00:42:40 +07:00
  • be607bd28f getStringLiteralCompletionEntries: switch on parent.type (#21169) Andy 2018-01-17 07:33:03 -08:00
  • 964565e069 Update authors for release 2.7 Mohamed Hegazy 2018-01-16 23:31:46 -08:00
  • c4fddba0a9 Remove duplicate implementations Ron Buckton 2018-01-16 17:11:32 -08:00
  • 5320ce2552 Revert path normalization in favor of checking for backslash uniqueiniquity 2018-01-16 17:04:14 -08:00
  • 7a89c963b0 Merge pull request #21217 from Microsoft/fix20146 Ron Buckton 2018-01-16 17:01:27 -08:00
  • dcc5c32abf Merge pull request #21216 from Microsoft/fix19103 Ron Buckton 2018-01-16 17:00:55 -08:00
  • 4aca0c8121 Fix destructuring assignment when assignment target is RHS Ron Buckton 2018-01-16 16:58:56 -08:00
  • cd525fb6de Merge pull request #21206 from Microsoft/fix20744 Ron Buckton 2018-01-16 16:00:24 -08:00
  • 6c9827725c Fix symbol-named properties incorrectly requiring alignment with string indexer type Ron Buckton 2018-01-16 15:45:10 -08:00
  • 16b13fe449 Fix incorrect parenthesization logic for conditional expression branches Ron Buckton 2018-01-16 15:17:04 -08:00
  • 136c4d0dda Fixes var declaration shadowing in async functions Ron Buckton 2018-01-16 15:02:23 -08:00
  • d52fa71f62 Optimize the sameMap function Anders Hejlsberg 2018-01-16 12:51:46 -08:00
  • e96ec8c2c7 Erase substitution types in type references and type alias instantiations Anders Hejlsberg 2018-01-16 12:51:24 -08:00
  • 64b3086f5e Merge pull request #21157 from Microsoft/fixEmptyArrayInference Anders Hejlsberg 2018-01-16 12:42:26 -08:00
  • 154c6141f1 Allow functions to be printed structurally in declaration emit even when they have symbols (#21203) Wesley Wigham 2018-01-16 12:37:15 -08:00
  • 1785d87fda Fix temp variable emit for names used in nested classes Ron Buckton 2018-01-16 12:33:55 -08:00
  • 7c7651d617 Add overloads for forEach{Leading,Trailing}CommentRange (#21190) Klaus Meinhardt 2018-01-16 21:11:06 +01:00
  • 5ea43db6ec Add test uniqueiniquity 2018-01-16 11:25:54 -08:00
  • 68aad1b85e Normalize triple slash reference paths at resolve time uniqueiniquity 2018-01-16 09:50:14 -08:00
  • 66500293cb Merge branch 'master' into builderApi Sheetal Nandi 2018-01-16 11:15:20 -08:00
  • 5bd3f97b18 Merge branch 'master' into builderApi Sheetal Nandi 2018-01-16 11:14:39 -08:00
  • 639b2781d7 Accept corrected baseline (#21201) Wesley Wigham 2018-01-16 11:13:53 -08:00
  • 76d9524866 Fully deprecate the symbol display builder, reimplement in terms of node builder (#18860) Wesley Wigham 2018-01-16 09:53:42 -08:00
  • 677762da07 LKG for experimental pipeline, probably don't use in production or this will break. dontUseThisBranchForExperimentalPipelineInProductionOrYouWillBeFired Daniel Rosenwasser 2018-01-16 09:33:57 -08:00
  • bcb9fd7825 fix: formatting for chaining methods (#21027) Alan Agius 2018-01-16 17:53:43 +01:00
  • 9598acd477 Properly handle 'any' and 'never' as conditional check type Anders Hejlsberg 2018-01-15 15:31:43 -08:00
  • 15baf0ead5 Accept new baselines Anders Hejlsberg 2018-01-15 11:06:40 -08:00
  • e8d1740da8 Introduce substitution types to use for constrained type parameters Anders Hejlsberg 2018-01-15 11:06:18 -08:00
  • 925da86496 Accept new baselines Anders Hejlsberg 2018-01-15 08:15:32 -08:00
  • 5094f7677c Remove 'T extends U' type constructor Anders Hejlsberg 2018-01-15 08:11:05 -08:00
  • 53b1572ed6 Revert to extends check being part of conditional type Anders Hejlsberg 2018-01-15 07:59:46 -08:00
  • f0ce80a5c7 LEGO: Merge pull request 21188 csigs 2018-01-15 03:10:31 -08:00
  • f4cfc9db73 LEGO: check in for master to temporary branch. csigs 2018-01-15 11:10:12 +00:00
  • c10a5520e2 Eagerly evaluate S extends T when S is definitely or definitely not assignable to T Anders Hejlsberg 2018-01-14 14:38:48 -08:00
  • 2f29b7125b LEGO: Merge pull request 21172 csigs 2018-01-12 21:10:28 -08:00
  • da18a247ca LEGO: check in for master to temporary branch. csigs 2018-01-13 05:10:05 +00:00
  • 2e1738bffa Enable substitution for object literal shorthand property assignments in the system transform (#21106) Wesley Wigham 2018-01-12 18:24:41 -08:00
  • 64305edbce Skip outer expressions when checking for super keyword in binder (#20164) Wesley Wigham 2018-01-12 18:24:02 -08:00
  • 428e0529fd Rename through all projects with the same file symLink Sheetal Nandi 2018-01-12 13:54:49 -08:00
  • 6f28b0ac25 Merge pull request #21156 from Microsoft/fix-diff-omit Nathan Shively-Sanders 2018-01-12 16:10:37 -08:00
  • fd1bb9bde2 Group intersection code in getSimplifiedIndexedAccessType Nathan Shively-Sanders 2018-01-12 15:07:46 -08:00
  • f1622f0dc6 Use filter instead of unnecessary laziness Nathan Shively-Sanders 2018-01-12 14:56:50 -08:00
  • d74820d519 Remove mapped types to never from intersections Nathan Shively-Sanders 2018-01-12 14:43:31 -08:00
  • b8acf8d0c4 Handle jsconfig.json in fourslash tests (#16484) Andy 2018-01-12 14:25:33 -08:00
  • d2fd137d88 Add a getFullText() helper method to IScriptSnapshot (#21155) Andy 2018-01-12 10:44:39 -08:00
  • ef7f131398 Add test case for symLink and rename Sheetal Nandi 2018-01-11 15:45:05 -08:00
  • b6b936f2df Accept new baselines Anders Hejlsberg 2018-01-11 16:45:54 -08:00
  • 13bf022ef6 Add regression tests Anders Hejlsberg 2018-01-11 16:45:44 -08:00
  • baf31ec52e Test Diff and Omit Nathan Shively-Sanders 2018-01-11 16:30:05 -08:00
  • 12b80f3183 Keep string index from intersections in base constraint of index type Nathan Shively-Sanders 2018-01-11 16:26:38 -08:00
  • b529d5ba1f Merge pull request #21149 from Microsoft/tweakRecompileConditions Sheetal Nandi 2018-01-11 16:17:09 -08:00
  • 6b882c7b39 Accept new baselines Anders Hejlsberg 2018-01-11 16:14:45 -08:00
  • 1ae0b461f8 Use contra-variant inferences when co-variant inferences yield 'never' Anders Hejlsberg 2018-01-11 16:14:19 -08:00
  • b1bbed8f41 LEGO: Merge pull request 21154 csigs 2018-01-11 15:10:35 -08:00
  • c75f328697 LEGO: check in for master to temporary branch. csigs 2018-01-11 23:10:17 +00:00
  • 269867f5e8 Fix bug: get merged symbol of symbol.parent before checking against module symbol (#21147) Andy 2018-01-11 13:42:08 -08:00
  • aff02e879c Move createTypesRegistry so more accessible uniqueiniquity 2018-01-11 13:20:45 -08:00
  • 2a0d5d173d Fix tests uniqueiniquity 2018-01-11 13:07:47 -08:00
  • 87c59450aa Revert unnecessary harness changes uniqueiniquity 2018-01-11 11:29:08 -08:00
  • a21f73f862 Remove timestamp checking and move registry check into jstyping uniqueiniquity 2018-01-11 11:11:26 -08:00
  • e72ea6f7b1 Update installed types if older than those listed in the registry uniqueiniquity 2018-01-11 09:13:33 -08:00
  • 23324345e2 Update representation of timestamp file to prevent some extra install calls uniqueiniquity 2018-01-05 14:15:52 -08:00
  • 6a16cfe0a5 Use existing map to hold representations of timestamp files uniqueiniquity 2018-01-04 16:44:01 -08:00
  • 7b6be118f5 Allow for local timestamp files and style fixes uniqueiniquity 2018-01-04 15:21:54 -08:00
  • 3f23d5d02e Respond to CR uniqueiniquity 2018-01-04 14:04:14 -08:00
  • 4c32ac010c Add test for timestamps write uniqueiniquity 2018-01-04 11:05:39 -08:00
  • 0b47a2dcfe Add tests uniqueiniquity 2018-01-04 10:24:37 -08:00
  • bf4ec1df5a Fix timestamp writing, npm install, and cache behavior uniqueiniquity 2018-01-02 16:29:39 -08:00
  • b0321dc177 Refactor to avoid errors uniqueiniquity 2017-12-29 14:21:55 -08:00
  • ee5e8e3eee Ensure proper JSON writing behavior of timestamps Benjamin Lichtman 2017-11-27 23:29:10 -05:00
  • 9d298a13a1 [WIP] enable updating ATA files uniqueiniquity 2017-11-20 16:43:02 -08:00
  • 69bb5ea8f0 Do not trigger the failed lookup location invalidation for creation of program emit files Handles #20934 Sheetal Nandi 2018-01-11 11:52:46 -08:00
  • c5ed8646e1 Add test where emit of the file results in invalidating resolution and hence invoking recompile Sheetal Nandi 2018-01-11 12:33:38 -08:00