Commit Graph

  • fb70d44a08 fix/52457: remove extra the from TS(2809) (#52541) João Santos 2023-02-01 17:46:01 +00:00
  • d32118c7f9 Remove line/col for all lib file diagnostics in baselines, completions (#52380) Jake Bailey 2023-02-01 09:33:01 -08:00
  • d656487fca Permit instantiation expressions in typeof import(...) (#52532) Anders Hejlsberg 2023-02-01 09:09:55 -08:00
  • 26eced32ed Update package-lock.json TypeScript Bot 2023-02-01 06:06:47 +00:00
  • 95840557bf Prevent valid JSX from being seen as the start of a generic arrow function, fix crashes (#52450) Jake Bailey 2023-01-31 16:55:48 -08:00
  • 3d07795092 Fixed type lookup on non-exported value symbol when it has an export symbol (#52140) Mateusz Burzyński 2023-02-01 01:42:29 +01:00
  • 42530c3c8d fix(50952): Can't infer from this type on static class method call in JS Doc (#51149) Oleksandr T 2023-02-01 02:41:03 +02:00
  • 60edd0685f Reject auto-imports of relative paths through node_modules in bundler resolution (#52536) Andrew Branch 2023-01-31 13:02:59 -08:00
  • c93f20bcf8 Fix(50161): Instantiation expressions trigger incorrect error messages (#52373) navya9singh 2023-01-31 11:15:10 -08:00
  • 7c220232f2 fix(52514): overload Tags do not receive noImplicitAny errors on missing return types (#52518) Oleksandr T 2023-01-31 19:41:42 +02:00
  • 7f41c90454 Update package-lock.json TypeScript Bot 2023-01-31 06:06:21 +00:00
  • 1dc5b28b94 Restore global onProfilerEvent hook for ts-perf (#52523) Ron Buckton 2023-01-30 22:23:29 -05:00
  • a514c7b15b Prevent generation of dynamic require in library bundles (#52522) Jake Bailey 2023-01-30 13:15:34 -08:00
  • 3c0a3e536c fix(52440): typeof ... === "undefined" check on mapped object member doesn't narrow correctly, for only some purposes (#52456) Oleksandr T 2023-01-30 20:28:38 +02:00
  • ccf3d3c5f9 Bump version to '4.9.5' and LKG. v4.9.5 release-4.9 Daniel Rosenwasser 2023-01-30 18:14:14 +00:00
  • 39a9ac84fd Remove extra checkDefined in visitEachChildOfJsxExpression (#52482) Jake Bailey 2023-01-29 17:07:58 -08:00
  • ac24daad6d Update package-lock.json TypeScript Bot 2023-01-29 06:06:09 +00:00
  • 7d1cc88a8c Update package-lock.json TypeScript Bot 2023-01-28 06:06:12 +00:00
  • fb2ba218a3 Adding baselines for test changes fix(33829) navya9singh 2023-01-27 14:13:02 -08:00
  • e1b2000e4c Fix for crash navya9singh 2023-01-27 14:12:36 -08:00
  • fc4ac8feca Test to repro crash navya9singh 2023-01-27 13:44:46 -08:00
  • ef2d363d43 Ensure built/local exists before producing typesMap.json (#52468) Jake Bailey 2023-01-27 12:55:46 -08:00
  • 41edecd26d Fix typo in diagnostic messages (#52465) Stéphane Roucheray 2023-01-27 20:44:12 +01:00
  • 477ec2c3a8 Get export symbol if needed for verbatimModuleSyntax check on default/equals exports (#52448) Jake Bailey 2023-01-27 10:13:56 -08:00
  • 0c723c169e Added compiler test and change in binder navya9singh 2023-01-27 09:36:05 -08:00
  • 737a9312cb Update package-lock.json TypeScript Bot 2023-01-27 06:06:39 +00:00
  • f794fbf2f6 Mark new createPrinter vars as pure to remove new code from typingsInstaller (#52438) Jake Bailey 2023-01-26 16:46:55 -08:00
  • 5a419a2f8f In tsc --b mode detect if root file of compilation is not root any more (#52417) Sheetal Nandi 2023-01-26 16:03:00 -08:00
  • d63d081e37 Mark allowArbitraryExtensions as affectsProgramStructure (#52437) Jake Bailey 2023-01-26 13:40:19 -08:00
  • 5e8bf480e4 Fix auto-imports with --moduleResolution bundler and customConditions (#52423) Andrew Branch 2023-01-26 09:44:07 -08:00
  • 69e88ef551 Port ignore deprecations to 4.9 (#52419) Ryan Cavanaugh 2023-01-25 23:23:42 -08:00
  • daf4e817a1 Port timestamp fix to 4.9 (#52426) Ryan Cavanaugh 2023-01-25 20:08:35 -08:00
  • dcad07ffd2 Update LKG v5.0-beta Daniel Rosenwasser 2023-01-25 20:14:47 +00:00
  • d4d640f32b Merge branch 'main' into release-5.0 Daniel Rosenwasser 2023-01-25 20:12:28 +00:00
  • 0141d1d5f2 Reuse Printers with common options (#52382) Jake Bailey 2023-01-25 11:59:02 -08:00
  • 45c246f28c Fixed a mistake in the narrowingDestructuring test (#52411) Mateusz Burzyński 2023-01-25 19:50:29 +01:00
  • a311e25305 Add 2023 array methods to target features (#52242) Oliver Radini 2023-01-25 18:31:53 +00:00
  • be488fa075 Revert part of catch clause PR which broke other declarations (#52403) Jake Bailey 2023-01-25 10:24:25 -08:00
  • 022516e24d Suppress verbatimModuleSyntax error on ambient export default (#52414) Andrew Branch 2023-01-25 10:22:56 -08:00
  • 43ecac801b fix(52386): JSDoc code fixes for arrow-function initialized const duplicates comment (#52390) Oleksandr T 2023-01-25 09:42:57 +02:00
  • 7f64af2323 Update package-lock.json TypeScript Bot 2023-01-25 06:06:34 +00:00
  • 9ee093c094 feat(52366): @prop is not provided as a valid JSDoc tag in autocompletion (#52384) Oleksandr T 2023-01-24 12:00:23 +02:00
  • 273a67fba3 Add linkcode and linkplain to jsdoc tags (#52176) Jesper van den Ende 2023-01-24 10:59:05 +01:00
  • 35f9559d79 Added test to repro bug navya9singh 2023-01-23 23:22:24 -08:00
  • 7458629f1a Update package-lock.json TypeScript Bot 2023-01-24 06:06:21 +00:00
  • 10941888dc Plumb formatting to getDocCommentTemplateAtPosition (#52349) Jake Bailey 2023-01-23 15:31:58 -08:00
  • 3d38971b7f Fix error in herebyfile after comparison strictness change (#52376) Jake Bailey 2023-01-23 13:49:26 -08:00
  • 97dfe72a0c Swap minestarks for zkat and joj in fabricbot.json (#52374) Jake Bailey 2023-01-23 12:52:51 -08:00
  • 87c808ff2a Add test case for #52271 (#52333) Jake Bailey 2023-01-23 11:59:24 -08:00
  • dfa677560e Resolving test errors navya9singh 2023-01-23 10:13:03 -08:00
  • f90a8ebeb6 Fixed parsing error and added test navya9singh 2023-01-23 00:21:29 -08:00
  • 700452d015 Update package-lock.json TypeScript Bot 2023-01-23 06:06:23 +00:00
  • aa8df3ea0b Update version to 5.0.0-beta, accept baselines, and LKG. Daniel Rosenwasser 2023-01-23 00:58:01 +00:00
  • 31b4ec503c Update package-lock.json TypeScript Bot 2023-01-22 06:06:09 +00:00
  • 670bc4202e Update package-lock.json TypeScript Bot 2023-01-21 06:06:26 +00:00
  • 06db35c893 Use early bail-out for contextual identifier checks. Daniel Rosenwasser 2023-01-20 18:17:14 -08:00
  • ff92ab0ac9 Change default newLine, forceConsistentCasingInFileNames (#52298) Ryan Cavanaugh 2023-01-20 17:20:26 -08:00
  • 1447819df0 Elide line:col info in "!!! related" errors when from default lib.d.ts files (#52330) Jake Bailey 2023-01-20 16:51:20 -08:00
  • 0c2fa391a8 Update DOM and baselines (#52328) Nathan Shively-Sanders 2023-01-20 16:19:59 -08:00
  • 377a819aeb Remove long deprecated completions protocol commands removeCompletions Sheetal Nandi 2023-01-20 15:17:20 -08:00
  • a097d55f81 Remove long deprecated typingOptions and enableAutoDiscovery (#52339) Sheetal Nandi 2023-01-20 15:39:57 -08:00
  • 35d76b0d38 Export more Node tests for use in public API (#52284) Jake Bailey 2023-01-20 15:37:29 -08:00
  • e474b3df69 Mark APIs related to prepend option deprecated (#52344) Sheetal Nandi 2023-01-20 15:25:19 -08:00
  • d76f3612c1 More removals of long deprecated APIs (#52343) Sheetal Nandi 2023-01-20 15:25:06 -08:00
  • 1d81c1dfef fix(51521): Using a of property declared after an initializing constructor triggers an assertion failure in JS (#51524) Oleksandr T 2023-01-21 00:43:23 +02:00
  • f576398194 Support export type * (#52217) Andrew Branch 2023-01-20 14:24:48 -08:00
  • 2acbceed4b Improve comparison operators type checking to disallow unions containing numbers as an operand (#52048) Mateusz Burzyński 2023-01-20 22:34:48 +01:00
  • e5515164eb Remove older deprecated APIs (#52338) Sheetal Nandi 2023-01-20 12:55:04 -08:00
  • 181cf21b68 Deprecate prepend option on project reference (#52312) Sheetal Nandi 2023-01-20 12:10:18 -08:00
  • 81d04341e8 Make GitHub render json as jsonc (#52335) Jake Bailey 2023-01-20 12:08:26 -08:00
  • 19d2d9ec01 Don’t let unsorted import groups eagerly derail sort detection (#52332) Andrew Branch 2023-01-20 11:10:41 -08:00
  • f526e16b2d Remove outdated deprecations (#52314) Ron Buckton 2023-01-20 12:19:13 -05:00
  • 1e99934b29 fix(52270): update optionalReplacementSpan in continuePreviousIncompleteResponse (#52287) YuqiangZhang 2023-01-21 01:15:18 +08:00
  • 83069ef10d Update package-lock.json TypeScript Bot 2023-01-20 06:06:36 +00:00
  • e01ced050c fix type checking of variables named "exports" (#52209) Tobeyyy 2023-01-20 01:59:07 +01:00
  • cfe1842adf Add verbatimModuleSyntax, deprecate importsNotUsedAsValues and preserveValueImports (#52203) Andrew Branch 2023-01-19 16:56:30 -08:00
  • ebbc56d0b3 Derive allCommandNames from CommandTypes enum (#52319) Jake Bailey 2023-01-19 16:51:41 -08:00
  • 6f338b9936 fix(52274): Suggestion code action adds another JSDoc (#52276) Oleksandr T 2023-01-20 02:41:26 +02:00
  • ddac387c3e Deprecate CommandNames in favor of protocol.CommandTypes, direct import for better bundler output (#52208) Jake Bailey 2023-01-19 16:31:50 -08:00
  • bedfac1188 Accepted baselines. objectFreezeConstTypeParameter Daniel Rosenwasser 2023-01-20 00:16:04 +00:00
  • 9705b7186c Remove (hopefully) unnecessary overload. Daniel Rosenwasser 2023-01-20 00:15:00 +00:00
  • 241b3f2fe2 Accepted baselines. Daniel Rosenwasser 2023-01-19 23:40:03 +00:00
  • 4d51879631 Use a const type parameter for Object.freeze. Daniel Rosenwasser 2023-01-19 23:39:55 +00:00
  • 5b18979697 Implement the Stage 3 Decorators Proposal (#50820) Ron Buckton 2023-01-19 17:54:12 -05:00
  • 20182cf848 Organize imports collation (#52115) Ron Buckton 2023-01-19 17:53:51 -05:00
  • abd6cb446f Improve quickinfo/signature/completions baselines (#52308) Nathan Shively-Sanders 2023-01-19 14:39:14 -08:00
  • 6622308206 Add followup test to #52123 test (#52178) Jake Bailey 2023-01-19 12:53:03 -08:00
  • b7f619d25e Make catch clause checking consistent with variable declarations (#52240) Jake Bailey 2023-01-19 11:56:37 -08:00
  • ecaf6d91a7 Revert "Add undefined to JSON.stringify return type (#51897)" (#52307) Nathan Shively-Sanders 2023-01-19 09:24:31 -08:00
  • 38b8f59ff6 Update package-lock.json TypeScript Bot 2023-01-19 06:06:39 +00:00
  • b7290a75db Remove unnecessary isTupleType checks in inferFromObjectTypes (#52026) Mateusz Burzyński 2023-01-19 00:54:19 +00:00
  • 18794c7945 Enable noImplicitOverride (#52290) Jake Bailey 2023-01-18 12:00:10 -08:00
  • da085ae57d Update to esbuild 0.17 (#52238) Jake Bailey 2023-01-18 10:51:53 -08:00
  • 10c7c45205 Update package-lock.json TypeScript Bot 2023-01-18 06:07:16 +00:00
  • 22b362ceac Enable strictFunctionTypes (#49929) Jake Bailey 2023-01-17 17:20:51 -08:00
  • 436833aba1 Allow allowImportingTsExtensions to be set in any module resolution mode (#52230) Andrew Branch 2023-01-17 15:13:17 -08:00
  • 8094007a1d fix(52277): switch/case completions fail when has a negative literal type (#52278) Oleksandr T 2023-01-18 00:10:29 +02:00
  • 16c695cdbb Improve uncalled function check related to parenthesized and binary expressions (#50756) Mateusz Burzyński 2023-01-17 21:22:16 +00:00
  • f6fc444b33 Fix(51828): extends field in tsconfig.json does nothing with empty string (#51981) navya9singh 2023-01-17 12:31:23 -08:00
  • 9c9d4b029d feat(51086): satisfies support in JSDoc (#51753) Oleksandr T 2023-01-17 20:22:22 +02:00