Merge branch 'immediate-finds' into immediate-finds-modules-proxy
This commit is contained in:
commit
da6ceb8479
|
@ -451,7 +451,7 @@ export function mapMangledModule<S extends PropertyKey>(code: string | string[],
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
type CacheFindResult = {
|
export type CacheFindResult = {
|
||||||
/** The find result. `undefined` if nothing was found */
|
/** The find result. `undefined` if nothing was found */
|
||||||
result?: any;
|
result?: any;
|
||||||
/** The id of the module exporting where the result was found. `undefined` if nothing was found */
|
/** The id of the module exporting where the result was found. `undefined` if nothing was found */
|
||||||
|
|
Loading…
Reference in a new issue