Uh oh!
There was an error while loading. Please reload this page.
Fix Tracker "idealTree:inflate:" already exists - #4298
Closed
fritzy wants to merge 1 commit into
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`.
fritzy
commented
Jan 20, 2022
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
|
kirtangajjar
commented
Jan 20, 2022
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? |
lukekarrys
commented
Jan 20, 2022
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 freeto 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