of course
This commit is contained in:
parent
f067cefd18
commit
fb6aac19ea
1 changed files with 1 additions and 1 deletions
2
src/webpack/wreq.d.ts
vendored
2
src/webpack/wreq.d.ts
vendored
|
@ -98,7 +98,7 @@ export type WebpackRequire = ((moduleId: PropertyKey) => ModuleExports) & {
|
||||||
* asyncResult(error);
|
* asyncResult(error);
|
||||||
* }
|
* }
|
||||||
* }, false); // false because our module does not have an await after dealing with the async requires
|
* }, 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;
|
a: (this: WebpackRequire, module: Module, body: AsyncModuleBody, hasAwaitAfterDependencies?: boolean) => void;
|
||||||
/** getDefaultExport function for compatibility with non-harmony modules */
|
/** getDefaultExport function for compatibility with non-harmony modules */
|
||||||
|
|
Loading…
Add table
Reference in a new issue