Open 43081j opened 2 months ago
An ongoing PR replacing fs-extra
with native functionality in the core package: https://github.com/nrwl/nx/pull/28019.
awesome I've added it to the original post too š
Another one in the esbuild
package: https://github.com/nrwl/nx/pull/28113, the expo
package: https://github.com/nrwl/nx/pull/28117, the react-native
package: https://github.com/nrwl/nx/pull/28131, and the plugin
package: https://github.com/nrwl/nx/pull/28133.
great work š
have updated the list
We can drop strip-ansi
too by the way.
You're right!
If you or anyone else gets the time to find usages of it, please do list them here and I'll add to the original post š
After reading the code a bit, I think there's only one instance of strip-ansi
usage that's not a fixture:
scripts/documentation/utils.ts
I'll try to replace this.
Thanks so much again, folks! I love this effort.
I merged https://github.com/nrwl/nx/pull/28315 and https://github.com/nrwl/nx/pull/28778
I looked into the spinner change and reported a blocking bug here: https://github.com/usmanyunusov/nanospinner/issues/32
eslint-plugin
chalk
topicocolors
esbuild
chalk
topicocolors
fast-glob
tofdir
ortinyglobby
fs-extra
to native functionsjs
chalk
topicocolors
(package.json)fast-glob
tofdir
ortinyglobby
(package.json)minimatch
topicomatch
(package.json)ora
to an alternative (see #71, package.json)next
chalk
topicocolors
(package.json)fs-extra
to native functionality (package.json)nx
chalk
topicocolors
(package.json)fs-extra
to native functionality (package.json)minimatch
topicomatch
(package.json)ora
to an alternative (see #71 , package.json)webpack
chalk
topicocolors
(package.json)plugin
fs-extra
to native functionality (package.json)react
chalk
topicocolors
(package.json)minimatch
topicomatch
(package.json)react-native
fs-extra
to native functionsglob
tofdir
ortinyglobby
rollup
chalk
topicocolors
(package.json)minimatch
topicomatch
(package.json)vite
minimatch
topicomatch
(package.json)vue
minimatch
topicomatch
(package.json)web
chalk
topicocolors
(package.json)create-nx-plugin
chalk
topicocolors
expo
chalk
topicocolors
fs-extra
to native functionsmonorepo
if anyone tackles any of these, let me know and I'll update the post!