File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ NormalModuleFactory.hooks.someHook.for('identifier').tap(/* ... */);
8686
8787` HookMap<SyncBailHook> `
8888
89- 在 ` Parser ` 实例创建后调用 。` parserOptions ` 是 [ module.parser] ( /configuration/module/#moduleparser ) 中对应标识符或空对象的选项。
89+ 在 ` Parser ` 实例创建之前调用 。` parserOptions ` 是 [ module.parser] ( /configuration/module/#moduleparser ) 中对应标识符或空对象的选项。
9090
9191- 钩子参数:` identifier `
9292
@@ -116,7 +116,7 @@ NormalModuleFactory.hooks.someHook.for('identifier').tap(/* ... */);
116116
117117` HookMap<SyncBailHook> `
118118
119- 在 ` Generator ` 实例创建后调用 。` generatorOptions ` 是 [ module.parser] ( /configuration/module/#modulegenerator ) 中对应标识符或空对象的选项。
119+ 在 ` Generator ` 实例创建之前调用 。` generatorOptions ` 是 [ module.parser] ( /configuration/module/#modulegenerator ) 中对应标识符或空对象的选项。
120120
121121- 钩子参数:` identifier `
122122
You can’t perform that action at this time.
0 commit comments