34490 Commits

Author SHA1 Message Date
Jake Bailey
3f4d16a25e
Remove lib folder (LKG) and use node_modules for building (#52226) 2023-03-07 15:34:47 -08:00
Mateusz Burzyński
2f229ab870
Add an extra test for contextually typed return of async function (#52613) 2023-03-07 15:30:40 -08:00
Nathan Shively-Sanders
ff1e08f859
Rename scanner token methods (#53078) 2023-03-07 13:54:44 -08:00
Jake Bailey
3236ac9336
Add NullKeyword to isPartOfTypeNode, mirroring UndefinedKeyword (#53025) 2023-03-07 12:03:09 -08:00
Jake Bailey
a6be79d535
Remove old test262 and dt runner infra (#53125) 2023-03-07 11:59:47 -08:00
Oleksandr T
0e34f187c8
fix(52443): Regression: constructor accessor not allowed on plain objects (#52452) 2023-03-07 11:22:09 -08:00
Andrew Branch
8458a61007
Make ModuleResolutionKind.Node10 change backward-compatible (#53139) 2023-03-07 11:20:53 -08:00
Oleksandr T
02cf0b68b7
fix(52879): No autocompletions after the typeof keyword inside JSDoc comments. (#52973) 2023-03-07 10:52:23 -08:00
Jake Bailey
868331f2be
Fix deprecations, improve messaging (#52993) 2023-03-07 09:39:45 -08:00
Mateusz Burzyński
4ee8b0f315
Report excess property errors on object literal names (#53129) 2023-03-07 09:31:31 -08:00
Vitaly
b1f25a2bdb
Move to New File: Respect Quote Style in import updates (#52974) 2023-03-07 09:23:02 -08:00
Jake Bailey
74e61d36ad
Fix script compile (#53136) 2023-03-07 08:55:50 -08:00
sstchur
5e898eb63d
Expose getStringLiteralType and getNumberLiteralType on the TypeChecker, plus remove /** @internal */ from several useful methods. (#52473)
Co-authored-by: Stephen Stchur <stchur@microsoft.com>
Co-authored-by: Andrew Branch <andrew@wheream.io>
2023-03-07 08:41:55 -08:00
Mateusz Burzyński
9f8a160d53
Attach commit as package.json#gitHead in prerelease versions (#47932) 2023-03-07 08:35:16 -08:00
Mateusz Burzyński
6dbec02a88
Add extra test cases for the Awaited type (#53090) 2023-03-06 23:14:57 -08:00
TypeScript Bot
df1ddb7964 Update package-lock.json 2023-03-07 06:06:48 +00:00
Jake Bailey
6a39f912d6
Remove docker and user tests, related infra (#53118) 2023-03-06 19:59:21 -08:00
Mateusz Burzyński
967911c389
Report assignability errors on the return/yield keywords (#52943) 2023-03-06 16:50:47 -08:00
Oleksandr T
5240f060b8
feat(52569): fixUnusedIdentifier: Unwanted side-effects when removing an unused destructuring declaration containing a function call (#52951) 2023-03-06 15:41:13 -08:00
Mateusz Burzyński
7e4592ea09
Add an extra test case for deferred conditional types (#53067) 2023-03-06 13:46:11 -08:00
Mateusz Burzyński
61a8e2c5b7
Add a test for an error on required JSX children when an empty JSX expression is used (#53113) 2023-03-06 13:24:15 -08:00
Jake Bailey
79ef86fcac
Mark binder as pure to tree shake in typingsInstaller (#53107) 2023-03-06 12:06:55 -08:00
Mateusz Burzyński
9c7f43dfd8
Add extra test cases for indexed access on generic mapped type (#53112) 2023-03-06 10:20:00 -08:00
TypeScript Bot
43cc362cef Update package-lock.json 2023-03-04 06:06:27 +00:00
Oleksandr T
3a6752ca14
feat(52883): Organize Imports doesn't treat exports the same way and merges groups (#52982) 2023-03-03 17:03:21 -08:00
Anders Hejlsberg
6823559fa9
Check for strict subtypes and then regular subtypes in getNarrowedType (#52984) 2023-03-03 15:56:17 -08:00
Oleksandr T
a9ae9eeb23
fix(53074): Functions with async keyword don't autocomplete (#53079) 2023-03-03 10:31:01 -08:00
Mateusz Burzyński
a34d5ae1ed
Add extra test cases for Awaited<T> inference (#53068) 2023-03-03 09:47:14 -05:00
TypeScript Bot
4b6fb95f04 Update package-lock.json 2023-03-03 06:06:47 +00:00
Mateusz Burzyński
d5ccec377d
Add tests for inferring contextual generic mapped types (#52709) 2023-03-02 16:29:16 -08:00
Sheetal Nandi
b19cfc03f2
Make getSupportedCodeFixes plugin test such that we dont need to update its baseline for every new error (#53070) 2023-03-02 14:58:13 -08:00
Jake Bailey
40cd0de05b
Remove perf_hooks patch needed for old versions of Node (#53058) 2023-03-02 14:24:26 -08:00
Mateusz Burzyński
6b71882c4c
Fixed spreading iterables into arguments list directly into rest-only signatures (#52838) 2023-03-02 09:09:54 -08:00
TypeScript Bot
7bee9c55b1 Update package-lock.json 2023-03-02 06:07:18 +00:00
Sheetal Nandi
1da6d87a05
ScriptInfo versioning improvements (#53001) 2023-03-01 15:55:37 -08:00
Sheetal Nandi
8b87de1750
Baseline for watches to only add watch state if there is change and include typing installer baselines into tsserver baselines (#52901) 2023-03-01 14:10:51 -08:00
Jake Bailey
4c7e327981
Uncomment gitlens option in template (#53052) 2023-03-01 13:22:31 -08:00
Wesley Wigham
958487beda
Mark indexed access object type comparisons as unreliable (#52106) 2023-03-01 13:07:44 -08:00
Oleksandr T
211a60dc79
fix(52444): "... is a type and must be imported using a type-only import ..." should have a quick fix (#52565) 2023-03-01 12:20:56 -08:00
Mateusz Burzyński
fc756ebc17
Use missingType instead of undefinedType for optional methods under exactOptionalPropertyTypes (#52519) 2023-03-01 11:25:39 -08:00
Sheetal Nandi
dcc766f2b2
Remove long deprecated occurrences request (#52347) 2023-03-01 10:59:07 -08:00
Mateusz Burzyński
080f9c1c3f
Fixed false positive errors in empty optional binding patterns in declaration signatures (#50816) 2023-03-01 10:58:37 -08:00
Sheetal Nandi
9c5b09cd21
Updates to type reference directive resolution and module resolution when failed (#51715) 2023-03-01 10:57:47 -08:00
Jake Bailey
d8ba799f89
Also set javascript.unstable for organize imports in settings.json (#53047) 2023-03-01 10:51:11 -08:00
Mateusz Burzyński
58ee54c2aa
Resolve contextual computed properties with non-bindable names (#51915) 2023-03-01 10:12:18 -08:00
Ron Buckton
73a98aee00
Add tests for Awaited<null> and Awaited<undefined> (#52960) 2023-03-01 12:56:42 -05:00
brendaHuang
1b692dec96
convert JSDoc typedef to type, issue 50644 (#51430)
Co-authored-by: Brenda Huang <brehuang@linkedin.com>
2023-03-01 09:43:08 -08:00
Mateusz Burzyński
02885b1a2e
Fixed an issue with top function type being callable with no arguments (#52387) 2023-03-01 09:35:36 -08:00
Jake Bailey
6b75ce23ce
Completely remove Push type (#52133) 2023-03-01 09:34:59 -08:00
Jake Bailey
941b30c975
Pin all of the deps besides @types/node and @octokit/rest (#53026) 2023-02-28 22:58:00 -08:00