dillon1000/react

Commit

[compiler][snap] Fix test filter + watch mode (#32780)

Accidentally broke this when migrating our test runner to use the
bundled build https://github.com/facebook/react/pull/32758

The fix is pretty simple. File watcher should listen for changes in
`packages/babel-plugin-react-compiler` instead of `cwd`, which is now
`packages/snap`.
Browse files
Changed paths1 file
First-parent comparison
M compiler/packages/snap/src/runner-watch.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…