feat: upgrade @parcel/watcher to support glob expression#2180
Conversation
Codecov ReportBase: 57.77% // Head: 57.76% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2180 +/- ##
==========================================
- Coverage 57.77% 57.76% -0.02%
==========================================
Files 1315 1315
Lines 83050 83005 -45
Branches 17291 17268 -23
==========================================
- Hits 47986 47950 -36
+ Misses 31867 31859 -8
+ Partials 3197 3196 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
这里可能表达的还有点问题 |
|
这里还是保持行为与之前一致,否则在 cnpm\yarn\npm 等安装模式下 node_modules 目录下会产生大量包目录(包括软链目录),这部分有一定的通信开销。 |
Types
Background or solution
@parcel/watcher release v2.1.0 to support glob expression https://github.com/parcel-bundler/watcher/releases/tag/v2.1.0.
The
**/node_modules/**pattern will ignore allnode_modulesevents containing itself.The
**/node_modules/*/**doesn't work.It's better to use
**/node_modules/**/*instead of**/node_modules/**or**/node_modules/*/**.Changelog
upgrade @parcel/watcher to support glob expression