mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[ez] Fixup missing passes in test262-preprocessor
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user