Skip to content

Feature implementation from commits b86ab7d..5a3271b #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: feature-base-branch-1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
81c9518
Fix getResolvePackageJsonImports utility (#61707)
andrewbranch May 16, 2025
b504a1e
Handle lock file 3 version when caching the typings ensuring we can r…
sheetalkamat May 21, 2025
44d4671
Update pr_owners.txt (#61798)
jakebailey Jun 3, 2025
3dd0a35
Initialize the map for dts to reference and source to reference when …
sheetalkamat Jun 4, 2025
2b88aeb
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_…
csigs Jun 4, 2025
a591ca3
fix(61747): for (using of = is incorrectly parsed (#61764)
a-tarasyuk Jun 5, 2025
ac03ba4
fix(checker): report error when using bigint as enum key (#61777)
magic-akari Jun 5, 2025
cd34199
tsc --init update (#61813)
RyanCavanaugh Jun 6, 2025
a69c6d0
Add support for `import defer` proposal (#60757)
nicolo-ribaudo Jun 6, 2025
ffd98c1
feat: add Error.isError() to ESNext lib (#60788)
dirkluijk Jun 6, 2025
51dcd90
Cache mapper instantiations (#61505)
Andarist Jun 6, 2025
652ed7f
Add lib.esnext.sharedmemory (#61646)
Renegade334 Jun 6, 2025
1e24945
explicitly disallow `using` in ambient contexts (#61781)
Renegade334 Jun 6, 2025
fa2a0fc
Issue "'{0}' declarations can only be declared inside a block." for b…
Andarist Jun 6, 2025
7715955
Fix helpers emit for .cjs files in ESM module mode (#61814)
andrewbranch Jun 6, 2025
355b9e0
Avoid resolving source prop type when the target is `unknown`/`any` (…
Andarist Jun 6, 2025
97cfa26
optimization, reduce memory usage (#61822)
VincentBailly Jun 9, 2025
cb38d99
Add `--module node20` (#61805)
andrewbranch Jun 9, 2025
34d1ea6
Fix type variable leaks and cache inconsistencies (#61668)
ahejlsberg Jun 9, 2025
0dfd0c2
Restore `import defer =` parsing (#61837)
nicolo-ribaudo Jun 9, 2025
12e09f4
Port "Improve type discrimination algorithm" from tsgo (#61828)
jakebailey Jun 9, 2025
529ed09
fix link to "Help Wanted" issues (#61843)
AllenSH12 Jun 11, 2025
dd1e258
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_…
csigs Jun 11, 2025
f1d2494
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_…
csigs Jun 17, 2025
5a3271b
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_…
csigs Jun 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_…
…20250604192236101 to main (microsoft#61815)
  • Loading branch information
csigs authored Jun 4, 2025
commit 2b88aebaaae3dc431a56667f7b0dbc42ae329ec6
Original file line number Diff line number Diff line change
Expand Up @@ -18402,11 +18402,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[无法在属性初始化表达式中引用 "arguments"。]]></Val>
<Val><![CDATA[无法在属性初始值设定项或类静态初始化块中引用 'arguments'。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18402,11 +18402,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[屬性初始設定式中不得參考 'arguments'。]]></Val>
<Val><![CDATA[在屬性初始化器或類別靜態初始化區塊中無法引用『arguments。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18411,11 +18411,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Na argumenty nejde odkazovat v inicializátorech vlastností.]]></Val>
<Val><![CDATA[Na „arguments“ nelze odkazovat v inicializátorech vlastností nebo statických inicializačních blocích třídy.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18396,11 +18396,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Auf "arguments" kann in Eigenschaftsinitialisierern nicht verwiesen werden.]]></Val>
<Val><![CDATA[arguments kann in Eigenschaftsinitialisierern oder statischen Initialisierungsblöcken für Klassen nicht referenziert werden.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18414,11 +18414,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[no se puede hacer referencia a «arguments» en los inicializadores de propiedad.]]></Val>
<Val><![CDATA[No se puede hacer referencia a "arguments" en inicializadores de propiedades o en bloques de inicialización estática de clase.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18414,11 +18414,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Les « arguments » ne peuvent pas être référencés dans les initialiseurs de propriété.]]></Val>
<Val><![CDATA[Les « arguments » ne peuvent pas être référencés dans les initialiseurs de propriétés ou les blocs d'initialisation statique de classe.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18402,11 +18402,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[impossibile fare riferimento agli 'argomenti' negli inizializzatori di proprietà.]]></Val>
<Val><![CDATA[Non è possibile fare riferimento ad 'arguments' negli inizializzatori di proprietà o nei blocchi di inizializzazione statica delle classi.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18402,11 +18402,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[プロパティ初期化子で 'arguments' を参照することはできません。]]></Val>
<Val><![CDATA['arguments' は、プロパティ初期化子やクラスの静的初期化ブロック内では参照できません。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18402,11 +18402,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['arguments'는 속성 이니셜라이저에서 참조할 수 없습니다.]]></Val>
<Val><![CDATA['arguments'는 속성 초기화기나 클래스 정적 초기화 블록에서 참조할 수 없습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18389,11 +18389,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[w inicjatorach właściwości nie można odwoływać się do "arguments".]]></Val>
<Val><![CDATA[Argumentów nie można odwoływać w inicjalizatorach właściwości ani w blokach inicjalizacji statycznej klasy.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18392,11 +18392,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['argumentos' não podem ser referenciados em inicializadores de propriedade.]]></Val>
<Val><![CDATA["arguments" não podem ser referenciados em inicializadores de propriedade ou blocos de inicialização estática de classe.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18401,11 +18401,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ссылка на "arguments" в инициализаторах свойств невозможна.]]></Val>
<Val><![CDATA[Нельзя ссылаться на "arguments" в инициализаторах свойств и в статических блоках инициализации классов.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18395,11 +18395,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_2815" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['arguments' cannot be referenced in property initializers.]]></Val>
<Val><![CDATA['arguments' cannot be referenced in property initializers or class static initialization blocks.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Özellik başlatıcılarda 'arguments' öğesine başvurulamaz.]]></Val>
<Val><![CDATA['arguments' özellik başlatıcılarında veya sınıf statik başlatma bloklarında kullanılamaz.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down