refactor discord types into separate npm package (#3520)
Co-authored-by: V <vendicated@riseup.net> Co-authored-by: sadan <117494111+sadan4@users.noreply.github.com> Co-authored-by: ezzud <contact@ezzud.fr>
This commit is contained in:
parent
c55833d95f
commit
dc9064326b
149 changed files with 1561 additions and 751 deletions
|
|
@ -20,11 +20,12 @@ import { makeLazy, proxyLazy } from "@utils/lazy";
|
|||
import { LazyComponent } from "@utils/lazyReact";
|
||||
import { Logger } from "@utils/Logger";
|
||||
import { canonicalizeMatch } from "@utils/patches";
|
||||
import { FluxStore } from "@webpack/types";
|
||||
import { FluxStore } from "@vencord/discord-types";
|
||||
import { ModuleExports, WebpackRequire } from "@vencord/discord-types/webpack";
|
||||
|
||||
import { traceFunction } from "../debug/Tracer";
|
||||
import { Flux } from "./common";
|
||||
import { AnyModuleFactory, AnyWebpackRequire, ModuleExports, WebpackRequire } from "./wreq";
|
||||
import { AnyModuleFactory, AnyWebpackRequire } from "./types";
|
||||
|
||||
const logger = new Logger("Webpack");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue