atom-julia-client
atom-julia-client copied to clipboard
dynamic require semverSatisfies
- Improves loading time
- Dynamic require to prevent loading it all the time.
- Only the needed function is loaded (similar to https://github.com/steelbrain/package-deps/pull/268)