Commit Graph
26450 Commits
Author SHA1 Message Date
Oleksandr TandGitHub 9d0dc77712 fix(55494): Invalid declaration with computed property using imported symbol (#55529) 2023-08-28 11:40:03 -07:00
ZzzenandGitHub 788239ff87 do not report use-before-declaration error in async like IIFE initial… (#55279) 2023-08-28 10:47:32 -07:00
Jake BaileyandGitHub 4d7753ae3e Ensure parsing context is restored in jsdoc parser (#55537) 2023-08-28 09:52:54 -07:00
753c463821 Only infer readonly tuples for const type parameters when constraints permit (#55229)
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
2023-08-26 08:20:55 -07:00
Sampo KivistöandGitHub ec2bd4e252 perf: replace String and Array indexOf method calls with includes method call (#55482) 2023-08-25 11:27:55 -07:00
Mateusz BurzyńskiandGitHub e0a324b050 Don't parse DotDotDotToken in JSX attribute values (#55284) 2023-08-24 10:17:33 -07:00
Jake BaileyandGitHub 91c0d7ff9b Avoid resolving objects in getTypeFacts when caller doesn't need that info (#55459) 2023-08-24 10:12:28 -07:00
Shinichi KatayamaandGitHub 98d7e0b936 Fix double error on invalid delete of readonly property (#55449) 2023-08-24 09:57:22 -07:00
Mateusz BurzyńskiandGitHub fecbae5d2e Fixed a regression in serializing setters with non-function declarations in JS files (#55492) 2023-08-24 09:45:58 -07:00
Mateusz BurzyńskiandGitHub f07077c7ff Fixed a redundant used before defined error (#55283) 2023-08-24 08:35:48 -07:00
Jake BaileyandGitHub eb33c8e56a Fix typo in getScriptTargetFeatures map (#55488) 2023-08-23 22:51:11 -07:00
Oleksandr TandGitHub daa7e985f5 fix(55434): Renamed field takes on documentation from other field with the same name (#55469) 2023-08-23 17:02:40 -07:00
Maria José SolanoandGitHub 5fe88ea044 [Interactive inlay hints] Get source file from parameter node (#55476) 2023-08-23 16:40:49 -07:00
768f59296d perf: reduce GC pressure by hoisting script target features object (#55484)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2023-08-23 16:06:20 -07:00
Anders HejlsbergandGitHub fcaa900012 Fix check in getDiscriminantPropertyAccess (#55464) 2023-08-23 11:43:41 -07:00
6d07d5fa40 Improve inference between types with multiple signatures (#54448)
Co-authored-by: Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com>
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
2023-08-23 11:14:25 -07:00
Maria José SolanoandGitHub 507fd31d8b Remove lib.d.ts line info in inlay hint baselines (#55426) 2023-08-22 11:14:20 -07:00
Mateusz BurzyńskiandGitHub 97d8c83bce Fixed serialization of param names in setters from JS files (#55393) 2023-08-22 09:54:09 -07:00
Mateusz BurzyńskiandGitHub e99508b863 Make contextually-typed parameter with question token optional (#54960) 2023-08-21 15:01:07 -07:00
ZzzenandGitHub a0e0104656 error on duplicate symbols in object literals (#55193) 2023-08-17 16:34:31 -07:00
Benny NeugebauerandGitHub 3afb1e55f1 Consistently use ECMAScript and CommonJS wording (#55416) 2023-08-17 10:14:45 -07:00
NilsandGitHub 3790c921dd Fix typo isInvalid -> isValid (#55414) 2023-08-17 10:07:13 -07:00
Jake BaileyandGitHub 9ec52c0518 Enforce CRLF in TS/JS files (#55403) 2023-08-16 15:27:36 -07:00
Mateusz BurzyńskiandGitHub 3b49ce99e2 Fixed contravariant inferences from annotated optional parameters (#55397) 2023-08-16 14:49:11 -07:00
Jake BaileyandGitHub 5e8c261b6a dprint the codebase (#54820) 2023-08-16 14:26:38 -07:00
Wesley WighamandGitHub ffec968d79 Don't track private symbol roots in other files during js declaration emit (#55390) 2023-08-16 14:13:45 -07:00
Mateusz BurzyńskiandGitHub cac899d44d Widen widening literal types through compound-like assignments (#52493) 2023-08-15 16:53:11 -07:00
Mateusz BurzyńskiandGitHub b8b0d26cb9 Display write type for property accesses in write locations (#54777) 2023-08-15 12:01:21 -07:00
Oleksandr TandGitHub 0099e42451 fix(55374): Invalid Parameter Inlay Hint (#55384) 2023-08-15 11:41:00 -07:00
Mateusz BurzyńskiandGitHub 8863e2f57a Discriminate contextual types using shorthand properties (#55151) 2023-08-15 08:58:59 -07:00
Jake BaileyandGitHub defb504be6 Remove allowComplexConstraintInference in inferTypes (#54815) 2023-08-15 08:54:21 -07:00
Jake BaileyandGitHub f37d2ad669 Prevent detached diagnostics from running off the end of the file (#55381) 2023-08-15 08:29:36 -07:00
Sheetal NandiandGitHub 9261ca7a13 Share redirects cache key calculation between multiple caches used for module resolution and type reference directive (#55376) 2023-08-14 18:46:55 -07:00
Mateusz BurzyńskiandGitHub 16dab6d5d6 Preserve input key style of computed properties in declaration emit (#55298) 2023-08-14 13:13:42 -07:00
38553696e2 Fixed hasInvalidEscape implementation (#55373)
Co-authored-by: Damien Engels <engels@google.com>
2023-08-14 13:13:32 -07:00
Jake BaileyandGitHub 3c6c557039 Move tsserverlibrary.js to typescript.js, make tsserverlibrary.js a shim (#55273) 2023-08-14 12:45:27 -07:00
Jake BaileyandGitHub 3b43d841d1 Enable eslint rules prefer-rest-params and prefer-spread (#55181) 2023-08-11 15:07:06 -07:00
lyonbotandGitHub b35fa04346 Fix broken formatting rules around namespaced JSX attributes (#55294) 2023-08-11 09:51:05 -07:00
Mateusz BurzyńskiandGitHub 28cd1fbd13 Allow intersections to be used as valid types for template literal placeholders (#54188) 2023-08-10 12:50:21 -07:00
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
Ryan CavanaughandGitHub f4517ce680 Use correct Node.flags instead of Node.kind in isInsideAwaitableBody (#55320) 2023-08-09 09:43:43 -07:00
Mateusz BurzyńskiandGitHub 2be814d927 Fixed contextual types of optional properties with exactOptionalPropertyTypes (#55177) 2023-08-08 14:42:50 -07:00
Mateusz BurzyńskiandGitHub ad7881685a Bring comments for InferenceFlags up to date (#55191) 2023-08-08 14:39:31 -07:00
Maria José SolanoandGitHub e50b075b05 Don't mix NodeBuilder and TypeFormat flags (#55310) 2023-08-08 13:33:29 -07:00
Mateusz BurzyńskiandGitHub 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
Jake BaileyandGitHub 7eece9f798 Remove RWC runner and related infrastructure (#55187) 2023-08-07 14:35:15 -07:00
Ryan CavanaughandGitHub 9a771d54e8 Skip parent error when reporting excess property checks (#55152) 2023-08-07 13:31:23 -07:00
Mateusz BurzyńskiandGitHub 5ea2952ae5 Resolve JSX intrinsic elements to index signature symbols (#55245) 2023-08-07 11:02:23 -07:00
Ron BucktonandGitHub 8fc8c95830 Decorators normative updates (#55276) 2023-08-04 20:36:52 -04:00