From 6b811dce5554ae7fddb7ff90e041316bd783380d Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Fri, 21 Jun 2024 05:05:44 -0300 Subject: [PATCH] forgot to export this --- src/webpack/webpack.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/webpack.tsx b/src/webpack/webpack.tsx index e3f9aaccc..49efd104a 100644 --- a/src/webpack/webpack.tsx +++ b/src/webpack/webpack.tsx @@ -444,7 +444,7 @@ export function mapMangledModule(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 */