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
* Pull resolve.sync code directly into default_resolver. (incomplete)
* Strip out extraneous core and caller dependencies.
* Pull node-modules-path into codebase as well. (incomplete)
* Remove dependency on path-parse. Assume existence of path.parse (added in v0.11.15).
* Use internal resolve within default_resolver.
* Adhere to linter constraints.
* Extend basic error type with code property.
* Fix typing and remove extraneous options.
* Gather helper methods at end of resolveSync().
* Rename "start" parameter to more obvious "basedir".
* Avoid shadowing basedir variable.
* Inline loadNodeModulesSync() method.
* Clarify relative import vs node_modules.
* Use import instead of require.
* Small logic and formatting simplifications.
* Use isBuiltinModule() to detect core modules. Restore use of moduleDirectory option.
* Remove package dependency on resolve.
* Make node_modules_paths available to resolver core logic, rather than just default_resolver.
* Add standard header to node_modules_paths.js. Add adaptation note to default_resolver.js.
* Trim out unused options when calling nodeModulesPaths().
0 commit comments