You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependency tracking may be fraught in CommonJS and currently doesn't work anyway in ESM. See discussion in #2887 and #2388.
When dependency tracking breaks, watch mode becomes less useful. Let's add a trackDependencies configuration option, defaulting to true, which when set to false disables dependency tracking. We can add a guard here:
Dependency tracking may be fraught in CommonJS and currently doesn't work anyway in ESM. See discussion in #2887 and #2388.
When dependency tracking breaks, watch mode becomes less useful. Let's add a
trackDependencies
configuration option, defaulting totrue
, which when set tofalse
disables dependency tracking. We can add a guard here:ava/lib/worker/base.js
Line 159 in 77623a5
Presumably the solution for #2388 will involve parsing syntax files which may be slow, so having an opt out will be useful regardless.
The text was updated successfully, but these errors were encountered: