Merge branch 'immediate-finds' into immediate-finds-modules-proxy

This commit is contained in:
Nuckyz 2024-06-21 05:05:56 -03:00
commit da6ceb8479
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -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 */