Skip to content

Housekeeping#1772

Merged
aearly merged 9 commits into
caolan:masterfrom
jimmywarting:update-devDep
Dec 2, 2021
Merged

Housekeeping#1772
aearly merged 9 commits into
caolan:masterfrom
jimmywarting:update-devDep

Conversation

@jimmywarting

Copy link
Copy Markdown
Contributor

When installing all dependencies then it yields some deprecation warnings. some packages wasn't even being used.
Where going to fix some of it but ended up doing something else instead.


Where thinking of removing fs-extra also but though if i should ask first...
it seems to only be used in development to fix some docs and reading some files
i where thinking that it wouldn't be so bad if it used nodes native fs after all
And b/c it's dev only and mostly one time thing. i think it wouldn't be nice to use the sync api instead to remove some "callback-hell" stuff and avoid the need of async and or promises.
the sync methods are faster after all but they are blocking...

@aearly aearly left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for this! The docs generation scripts could use a bit of love as well. They were written when async / await support wasn't that great in Node.

@jimmywarting

Copy link
Copy Markdown
Contributor Author

would it be alright to use sync version instead?

@aearly aearly merged commit 2ee673f into caolan:master Dec 2, 2021
@jimmywarting jimmywarting deleted the update-devDep branch December 2, 2021 20:15
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