of course

This commit is contained in:
Nuckyz 2025-01-30 21:42:11 -03:00
parent f067cefd18
commit fb6aac19ea
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -98,7 +98,7 @@ export type WebpackRequire = ((moduleId: PropertyKey) => ModuleExports) & {
* asyncResult(error);
* }
* }, false); // false because our module does not have an await after dealing with the async requires
* }z2
* }
*/
a: (this: WebpackRequire, module: Module, body: AsyncModuleBody, hasAwaitAfterDependencies?: boolean) => void;
/** getDefaultExport function for compatibility with non-harmony modules */