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
| nodeModulesDir | ✅ | ❌ | Resolution behaviour must be the same in the entire workspace. |
283
310
| vendor | ✅ | ❌ | Resolution behaviour must be the same in the entire workspace. |
284
311
| tasks | ✅ | ✅ | Package tasks take priority over workspace. cwd used is the cwd of the config file that the task was inside of. |
@@ -291,7 +318,7 @@ root and its members:
291
318
| bench.exclude | ✅ | ✅ ||
292
319
| bench.files | ⚠️ | ❌ | Deprecated |
293
320
| lock | ✅ | ❌ | Only a single lock file may exist per resolver, and only resolver may exist per workspace, so conditional enablement of the lockfile per package does not make sense. |
294
-
| unstable | ✅ | ❌ | For simplicities sake, we do not allow unstable flags, because a lot of the CLI assumes that unstable flags are immutable and global to the entire process. Also weird interaction with DENO_UNSTABLE_* flags.|
321
+
| unstable | ✅ | ❌ | For simplicities sake, we do not allow unstable flags, because a lot of the CLI assumes that unstable flags are immutable and global to the entire process. Also weird interaction with DENO_UNSTABLE_\* flags. |
0 commit comments