and also this

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

View file

@ -453,7 +453,7 @@ export function mapMangledModule<S extends PropertyKey>(code: string | string[],
export type CacheFindResult = {
/** The find result. `undefined` if nothing was found */
result?: any;
result?: ModuleExports;
/** The id of the module exporting where the result was found. `undefined` if nothing was found */
id?: PropertyKey;
/** The key exporting the result. `null` if the find result was all the module exports, `undefined` if nothing was found */