Skip to main content

between

Function between 

Source
pub fn between(importer: &str, target: &str) -> String
Expand description

The specifier an importer in importer needs to reach target, preserving any extension style the original used.

Always starts with ./ or ../: a bare core.js is a package name in most ecosystems, so emitting one would change what the import means.