We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
specifier
path
resolve
1 parent 6b0061a commit b10d77eCopy full SHA for b10d77e
src/lib.rs
@@ -124,7 +124,11 @@ impl<Fs: FileSystem + Default> ResolverGeneric<Fs> {
124
self.cache.clear();
125
}
126
127
- /// Resolve `specifier` at absolute `path`
+ /// Resolve `specifier` at an absolute `path`
128
+ ///
129
+ /// A specifier is the string passed to require or import, i.e. `require("specifier")` or `import "specifier"`.
130
131
+ /// The path must be an **absolute** path where the specifier is resolved from.
132
///
133
/// # Errors
134
0 commit comments