Fix Tracker "idealTree:inflate:" already exists#4298
Closed
Conversation
It turns out that `new Arborist().buildIdealTree().meta.toString()` does not take into account the indentation in the package.json (tabs, in my case) the way `npm install --package-lock-only` does. This fixes that. Also included a bonus commit that removes redundant Promise stuff inside an `async function`.
Author
|
@kirtangajjar I've recreated this PR because the arborist repo is being archived. Arborist is now maintained as a workspace within the CLI. Your commit authorship is still yours. |
Contributor
|
found 20 benchmarks with statistically significant performance improvements
timing results
|
Contributor
|
@fritzy Thanks for the heads up! I just have a question - why does my old pr diff and new pr diff look different? I see another commit in this PR too. Is this expected? |
203ab49 to
510f0ec
Compare
Contributor
|
I'm going to close this and reopen a new PR with only the relevant commit @kirtangajjar |
lukekarrys
pushed a commit
that referenced
this pull request
Feb 22, 2022
lukekarrys
added a commit
that referenced
this pull request
Feb 22, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MIGRATED FROM ARBORIST
Originally from npm/arborist#364
Originally by @kirtangajjar
Fixes https://github.com/npm/arborist/issues/330 as per solution described in comments.
References