Fix sprout
Joe Savona committed
Feb 5, 2024 at 21:51 UTC
195b5e5a24f095256d61a557ad27782193f4ff8d
1 file changed
+5
compiler/packages/sprout/src/SproutTodoFilter.ts
+5
@@ -429,6 +429,11 @@ const skipFilter = new Set([
429
"forest/forest-primitive-operations.flow",
430
"forest/computed-load-props.flow",
431
"forest/property-load-props.flow",
432
+ "forest/forest-binding-test",
433
+ "forest/forest-inline-object-type.flow",
434
+ "forest/forest-object-type-valid.flow",
435
+ "forest/forest-partial-reassignment-type-annotation.flow",
436
+ "forest/todo-forest-phi-type-unused-initializer.flow",
437
438
// TODO: we probably want to always skip these
439
"rules-of-hooks/rules-of-hooks-0592bd574811",