https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
f54ece7 generating list of file with test cases 21 March 2023, 22:24:24 UTC
fe30722 Part 2 works for test2 13 March 2023, 20:07:37 UTC
393b093 test2 almost works 10 March 2023, 00:11:25 UTC
ea8de38 new change 07 March 2023, 23:38:41 UTC
98bfb65 Works in moving to an existing blank file 07 March 2023, 17:48:36 UTC
17d1a6b tests for moce to another file 07 March 2023, 17:47:56 UTC
5739445 lib Fix Part 1/6 – WeakMap constructor (#50449) Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> 28 February 2023, 22:14:30 UTC
0e357f5 Exclude literal completions after closing quote and JSX attribute location (#52676) 28 February 2023, 21:31:30 UTC
a037407 Remove createUnderscoreEscapedMultiMap (#53029) 28 February 2023, 21:21:20 UTC
7481434 Omit intersection property check when source includes target (#53012) 28 February 2023, 14:57:10 UTC
e2283e9 Downgrade glob to v8 to fix build (#53015) 28 February 2023, 07:05:16 UTC
710bb91 Update package-lock.json 28 February 2023, 06:07:08 UTC
c97ddac Run lint in parallel with runtests-parallel (#52945) Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com> 27 February 2023, 19:06:20 UTC
7a0061a Remove most direct uses of `factory` from `src/compilers/transformers` (#52957) 27 February 2023, 19:05:41 UTC
6fe711f Remove unused eslint-disable directives (#52987) 27 February 2023, 19:01:37 UTC
835fff8 Update package-lock.json 27 February 2023, 06:07:17 UTC
4374ffd Bump version to 5.1, fix 'ignoreDeprecations', and update baselines. (#52975) 27 February 2023, 04:56:07 UTC
20d4479 Update package-lock.json 26 February 2023, 06:06:27 UTC
e9868e9 `--moduleResolution bundler`: Require ESM for `module` and remove `node` from hard-coded conditions (#52940) 24 February 2023, 23:49:08 UTC
3f7bf69 Destructure common factory methods in the parser. (#52920) 24 February 2023, 20:52:30 UTC
4416d54 Update package-lock.json 24 February 2023, 06:07:01 UTC
1a76569 Retry querying string completions from the inferred type if the original completions request doesn't return anything (#52875) 23 February 2023, 20:13:30 UTC
f2df10f Update package-lock.json 23 February 2023, 06:06:55 UTC
8becdf2 Fix emit for nested object rest in assignment pattern (#52922) 23 February 2023, 01:41:09 UTC
718e63b Add links to github above big var blocks (#52925) 23 February 2023, 01:01:15 UTC
b39f10f Switch to var in emitter, writer, printer (#52906) 22 February 2023, 19:45:51 UTC
27f20c9 Defer creation of node typings installer (#52904) 22 February 2023, 19:40:48 UTC
3267c76 Fix debug assert for type assertions / JSX (#52919) 22 February 2023, 19:05:50 UTC
6bbdcaa Fix definition of `Array.prototype[Symbol.unscopables]` (#42566) 22 February 2023, 18:00:52 UTC
ef79b42 Don't emit binding pattern pattern / optional parameter error when an initializer is present (#52880) 22 February 2023, 02:05:02 UTC
27376f1 Swap closure state in the type-checker to `var` to avoid TDZ checks. (#52835) 22 February 2023, 01:35:55 UTC
c5e4f00 Switch to var in binder for top level variables (#52903) 22 February 2023, 01:32:32 UTC
3471bd7 Fix type import node circularity errors in eager diagnostic mode, deprecations (#52861) 21 February 2023, 23:42:15 UTC
8adc460 Modify ignoreDeprecation diagnostic to be copy/pastable (#52900) 21 February 2023, 23:41:35 UTC
4587871 Fix RWC tests with errors in tsconfig (#52824) 21 February 2023, 19:09:06 UTC
b579516 Handle multiple levels of substitutions and indexed accesses in getActualTypeVariable (#52848) 21 February 2023, 19:08:51 UTC
38b951e Fixed crash in switch completions related to parenthesized expressions (#52881) 21 February 2023, 18:41:16 UTC
e88fe15 Remove ts namespace import from checker (#52890) 21 February 2023, 18:14:26 UTC
e1ae30e fix(52852): "Move to a new file" refactoring does not maintain "import type" semantics (#52854) 21 February 2023, 18:02:00 UTC
f0d1eee Update package-lock.json 21 February 2023, 06:06:32 UTC
c6fb2e1 Update package-lock.json 20 February 2023, 06:07:10 UTC
5c92af1 Fix contextual typing for post-spread tuple elements (#52769) 18 February 2023, 17:35:24 UTC
d87d0ad Update package-lock.json 18 February 2023, 06:06:25 UTC
bbb98cf fix(52664): Assertion failure on completions for derived class with computed base property name (#52673) 18 February 2023, 01:36:52 UTC
0463766 Switch let/const to var in the scanner & parser for top-levelish variables. (#52832) 18 February 2023, 01:07:11 UTC
8cc216a Ensure parameters are in scope when converting parameter/return types to type nodes (#49627) 18 February 2023, 00:46:03 UTC
088fdf6 fix(51202): Circular instantiation expression crashing IDEs (#51214) 17 February 2023, 19:31:45 UTC
a3a4993 Don't parse out a name for JSX fragments (#52818) 17 February 2023, 18:55:56 UTC
ddfec78 Update package-lock.json 17 February 2023, 06:07:05 UTC
a3b516f Add an extra test case for inferring return type of generic class without a constructor (#52741) 17 February 2023, 02:56:42 UTC
fd03708 Fix crash in 'Wrap in JSX Fragment' quick fix (#52816) 17 February 2023, 02:34:58 UTC
3980b5b Fix overloadTag2 test (#52814) 16 February 2023, 23:57:30 UTC
879dbcd Do not report errors when inference is partially blocked (#52728) 16 February 2023, 23:17:07 UTC
4b534dc Check overload tag against implementation (#52474) 16 February 2023, 22:40:40 UTC
2976b6b Filtering mapped types declarations (#51650) 16 February 2023, 21:38:10 UTC
55eff14 Fix crash in extract type and generate get/set refactors (#52803) 16 February 2023, 21:15:54 UTC
7dd2a5e Fix crash in private accessor emit (#52785) 16 February 2023, 19:38:18 UTC
2f43308 Add API option to `getCompletionsAtPosition` to expose completion `symbol` information (#52560) Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com> 16 February 2023, 19:09:29 UTC
1513649 Don't add redundant await in completions (#52677) 16 February 2023, 16:44:14 UTC
d79eb02 Prefer using enum literal's own base type rather than enum's base type in comparison (#52703) 16 February 2023, 15:44:06 UTC
588dd82 Update package-lock.json 16 February 2023, 06:06:37 UTC
733d7ae fix(52749): Assertion failure in derived class completion (#52787) 15 February 2023, 22:33:39 UTC
2c67c8f Enforce NLT restriction after 'accessor' keyword (#52763) 15 February 2023, 17:51:25 UTC
d8e81bb Update package-lock.json 15 February 2023, 06:06:54 UTC
7d00bb0 Widening and non-widening computed enum types (#52542) 15 February 2023, 00:25:46 UTC
de2ab4a fix(52761): overload tag is not supported in completions (#52762) 14 February 2023, 22:25:00 UTC
84b8483 Improvements to `strictSubtypeRelation` and `getNarrowedType` (#52282) 14 February 2023, 20:12:42 UTC
a8b4a3b fix(52061): Constructor parameters exported as type included in emitted metadata (#52138) 14 February 2023, 20:03:54 UTC
df6b9e5 fix property completion in unions of object types and template literal types (#52196) 14 February 2023, 18:50:53 UTC
48e812a Prefer top-level type-only imports in verbatimModuleSyntax (#52747) 14 February 2023, 18:23:08 UTC
ab40f5e Avoid caching resolved signatures for language service requests like signature help (#52679) 14 February 2023, 17:47:32 UTC
f23dd7a Fix crash in getAwaitedType (#52752) 14 February 2023, 16:16:12 UTC
72fb827 Check conditional types in depth in `isTypeParameterAtTopLevel` (#52648) 14 February 2023, 15:33:22 UTC
9c40be1 Update package-lock.json 14 February 2023, 06:07:26 UTC
99927ca Replace all instances of `compilerOptions.isolatedModules` with function considering `verbatimModuleSyntax` (#52746) 14 February 2023, 00:03:02 UTC
79df2bc Don't allow everything to be assignable to string within string mappings like Uppercase/Lowercase (#52734) 13 February 2023, 22:58:56 UTC
5b71f59 Fix spurious circularity caused by removeOptionalityFromDeclaredType, cache result (#52696) 13 February 2023, 22:55:12 UTC
6aba9b8 Drop `deferredNodes` after checking them all. (#52606) 13 February 2023, 21:50:57 UTC
738b45e Fixed crash in `checkExportsOnMergedDeclarationsWorker` (#52740) 13 February 2023, 19:24:15 UTC
098e18e Update package-lock.json 13 February 2023, 06:06:58 UTC
ed15865 Update package-lock.json 11 February 2023, 06:06:14 UTC
aa65825 Fix completion details auto-imports crashes (#52686) 10 February 2023, 23:26:09 UTC
c838b0c Consult cached contextual types only when no contextFlags (#52611) 10 February 2023, 19:17:59 UTC
1c9ce4f Update package-lock.json 10 February 2023, 06:06:59 UTC
7612a3a Fix crash on `addImportFromExportedSymbol` with default exported symbol (#52694) 10 February 2023, 00:31:58 UTC
7fb6c99 Don't create an unnecessary text span in `isInStringOrRegularExpressionOrTemplateLiteral` (#52697) 09 February 2023, 23:37:22 UTC
bd905d4 Fix crash in union subtype reduction involving template literal and string mapping types (#52699) 09 February 2023, 23:04:57 UTC
6c9792a Decorators normative changes (#52582) 09 February 2023, 19:48:45 UTC
0ef9e8e Ensure we treat "type assertions" as JSX within a unary expression (#52667) 09 February 2023, 19:34:47 UTC
bec0fda Add test for already fixed issue 49778 (#52668) 09 February 2023, 19:04:07 UTC
9a14949 Fix accessing `toString` of features map (#52340) 09 February 2023, 18:22:22 UTC
57ebd99 Exclude `typeof this` from check in `isConstantReference` (#52680) 09 February 2023, 15:06:09 UTC
1c822c4 feat(52097): "Add missing properties" quick fix for calculated string values ... (#52135) 09 February 2023, 01:25:39 UTC
a0afacd Avoid caching duplicate export info from AutoImportProvider (#52683) 08 February 2023, 20:36:12 UTC
963f913 Update package-lock.json 08 February 2023, 06:06:47 UTC
a89f416 Update package-lock.json 07 February 2023, 06:06:24 UTC
cdeb1e3 feat(48702): Emit for dynamic import (import()) when target >= ES2020 and module == None (#50942) 07 February 2023, 00:18:06 UTC
76c23e4 Fixed binding element types coming from the out of tuple bounds under `noUncheckedIndexedAccess` (#52318) 07 February 2023, 00:17:05 UTC
40208a8 Narrow references within optional chains in for-in loops (#52059) 07 February 2023, 00:15:27 UTC
4775381 Ensure projects are updated for find all references (#52583) 06 February 2023, 23:42:05 UTC
back to top