15 Commits

Author SHA1 Message Date
Mateusz Burzyński
c33f83ac9b
Fixed a printer crash caused by empty parameter modifiers (#60537) 2025-06-30 11:14:10 -07:00
Titian Cernicova-Dragomir
a00b324ab2
Fix serialization of accessor types in declaration files. (#61392) 2025-03-14 12:36:08 -07:00
Titian Cernicova-Dragomir
c85e626d8e
Rename type parameters when they are shadowed. (#61342) 2025-03-04 11:34:32 -08:00
Mateusz Burzyński
b97eafbf3b
Fixed accidentally reused comments between files in the emitter (#61261)
Co-authored-by: michaelm <michael.mitchell@airtable.com>
2025-02-26 12:48:59 -08:00
Mateusz Burzyński
676d329948
Avoid incorrectly reusing assertion nodes from property assignments (#60576) 2024-12-04 12:04:14 -08:00
Titian Cernicova-Dragomir
b58ac4abf2
Extract function types from function and arrow expressions. (#60234) 2024-11-11 10:15:29 -08:00
Titian Cernicova-Dragomir
476e9ee201
Extract node type printer (#59282) 2024-09-30 09:19:42 -07:00
Isabel Duan
52eaa7b02f
Enable --isolatedDeclarations on TS codebase (#59635)
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
Co-authored-by: Andrew Branch <andrew@wheream.io>
2024-09-15 18:10:52 -07:00
Oleksandr T.
7049af5f4f
fix(58166): Class parameter property with initializer before required property emits non-nullable parameter for declaration emit (#58177) 2024-08-12 15:42:09 -07:00
Wesley Wigham
112e860602
Allow references to the global Symbol in computed property names under isolatedDeclarations (#58771) 2024-06-04 12:55:24 -07:00
Titian Cernicova-Dragomir
842cf177db
Improved errors for required parameters with default values in isolated declaration (#58637) 2024-05-24 11:50:47 -07:00
Titian Cernicova-Dragomir
a203ace7af
Ban inferred return type on async and generator functions. (#58628) 2024-05-23 09:29:49 -07:00
Wesley Wigham
b682ed4504
Lock down computed names in object literals and classes under --isolatedDeclarations (#58596) 2024-05-22 12:28:07 -07:00
Jake Bailey
16beff101a
Use explicit extensions for imports within src (#58421) 2024-05-06 17:07:54 -07:00
Titian Cernicova-Dragomir
e62418e868
Isolated declarations errors (#58201)
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-04-19 15:37:15 -07:00