forgot to export this
This commit is contained in:
parent
ef512e6ea1
commit
6b811dce55
|
@ -444,7 +444,7 @@ export function mapMangledModule<S extends PropertyKey>(code: string | string[],
|
|||
return result;
|
||||
}
|
||||
|
||||
type CacheFindResult = {
|
||||
export type CacheFindResult = {
|
||||
/** The find result. `undefined` if nothing was found */
|
||||
result?: any;
|
||||
/** The id of the module exporting where the result was found. `undefined` if nothing was found */
|
||||
|
|
Loading…
Reference in a new issue