Skip to content

Remove last use of Array.from in git-view#5

Open
icecream17 wants to merge 1 commit intoaminya:masterfrom
icecream17:patch-1
Open

Remove last use of Array.from in git-view#5
icecream17 wants to merge 1 commit intoaminya:masterfrom
icecream17:patch-1

Conversation

@icecream17
Copy link
Copy Markdown

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • All new code requires tests to ensure against regressions

Description of the Change

relativePath will always return an array so Array.from is redundant: https://github.com/atom/atom/blob/master/src/project.js#L604

Removed suggestion in top comment, but the link might still be helpful so kept that

Alternate Designs

Benefits

Possible Drawbacks

Possibly outdates atom#236 a little bit

Applicable Issues

Guaranteed to be an array so Array.from is redundant: https://github.com/atom/atom/blob/master/src/project.js#L604
Removed suggestion in top comment, but link might still be helpful so kept that
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.

1 participant