diff --git a/compiler/forget/scripts/test262-preprocessor.js b/compiler/forget/scripts/test262-preprocessor.js index 0ddaffa44c..4028b8b8af 100644 --- a/compiler/forget/scripts/test262-preprocessor.js +++ b/compiler/forget/scripts/test262-preprocessor.js @@ -20,9 +20,12 @@ module.exports = (test) => { const { ast } = run(nodePath, { eliminateRedundantPhi: true, inferReferenceEffects: true, + inferTypes: true, inferMutableRanges: true, - leaveSSA: true, inferReactiveScopeVariables: true, + inferReactiveScopes: true, + inferReactiveScopeDependencies: true, + leaveSSA: true, codegen: true, }); codegenText = prettier.format(