Commit Graph

  • b8ace9d312 Restore HTMLDocument constructable value in DOM (#45554) Nathan Shively-Sanders 2021-08-23 15:56:11 -07:00
  • 9180538e8f More notes and different experiments stop-double-dts-emit Nathan Shively-Sanders 2021-08-23 10:31:50 -07:00
  • 8362a0f929 Update package-lock.json TypeScript Bot 2021-08-21 06:06:20 +00:00
  • d18e82b380 fix for 45006 (#45020) David Rogers 2021-08-20 19:05:19 -05:00
  • 65ed4124ee feat(44888): omit completions in an object expression with an instantiated class type (#45044) Oleksandr T 2021-08-20 23:51:37 +03:00
  • 69b5b2b2f3 feat(16755): show QF to declare missing properties in a call expression with an object literal argument (#44781) Oleksandr T 2021-08-20 23:49:46 +03:00
  • 84b057828e Fix incorrect suggestion for package that bundles types (#45507) Gabriela Araujo Britto 2021-08-20 11:12:34 -07:00
  • e00722f262 feat(44720): allow renaming string literal in switch/case (#45084) Oleksandr T 2021-08-20 03:09:35 +03:00
  • 693c2d08c1 support contextual return type of iife (#45007) Zzzen 2021-08-20 07:37:50 +08:00
  • 945179fb64 Reuse checker's property accessibility check for completions (#45388) Gabriela Araujo Britto 2021-08-19 13:02:20 -07:00
  • 5da2762702 Update package-lock.json TypeScript Bot 2021-08-19 06:06:01 +00:00
  • 7a19c22063 getReferencesAtLocation: fix handling of destructoring imports Eli Barzilay 2021-08-11 23:55:17 -04:00
  • fc07d9dcc6 Update package-lock.json TypeScript Bot 2021-08-18 06:06:26 +00:00
  • 79474fdfd2 Increase type instantiation depth limit (#45025) Anders Hejlsberg 2021-08-17 07:00:19 -07:00
  • dc80e6a28b feat(18147): skip uncessary parenthesis (#44769) Oleksandr T 2021-08-17 03:20:40 +03:00
  • 424464d46b feat(43963): change var to a parameter in destructured function parameters (#44767) Oleksandr T 2021-08-17 03:19:44 +03:00
  • e263fcebf8 Expose getTypePredicateOfSignature (#44863) Gerrit Birkeland 2021-08-16 18:17:42 -06:00
  • 7b0e66518d Cherry-pick PR #45426 into release-4.4 (#45445) TypeScript Bot 2021-08-16 14:11:35 -07:00
  • 55ed742574 fix(45294): show parameter inlay hints for template strings (#45305) Oleksandr T 2021-08-17 00:11:02 +03:00
  • ab043f99db Create SECURITY.md (#45474) Ryan Cavanaugh 2021-08-16 13:54:30 -07:00
  • e00b5ecd40 Enable max-statements-per-line lint rule (#45475) Ryan Cavanaugh 2021-08-16 13:53:51 -07:00
  • dab12df4f2 Fix more test failures Nathan Shively-Sanders 2021-08-16 11:30:03 -07:00
  • 339ad92b98 Update package-lock.json TypeScript Bot 2021-08-16 06:06:08 +00:00
  • d50c91da17 LEGO: Merge pull request 45456 csigs 2021-08-14 10:13:55 -07:00
  • 3c957efd4a LEGO: Merge pull request 45453 csigs 2021-08-14 04:24:59 -07:00
  • 5b3072f687 fix(45233): allow type assertion in ExportAssignment with JSDoc type definition (#45342) Oleksandr T 2021-08-14 02:32:23 +03:00
  • dfd84ec0b2 fix(45417): show inlay hints for null and literal-like identifiers (#45426) Oleksandr T 2021-08-13 21:31:47 +03:00
  • 3e76e4c2aa fix normal harness test failures Nathan Shively-Sanders 2021-08-13 10:49:57 -07:00
  • fe7962af3d LEGO: Merge pull request 45444 csigs 2021-08-13 10:13:50 -07:00
  • 6cdbf98a6f LEGO: Merge pull request 45442 csigs 2021-08-13 04:13:56 -07:00
  • 0cd447da54 Update package-lock.json TypeScript Bot 2021-08-13 06:07:28 +00:00
  • 7139f37201 fix: nodeWillIndentChild judge for BinaryExpression with JsxElement child (#44695) Jm 2021-08-13 05:01:52 +08:00
  • 88d8d1ccee Update package-lock.json TypeScript Bot 2021-08-12 06:06:28 +00:00
  • 55dd850009 Update LKG. v4.4-rc Daniel Rosenwasser 2021-08-11 21:50:36 +00:00
  • e9b1ff5f16 Fix __spreadArray for non-concat-spreadables (#45386) Ron Buckton 2021-08-09 17:08:07 -07:00
  • 05c741e167 Merge branch 'main' into stop-double-dts-emit Nathan Shively-Sanders 2021-08-11 08:18:41 -07:00
  • 11339d945f Update LKG TypeScript Bot 2021-08-11 06:41:16 +00:00
  • c82ccf1391 Cherry-pick PR #45399 into release-4.4 (#45404) TypeScript Bot 2021-08-10 23:20:29 -07:00
  • 08358f3380 Update package-lock.json TypeScript Bot 2021-08-11 06:06:12 +00:00
  • 8d4fe5a0fb Fix unassignable properties by adding undefined with exactOptionalPropertyTypes (#45032) Nathan Shively-Sanders 2021-08-10 16:57:38 -07:00
  • 92e7fb521f Update tsc-instrumented for project build (#45383) Nathan Shively-Sanders 2021-08-10 14:53:17 -07:00
  • 6c42d7949b fix(45393): show parameter name hints for unary literal expressions (#45399) Oleksandr T 2021-08-10 21:51:00 +03:00
  • 0648de87a0 Cherry-pick PR #45352 into release-4.4 (#45384) TypeScript Bot 2021-08-10 11:50:33 -07:00
  • ad894f74b3 fix(45345): throw an error on overridden member that is defined in multiple interfaces (#45352) Oleksandr T 2021-08-10 21:50:22 +03:00
  • c8b1e454ac Cherry-pick PR #45394 into release-4.4 (#45396) TypeScript Bot 2021-08-10 11:48:39 -07:00
  • 68eb1a551f Use getFileAndProject in session provideInlayHints to ensure language service updates are applied (#45394) Wesley Wigham 2021-08-10 11:48:35 -07:00
  • d8e830d132 Fix __spreadArray for non-concat-spreadables (#45386) Ron Buckton 2021-08-09 17:08:07 -07:00
  • 5e496d52e1 Fix typo in helpers.ts (#45365) Ikko Ashimine 2021-08-10 00:40:54 +09:00
  • 75cb8b2393 LEGO: Merge pull request 45375 csigs 2021-08-08 22:13:50 -07:00
  • 5c66c12124 LEGO: Merge pull request 45374 csigs 2021-08-08 16:13:45 -07:00
  • cf74363397 LEGO: Merge pull request 45368 csigs 2021-08-08 10:13:44 -07:00
  • 99622fc2ef LEGO: Merge pull request 45362 csigs 2021-08-08 04:14:17 -07:00
  • e527db6e62 Update package-lock.json TypeScript Bot 2021-08-08 06:06:08 +00:00
  • c9788712a7 LEGO: Merge pull request 45359 csigs 2021-08-07 22:13:31 -07:00
  • 9960edef51 LEGO: Merge pull request 45357 csigs 2021-08-07 16:13:42 -07:00
  • ce9366d6f7 LEGO: Merge pull request 45356 csigs 2021-08-07 10:13:41 -07:00
  • 1f2187b1cf Update package-lock.json TypeScript Bot 2021-08-07 06:05:58 +00:00
  • bea0ee8c59 LEGO: Merge pull request 45351 csigs 2021-08-06 22:14:03 -07:00
  • 46ce88c565 Adds 'Awaited' type alias and updates to Promise.all/race/allSettled/any Ron Buckton 2021-08-06 19:47:14 -07:00
  • 66980fc8dc Bump version to 4.5. Daniel Rosenwasser 2021-08-06 23:28:17 +00:00
  • e7fd303cd1 Bump version to 4.4.1-rc and LKG TypeScript Bot 2021-08-06 22:43:19 +00:00
  • eb1e566444 Merge branch 'main' into release-4.4 Daniel Rosenwasser 2021-08-06 22:26:45 +00:00
  • 792e6d652a Fix symbol display exception when handling incomplete class (#44936) Andrew Casey 2021-08-06 15:05:54 -07:00
  • 7753efae79 Improve error message TS1210 (#44892) Henrique Inonhe 2021-08-06 19:00:26 -03:00
  • cce2e926de feat(45163): add QF to declare missing jsx attributes (#45179) Oleksandr T 2021-08-06 22:38:22 +03:00
  • abfe5f0be7 LEGO: Merge pull request 45346 csigs 2021-08-06 10:13:49 -07:00
  • 409be37bf5 Fix index signature assignability from optional properties in --exactOptionalPropertyTypes mode (#45185) feature/lspSession Anders Hejlsberg 2021-08-05 23:54:00 -07:00
  • 3bd5079f1c Fix check for generic types in control flow analysis (#45148) Anders Hejlsberg 2021-08-05 23:53:30 -07:00
  • 54898de39e Update package-lock.json TypeScript Bot 2021-08-06 06:06:10 +00:00
  • 4fc4c18299 Fix completions in return when in function with contextual 'this' (#45340) Ron Buckton 2021-08-05 22:40:20 -07:00
  • c0796c1dfb Enable events on web server (#45313) Matt Bierner 2021-08-05 16:10:01 -07:00
  • 1f85123821 Revisions for the new --help (#44800) Orta Therox 2021-08-05 16:41:01 +01:00
  • 635f5bdf8c Some tweaks for backtick strings Eli Barzilay 2021-07-19 07:20:12 -04:00
  • 3266ffbb59 Update package-lock.json TypeScript Bot 2021-08-05 06:05:50 +00:00
  • b9e952be1d Migrate over 4.4 lib dom and webworker (#45324) Orta Therox 2021-08-05 01:14:24 +01:00
  • f80bc3f5f0 Store symbol table map key in CachedSymbolExportInfo (#45289) Andrew Branch 2021-08-04 16:31:47 -07:00
  • 2bae169306 convertStringOrTemplateLiteral.ts: Re-fix escapeStringForTemplate Eli Barzilay 2021-08-02 10:35:33 -04:00
  • 03dff41c9f Fix getting completion details for meta properties (#45031) David Sherret 2021-08-04 12:41:04 -04:00
  • 318930b9e3 fix(45221): suggest unknown symbols in type positions (#45323) Oleksandr T 2021-08-04 19:37:06 +03:00
  • f1ce0f5528 Visit children of jsdoc type aliases in the binder (#45312) Nathan Shively-Sanders 2021-08-04 07:05:11 -07:00
  • 1cbb0bd4d3 Do not classify Infinity and NaN (#44778) Jean Pierre 2021-08-04 04:00:39 -05:00
  • 4646640e6f Update package-lock.json TypeScript Bot 2021-08-04 06:06:05 +00:00
  • 5971b68231 fix(45224): show inlay hints for setter parameter (#45229) Oleksandr T 2021-08-03 21:33:26 +03:00
  • c4080437b2 fix(45102): do not suggest refactoring for functions contains arguments reference (#45116) Oleksandr T 2021-08-03 21:31:56 +03:00
  • 5a2153a729 Fix position of keyword in "Add 'override' modifier" code fix (#45274) Martin Johns 2021-08-03 20:01:30 +02:00
  • ceef6f7cfd Dev: Have a clickable link for a new baseline created (#44552) Orta Therox 2021-08-03 16:18:39 +01:00
  • 5a19533d1b Update package-lock.json TypeScript Bot 2021-08-03 06:05:56 +00:00
  • 39c653cd83 fix: omit inlay hints for setters (#45228) Oleksandr T 2021-08-03 02:27:22 +03:00
  • 975aabe788 Ensure all SortText entries have the same length (#45292) Daniel Rosenwasser 2021-08-02 16:27:01 -07:00
  • f30ba36a2b LEGO: Merge pull request 45299 csigs 2021-08-02 16:13:44 -07:00
  • d2f324b389 Add test for intersection narrowing bug (#45296) Andrew Branch 2021-08-02 16:12:09 -07:00
  • 9cc3070938 expose getImmediateAliasedSymbol() publicly (#44644) Kubilay Kahveci 2021-08-02 23:57:54 +01:00
  • 642060db6f Replace non-null assertion with optional chain on assert nodes (#43788) Armando Aguirre 2021-08-02 15:26:48 -07:00
  • c23abc8957 fix(45192): show implement interface QF for re-exported types (#45245) Oleksandr T 2021-08-03 01:19:19 +03:00
  • bfd5b2f7f0 Fix decorator metadata references to type-only-imported namespaces (#44915) Andrew Branch 2021-08-02 14:18:15 -07:00
  • 7669bfba15 Actually instantiate the type of the annotation used for contextual types (#45285) Wesley Wigham 2021-08-02 12:44:56 -07:00
  • afe9cf5307 Update package-lock.json TypeScript Bot 2021-08-02 06:06:07 +00:00
  • 52af8bf70f Update package-lock.json TypeScript Bot 2021-08-01 06:06:09 +00:00
  • 582e404a10 Update package-lock.json TypeScript Bot 2021-07-31 06:05:54 +00:00
  • fcf7bafd57 fix(44812): add outlining spans for comments inside blocks (#44847) Oleksandr T 2021-07-31 01:56:32 +03:00