Skip to content

Detect circularities when removing 'undefined' from defaulted params#37023

Merged
RyanCavanaugh merged 1 commit intomicrosoft:masterfrom
RyanCavanaugh:fix37008
Feb 26, 2020
Merged

Detect circularities when removing 'undefined' from defaulted params#37023
RyanCavanaugh merged 1 commit intomicrosoft:masterfrom
RyanCavanaugh:fix37008

Conversation

@RyanCavanaugh
Copy link
Member

Fixes #37008

Note that referencing a variable in its initializer is a TDZ error;
the OP report had OOB logic that prevented this in practice (?)

Fixes microsoft#37008

Note that referencing a variable in its initializer is a TDZ error;
the OP report had OOB logic that prevented this in practice (?)
@RyanCavanaugh RyanCavanaugh merged commit c4e9685 into microsoft:master Feb 26, 2020
@RyanCavanaugh RyanCavanaugh deleted the fix37008 branch February 26, 2020 22:59
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maximum call stack size exceeded when strictNullChecks is enabled.

3 participants