Skip to content
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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

icecream17
Copy link

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