Closed aminya closed 4 years ago
This reduces the loading time of package-deps by only loading the needed function from semver
package-deps
semver
This is mentioned in https://github.com/npm/node-semver#usage too.
Tested with atom-ide-datatips, and it works as expected.
atom-ide-datatips
Thank you for working on this!
This reduces the loading time of
package-deps
by only loading the needed function fromsemver
This is mentioned in https://github.com/npm/node-semver#usage too.
Tested with
atom-ide-datatips
, and it works as expected.