Skip to content

fixStrictClassInitialization: Support array initializer #24810

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

Merged
1 commit merged into from
Jun 8, 2018
Merged

Conversation

ghost
Copy link

@ghost ghost commented Jun 8, 2018

Supports initializing a something[] with [].

@ghost ghost requested a review from amcasey June 8, 2018 20:32
@@ -3047,12 +3047,12 @@ namespace ts {
/* @internal */ getSymbolCount(): number;
/* @internal */ getTypeCount(): number;

/* @internal */ isArrayLikeType(type: Type): boolean;
/**
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving the comment next to the method it actually describes.

@ghost ghost merged commit 04187bd into master Jun 8, 2018
@ghost ghost deleted the init_array branch June 8, 2018 22:57
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants