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
* Whether to read the `NODE_PATH` environment variable and append its entries to `modules`.
710
+
*
711
+
* `NODE_PATH` is a deprecated Node.js feature that is not part of ESM resolution.
712
+
* Set this to `false` to disable the behavior.
713
+
*
714
+
* Default `true`
715
+
*/
716
+
nodePath?: boolean
694
717
/**
695
718
* Whether to parse [module.builtinModules](https://nodejs.org/api/module.html#modulebuiltinmodules) or not.
696
719
* For example, "zlib" will throw [crate::ResolveError::Builtin] when set to true.
0 commit comments