Граф коммитов

35057 Коммитов

Автор SHA1 Сообщение Дата
Ron Buckton 89142cb011
Fix remainingTimeout calculation 2024-09-22 21:43:25 -04:00
Ron Buckton 81cd7f167e
ThreadPool improvements and additional cleanup 2023-10-09 18:26:06 -04:00
Ron Buckton f563ff252e
cleanup unused coordination primitives 2023-10-06 17:42:51 -04:00
Ron Buckton f209dfcedd
Add port of ConcurrentMap from .NET 2023-09-22 13:56:37 -04:00
Ron Buckton 7fa1fd0f36
rudimentary parallel parse 2023-09-13 14:29:36 -04:00
TypeScript Bot fd390e78fe Update package-lock.json 2023-08-14 06:18:10 +00:00
TypeScript Bot 634d3a1db5 Update package-lock.json 2023-08-12 06:20:54 +00:00
Jake Bailey 3b43d841d1
Enable eslint rules prefer-rest-params and prefer-spread (#55181) 2023-08-11 15:07:06 -07:00
lyonbot b35fa04346
Fix broken formatting rules around namespaced JSX attributes (#55294) 2023-08-11 09:51:05 -07:00
Mateusz Burzyński 28cd1fbd13
Allow intersections to be used as valid types for template literal placeholders (#54188) 2023-08-10 12:50:21 -07:00
Jack Works cd391b066b
chore: disallows unicode escape sequence in JSX (#48609)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2023-08-09 15:59:39 -07:00
Jake Bailey e78f2a88e1
Add a code block to the default value of the bug template (#55322) 2023-08-09 10:12:04 -07:00
Ryan Cavanaugh f4517ce680
Use correct Node.flags instead of Node.kind in `isInsideAwaitableBody` (#55320) 2023-08-09 09:43:43 -07:00
TypeScript Bot b4cd9d8fdd Update package-lock.json 2023-08-09 06:23:01 +00:00
Jake Bailey 08e9f179a9
Update esbuild to 0.19 (#55304) 2023-08-08 17:57:07 -07:00
Mateusz Burzyński 2be814d927
Fixed contextual types of optional properties with `exactOptionalPropertyTypes` (#55177) 2023-08-08 14:42:50 -07:00
Mateusz Burzyński ad7881685a
Bring comments for `InferenceFlags` up to date (#55191) 2023-08-08 14:39:31 -07:00
Maria José Solano e50b075b05
Don't mix NodeBuilder and TypeFormat flags (#55310) 2023-08-08 13:33:29 -07:00
Jake Bailey c2cae08802
Attempt to make Search Terms more obvious in issue templates (#55306) 2023-08-08 10:27:58 -07:00
TypeScript Bot 358842e45e Update package-lock.json 2023-08-08 06:18:07 +00:00
Mateusz Burzyński f0c3c3f6ea
Disallow numeric literals with negative numbers (#55268) 2023-08-07 19:03:56 -04:00
Daniel Rosenwasser c395d17a32 Bump version to 5.3. 2023-08-07 22:51:43 +00:00
Daniel Rosenwasser 9e4c410caa
Switch devcontainer to use Node.js 18. (#55299)
Also moved certain fields to `customizations`.
2023-08-07 15:44:15 -07:00
Jake Bailey 7eece9f798
Remove RWC runner and related infrastructure (#55187) 2023-08-07 14:35:15 -07:00
Ryan Cavanaugh 9a771d54e8
Skip parent error when reporting excess property checks (#55152) 2023-08-07 13:31:23 -07:00
Mateusz Burzyński 5ea2952ae5
Resolve JSX intrinsic elements to index signature symbols (#55245) 2023-08-07 11:02:23 -07:00
TypeScript Bot e936eb13d2 Update package-lock.json 2023-08-07 06:18:51 +00:00
TypeScript Bot e36cd5768a Update package-lock.json 2023-08-06 06:23:40 +00:00
TypeScript Bot 581fba1f6f Update package-lock.json 2023-08-05 06:18:34 +00:00
Ron Buckton 8fc8c95830
Decorators normative updates (#55276) 2023-08-04 20:36:52 -04:00
Ron Buckton b1c4dc475c
Fix class name references (#55262) 2023-08-04 20:36:26 -04:00
Jake Bailey 87c986cae8
Modify interactive inlay hints API to be more backwards compatible (#55274) 2023-08-04 17:11:58 -07:00
navya9singh ad0127036e
Fix(54284) (#54973) 2023-08-04 10:00:33 -07:00
TypeScript Bot 83f3abda15 Update package-lock.json 2023-08-04 06:21:54 +00:00
Oleksandr T d045f18928
fix(54954): Javascript Intellisense adding "this." to function declaration (#55119) 2023-08-03 15:57:51 -07:00
Jake Bailey 607d96f6df
Improve performance of maybe stack in recursiveTypeRelatedTo (#55224) 2023-08-03 15:53:30 -07:00
David Leal 32285d9a2a
Convert issue templates to issue forms (#55153)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2023-08-03 12:11:26 -07:00
Andrew Branch 36ac4eb700
Fix reference marking of values merged with unresolvable type-only imports (#54799) 2023-08-03 11:09:50 -07:00
Mateusz Burzyński 3a7a4d4b51
Error on shadowed var declarations without initializers (#55228) 2023-08-03 10:56:08 -07:00
TypeScript Bot e624827f63 Update package-lock.json 2023-08-03 06:21:27 +00:00
Mateusz Burzyński 1481750043
Correctly error on enum member values referring to identifiers shadowing `Infinity` and `NaN` (#55018) 2023-08-02 15:55:55 -07:00
Oleksandr T 30fe6ada02
fix(55227): useUnknownInCatchVariables sets default value differently to other strict commandline options (#55230) 2023-08-02 11:32:46 -07:00
Mateusz Burzyński defe33afa1
Do not offer completions for default module member symbol (#55231) 2023-08-01 14:52:40 -07:00
TypeScript Bot b87e301822 Update package-lock.json 2023-08-01 06:19:35 +00:00
Mateusz Burzyński 6c942fa2c9
Wrap inline negative const enum with parens (#55065)
Co-authored-by: Oleksandr T <oleksandr.tarasiuk@outlook.com>
2023-07-31 16:33:51 -07:00
Sheetal Nandi cd23992100
Temp fix till we investigate #55069 making project.ts changes building error free (#55219) 2023-07-31 11:24:29 -07:00
TypeScript Bot d9e327b363 Update package-lock.json 2023-07-31 06:23:04 +00:00
TypeScript Bot 250065e55b Update package-lock.json 2023-07-29 06:19:09 +00:00
shubhamshd 71c56c24b6
Fix the type of Array.copyWithin #54967 (#55012) 2023-07-28 16:13:07 -07:00
Jake Bailey 6a96b9767e
Enable eslint rule no-useless-escape (#55138) 2023-07-28 16:02:38 -07:00