why is this still here
This commit is contained in:
parent
9fd16825e2
commit
be6209ee44
|
@ -25,7 +25,7 @@ import { canonicalizeMatch, canonicalizeReplace, canonicalizeReplacement } from
|
|||
import { SYM_PROXY_INNER_GET, SYM_PROXY_INNER_VALUE } from "@utils/proxyInner";
|
||||
import definePlugin, { PluginNative, StartAt } from "@utils/types";
|
||||
import * as Webpack from "@webpack";
|
||||
import { cacheFindAll, extract, filters, search } from "@webpack";
|
||||
import { cacheFindAll, cacheFindModuleId, extract, filters, search } from "@webpack";
|
||||
import * as Common from "@webpack/common";
|
||||
import { loadLazyChunks } from "debug/loadLazyChunks";
|
||||
import type { ComponentType } from "react";
|
||||
|
@ -84,7 +84,7 @@ function makeShortcuts() {
|
|||
wreq: { getter: () => Webpack.wreq },
|
||||
wpsearch: search,
|
||||
wpex: extract,
|
||||
wpexs: (code: string) => extract(Webpack.cacheFindModuleId(code)!),
|
||||
wpexs: (code: string) => extract(cacheFindModuleId(code)!),
|
||||
loadLazyChunks: IS_DEV ? loadLazyChunks : () => { throw new Error("loadLazyChunks is dev only."); },
|
||||
filters,
|
||||
find,
|
||||
|
|
Loading…
Reference in a new issue