diff --git a/lib/utils/get-matched-rule-5.js b/lib/utils/get-matched-rule-5.js index f272ef9..5fd5869 100644 --- a/lib/utils/get-matched-rule-5.js +++ b/lib/utils/get-matched-rule-5.js @@ -22,6 +22,7 @@ const ruleSetCompiler = new RuleSetCompiler([ new BasicEffectRulePlugin('sideEffects'), new BasicEffectRulePlugin('parser'), new BasicEffectRulePlugin('resolve'), + new BasicEffectRulePlugin('generator'), new DescriptionDataMatcherRulePlugin(), new UseEffectRulePlugin() ]);