node-temp icon indicating copy to clipboard operation
node-temp copied to clipboard

[fix] modernize the code

Open aminya opened this issue 3 years ago • 4 comments

This PR update the code using modern JavaScript and also fixing some of the performance issues.

The first three commits were automatic using jscodeshift, and the last one was manual.

The tests passing:

image

aminya avatar Mar 24 '21 11:03 aminya

Reviewing this tomorrow night 🤙🏼

ghost avatar Apr 01 '21 00:04 ghost

The changes were quite straight forward and the tests are passing. Let me know if there is a question.

aminya avatar Apr 26 '21 05:04 aminya

next up: use nodes built in mkdir instead of the mkdirp package

jimmywarting avatar May 17 '21 09:05 jimmywarting

Is there any interest in getting help getting this over the finish line?

I can also help updating or removing the old dependencies on mkdirp and rimraf.

stianjensen avatar Apr 20 '23 17:04 stianjensen