Given two directories, this function will return the location of the second one in the first one after properly resolving symlinks (kind of like a realpath, except that we only resolve the last component of the original path).
If the second directory isn't in the first one, this function returns null.
If the second directory isn't in the first one, this function returns null.
Generated using TypeDoc
@yarnpkg/plugin-stage
This plugin adds support for the
yarn stage
command.Install
yarn plugin import stage