https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
c01ae01 Fix nightly publish oops in Gulpfile (#51131) 10 October 2022, 16:33:45 UTC
a7d10f1 Update package-lock.json 08 October 2022, 06:08:40 UTC
d0bfd8c fix(51072): ts.preProcessFile finds import in template string after conditional expression with template strings (#51082) 07 October 2022, 17:33:20 UTC
ad56b5c Convert scripts/Gulpfile to checked mjs/cjs so they can run without compilation (#50988) 07 October 2022, 16:50:46 UTC
dbeae5d fix(51017): Make lineText in the references response opt-out (#51081) * add option to exclude lineText from the response * add comments * update baseline 07 October 2022, 16:13:22 UTC
d06a592 Properly defer resolution of mapped types with generic `as` clauses (#51050) * Fix isGenericMappedType, getTemplateLiteralType, getStringMappingType * Accept new baselines * Add regression tests * Fix comment 07 October 2022, 14:25:57 UTC
42b1049 Update package-lock.json 07 October 2022, 06:09:49 UTC
5f3e6cc Plugin probe location is higher priority than peer node_modules (#51079) Fixes #34616 06 October 2022, 20:45:22 UTC
2648f6a Plugins in project were adding up after every config file reload (#51087) * Add test where current plugins dont get reset when reloading config file * Reset loaded plugins when reloading configured project and closing project 06 October 2022, 20:40:21 UTC
c18791c Fix incorrect options type to WatchOptions (#51064) 05 October 2022, 18:54:59 UTC
b0795e9 Update package-lock.json 05 October 2022, 06:16:37 UTC
43c6fd4 Covert some of the config testing to baselines for easy validation (#51063) * Baseline config tests for easy validation * Refactor * Fix incorrect pick * Dont print unnecessary plugin host not implemented msg in logs 05 October 2022, 01:14:14 UTC
fc5e72b Remove unused defaultWatchFileKind method since useFsEvents is default for tsserver and tsc (#51044) 04 October 2022, 22:06:41 UTC
8af9a93 Use typescript.d.ts in APISample tests (#51061) 04 October 2022, 22:00:35 UTC
4953316 Remove configureLanguageServiceBuild, instrumenter (#51048) 04 October 2022, 17:36:57 UTC
9dfffd0 Update GitHub Actions (#51045) 04 October 2022, 15:11:58 UTC
4635a5c Update package-lock.json 04 October 2022, 06:14:09 UTC
33a34e5 Adding a JSDoc comment to the es5 type declarations to describe the functionality of Date.now() (#50630) * Adding a JSDoc comment to the es5 type declarations to describe the functionality of Date.now() & updating baselines (50565) * Update the Date.now() type declaration description Updating the Date.now() type declaration description to make it clearer and more accurate. Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> 03 October 2022, 23:31:24 UTC
299745c Fix crash in goto-def on `@override` (#51016) * Fix crash in goto-def on `@override` When the base type is not defined, getDefinitionFromOverriddenMember will have its type as errorType, which has no symbol. The error handling previously only handled the case of no baseType at all -- which I'm not sure ever actually happens. * Improve checking 1. getTypeAtLocation never returns undefined, only errorType, so check for that. 2. Return directly after missing baseTypeNode instead of continuing to return later. * Experiment with making goto-def on `override` more consistent * Unify static/instance node->symbol->type path * Make getSymbolAtLocation support class expressions and parenthesized expressions * Revert "Make getSymbolAtLocation support class expressions" This reverts commit 4c1b03135576c9e5d146ce6f38e691c804cbb0dd. * fix semicolon lint 03 October 2022, 23:07:57 UTC
7dcf11f fix(50750): Object type literal with string literal property in contextual typing position causes language service error on all literal type references (#50757) * fix(50750): skip unbound symbols from JSDoc tags in typescript * skip contextual type checking in JsDoc for TypeScript files 03 October 2022, 22:57:32 UTC
5cd49f6 Update package-lock.json 03 October 2022, 06:13:27 UTC
8a1b858 Update package-lock.json 01 October 2022, 06:18:53 UTC
96894db Include type parameter defaults in contextual typing (#50994) * Include type parameter defaults in contextual typing * Add tests * Add additional an test for instantiating contextual signature using default type param (#51002) * Update comment Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com> 30 September 2022, 14:02:22 UTC
0d0a793 Allow Unicode extended escapes in ES5 and earlier (#50918) * Remove language version check for extended escapes. * Accepted baselines. * Record whether nodes have extended Unicode escapes. Replace them in the es2015 transform. * Accepted baselines. * Move file to better-reflect generality of tests. * Added tests for variables at the top level. * Accepted baselines. * Added test for extended astral character. * Accepted baseline. * Enable sourcemaps in tests. * Accepted baselines. * Call `setOriginalNode` on identifiers with extended escapes. 30 September 2022, 08:22:01 UTC
58bae8d Update package-lock.json 30 September 2022, 06:30:31 UTC
0ce72ef Add option to OrganizeImports for removal only (#50931) * Remove unused imports * Lint * Update baselines * Make mode paramter required * Clean up 29 September 2022, 23:30:02 UTC
42f9143 feat: codefix for `for await of` (#50623) 29 September 2022, 23:13:25 UTC
ecf50e8 Properly compute `SymbolFlags.Optional` for intersected properties (#50958) * `in` proves property presence only if property can't be undefined * Accept new baselines * Add tests * Accept new baselines * Properly compute SymbolFlags.Optional for intersected properties * Accept new baselines * Check optionality only for property-like declarations * Add more tests 29 September 2022, 22:18:21 UTC
d1586de Fully resolve aliases when checking symbol flags (#50853) * Resolve aliases past first merge in `resolveName` * WIP * Fix when a namespace merges with an alias that resolves to a type merged with an alias that resolves to a value 😵 * Audit all resolveSymbol and resolveName calls * Fix qualification in re-exporting global cases * Fix infinite loop detection * Update baselines * Just make getAllSymbolFlags default to All 29 September 2022, 21:00:43 UTC
45148dd Update LKG to 4.8.4 (#50987) 29 September 2022, 19:42:20 UTC
9a83f25 Update package-lock.json 29 September 2022, 06:31:31 UTC
865848f Fix `<=` and `>` comparisons when compared against prerelease versions (#50915) * Fix <= and > comparisons when compared against prerelease versions * Improve coverage for semver 28 September 2022, 22:46:06 UTC
fbfe934 Fix comparability between type parameters related by a union constraint (#50978) 28 September 2022, 17:06:13 UTC
b09e93d Merge pull request #50041 from microsoft/fix/47969 Fix(47969): String.prototypr.replace docs fix 28 September 2022, 15:27:24 UTC
0ac12bb Update package-lock.json 28 September 2022, 06:28:42 UTC
8192d55 Pick correct compilerOptions when checking if we can share emitSignatures (#50910) * Pick correct compilerOptions when checking if we can share emitSignatures Fixes #50902 * Add a note * Rewording 28 September 2022, 04:34:39 UTC
16faef1 During uptodate ness check with buildInfo, check if there are errors explicitly with noEmit (#50974) * Add test * During uptodate ness check, with buildInfo, check if there are errors in the program to determine uptodateness Fixes #50959 * Comment update 27 September 2022, 22:57:29 UTC
63791f5 Update package-lock.json 27 September 2022, 06:24:56 UTC
09368bc Handle if project for open file will get recollected because of pending cleanup from closed script info (#50908) * Handle if project for open file will get recollected because of pending cleanup from closed script info Fixes #50868 * Rename 26 September 2022, 19:40:23 UTC
c81bf4d fix(49594): Typescript 4.7.3 bracketed class property compilation error strictPropertyInitialization:true (#49619) * fix(49594): allow enum members in computed properties * add additional tests * handle enum members without initializers * update tests 26 September 2022, 16:50:02 UTC
bc9cbbe Merge pull request #49912 from microsoft/fix/47508 fix(47508): noUncheckedIndexedAccess with enums Type narrowed 26 September 2022, 16:47:33 UTC
5a10f46 Update package-lock.json 26 September 2022, 06:28:37 UTC
8e71f42 Fixing pr comments 26 September 2022, 06:12:07 UTC
c100c64 Update package-lock.json 25 September 2022, 06:08:45 UTC
2a91107 Update package-lock.json 24 September 2022, 06:11:05 UTC
4ab9e76 Use paths in package.json 'files' array that work with npm 6 and later. (#50930) 23 September 2022, 23:05:20 UTC
f16ca7d Remove 'async' dependency, used only in errorCheck.ts, modernize file (#50667) 23 September 2022, 16:54:36 UTC
c6bef3f LEGO: Merge pull request 50921 LEGO: Merge pull request 50921 23 September 2022, 11:35:38 UTC
6753027 Update package-lock.json 23 September 2022, 06:24:32 UTC
9740bcc Pluralized `hasInvalidatedResolution` -> `hasInvalidatedResolutions` (#50912) * Pluralize hasInvalidatedResolution to hasInvalidatedResolutions. * Accepted baselines. 23 September 2022, 01:33:09 UTC
a455955 Make hasInvalidatedResolution non internal for program and add it watchApi (#50776) * Make stub for hasInvalidatedResolution * Wire through hasInvalidatedResolutions Fixes #48057 * Update comment * Feedback 22 September 2022, 23:51:53 UTC
645d1cd Fix assert in addIndirectUser in FAR (#50905) 22 September 2022, 23:47:27 UTC
bbec17d LEGO: Merge pull request 50900 LEGO: Merge pull request 50900 22 September 2022, 12:56:42 UTC
a9ecc67 Update package-lock.json 22 September 2022, 06:26:44 UTC
221cf55 package.json `exports` should have priority over `typesVersions` (#50890) * package.json `exports` should have priority over `typesVersions` * Test some versioned conditions too 22 September 2022, 00:21:51 UTC
acb8977 Remove .github/tsc.json (#50664) 22 September 2022, 00:11:54 UTC
7a3de81 fix(49993): skip the quick fix for an expression with an enum type (#50625) 21 September 2022, 23:59:17 UTC
2644f28 fix(49200): skip duplicated method declarations (#50609) 21 September 2022, 23:05:40 UTC
4d91204 fix(37030): Expand Selection in function and arrow function skips body block (#50711) * fix(37030): include curly braces from function body in the selection * add missed sourceFile argument 21 September 2022, 17:47:24 UTC
e2dd508 DOM update 2022/09/21 (#50884) 21 September 2022, 17:17:08 UTC
1d9ab83 fix(50866): emit modifiers from export declarations (#50874) 21 September 2022, 16:59:15 UTC
92a1b12 LEGO: Merge pull request 50877 LEGO: Merge pull request 50877 21 September 2022, 12:34:27 UTC
e383db6 Fix debug.ts __debugKind check (#50871) 21 September 2022, 05:48:52 UTC
01054e0 Consistently add undefined/missing to optional tuple element types (#50831) * Consistently add undefined/missing type to optional tuple elements * Accept new baselines * Add regression test 21 September 2022, 01:14:20 UTC
d90795e Improve escape sequence handling in private names (#50856) * Add tests for identifiers and private identifiers with escape sequences. * Accepted baselines. * Store the tokenValue instead of tokenText on PrivateIdentifiers, since the latter can contain escapes and lead to semantic discrepancies. * Accepted baselines. * Check for leading escape sequences in PrivateIdentifiers. * Accepted baselines. * Fix lints. 20 September 2022, 22:00:39 UTC
938a69a Fix import statement completions followed by interface declaration (#50350) * Fix import statement completions followed by interface declaration * Fix stuff * Linty * Fix when named imports is missing closing brace 20 September 2022, 20:29:06 UTC
e002159 feat(49962): Disallow comparison against NaN (#50626) * feat(49962): disallow comparison against NaN * change diagnostic message * use global NaN symbol for NaN equality comparisons 20 September 2022, 20:16:44 UTC
80ae43d Fixing spaces 20 September 2022, 19:13:21 UTC
abc58bd Fixing baseline errors 20 September 2022, 19:09:04 UTC
305f4bd Merge branch 'main' into fix/47969 20 September 2022, 18:50:14 UTC
23746af fix(50591): RangeError: Maximum call stack size exceeded (#50594) 20 September 2022, 18:03:18 UTC
168186f Allow a union property of a private/protected member and an intersection property including that same member (#50328) 20 September 2022, 17:28:48 UTC
812ebcf Update package-lock.json 20 September 2022, 06:27:43 UTC
16156b1 Add rules from eslint's recommended set that triggered good lints (#50422) 19 September 2022, 23:20:55 UTC
a11c416 Improve checking of `in` operator (#50666) * Improve checking of `in` operator * Accept new baselines * Add tests * Delete old and accept new baselines * Disallow right operand of type '{}' * Accept new baselines * Support number and symbol literals * Add tests * Disallow {} typed right operand only in strictNullChecks mode * Accept new baselines * Detect {} resulting from intersections * Accept new baselines * Don't attempt to reduce intersections with Record<K, unknown> * Accept new baselines * Return undefined instead of unknownSymbol from getGlobalRecordSymbol() 19 September 2022, 21:16:01 UTC
67f2b62 Gabritto/jsemitfixsilly (#50849) * delete unused test and refactor unneeded ternary * add parens 19 September 2022, 20:32:13 UTC
3014dec Don't elide imports when transforming JS files (#50404) * don't elide imports in JS files * WIP: get rid of caching of resolved symbol, add transform tests * get rid of caching only for resolver functions * use getReferencedSymbol instead of getReferencedValueSymbol in module transform * WIP: add reportErrors flag to resolveName * Import transformations now work correctly * don't emit diagnostics when looking up referenced symbol * small fixes and get rid of unnecessary comments * update tests * clean up * CR: use nameNotFoundMessage to decide whether to report errors in resolveName 19 September 2022, 18:36:08 UTC
57c7aa7 LEGO: Merge pull request 50842 LEGO: Merge pull request 50842 19 September 2022, 10:14:37 UTC
48a8e89 Improve check of whether type query node possibly contains reference to type parameter (#50070) * WIP * implement typequery contains reference check + tests * add unit test * fix unit test * use symbols in scope to check type query type parameter references * remove comment on unit test * remove comment * use isNodeDescendantOf implementation to check scoping * CR: small fixes * treat the different kinds of type parameter declarations * undo test change 19 September 2022, 04:13:30 UTC
af9ced1 LEGO: Merge pull request 50825 LEGO: Merge pull request 50825 18 September 2022, 09:59:14 UTC
a8e13f7 Fixed an issue with destructured bindings from a generic union constraint not being narrowed correctly (#50221) 17 September 2022, 21:47:57 UTC
08af0b6 Update package-lock.json 17 September 2022, 06:07:20 UTC
0df46e8 Fix test around RegExp match vs. exec results (#50813) * Fix up test. * Accepted baselines. 16 September 2022, 23:47:33 UTC
906510e Fixes for pr 16 September 2022, 22:36:21 UTC
2970c5d make `RegExpExecArray` always include index 0 (#50713) * make `RegExpExecArray` always include index 0 * update baseline * remove `BaseRegExpArray` interface * add test Co-authored-by: DetachHead <detachhead@users.noreply.github.com> 16 September 2022, 22:28:26 UTC
0507192 Accepting baselines 16 September 2022, 18:54:52 UTC
29e50b3 Rewording documentation 16 September 2022, 18:07:15 UTC
01cae69 fix(50796): omit questionToken in object literal method completions (#50802) 16 September 2022, 17:06:03 UTC
3b84f76 Fix crash caused by incorrect bounds check (regression in 4.8) (#50797) * Fix bounds check * Add regression test 16 September 2022, 14:14:14 UTC
7e51306 Update package-lock.json 16 September 2022, 06:25:37 UTC
8b35c13 The error "Object is possibly null or undefined" is ambiguous. (#49797) * added object name to TS2571, 2531, 2532 and 2533 * updated localized diagnostic messages * updated baseline to fit diagnostic message change * Revert "updated localized diagnostic messages" This reverts commit 738cf094bdb4a1f07d74f90747afe00366549300. * specialized the error to EntityNameExpression * updated baseline to fit new changes * added multiline undefined access test * added TS18049 - value cannot be used here * adjusted baseline * corrected a small linting issue * Update error numbers after merge from main Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> 15 September 2022, 23:13:53 UTC
a3f51b3 Update user baselines +cc @sandersn (#43554) Co-authored-by: typescript-bot <typescript@microsoft.com> 15 September 2022, 23:13:09 UTC
ba10a0d Removing duplicated code 15 September 2022, 22:56:31 UTC
ec6ae1c Partially revert #41044, restoring parameter destructurings in d.ts files (#50779) 15 September 2022, 17:24:43 UTC
28232ca LEGO: Merge pull request 50783 LEGO: Merge pull request 50783 15 September 2022, 10:09:43 UTC
49cfa1d Update package-lock.json 15 September 2022, 06:22:57 UTC
4110b80 Fix equality narrowing and comparable relation for intersections with {} (#50735) * Fox equality narrowing and comparable relation for intersections with {} * Accept new baselines * Add tests * Accept new baselines 14 September 2022, 16:19:36 UTC
b23f1d6 LEGO: Merge pull request 50771 LEGO: Merge pull request 50771 14 September 2022, 12:02:40 UTC
618fb2d Update package-lock.json 14 September 2022, 06:27:15 UTC
08b91f6 fix(50717): tsc crashes when it sees a JSDoc tag inside an @override annotation (#50724) 13 September 2022, 19:51:17 UTC
back to top