ParcelWatcher? I don't see it in the package.json exports on any of the @effect/platform-* packages. I think it only works in https://github.com/Effect-TS/effect/blob/main/packages/platform-node/examples/fs-watch.ts because of the path set in https://github.com/Effect-TS/effect/blob/main/tsconfig.base.json#L92 which uses a glob. This was the only way I was able to successfully import it with type checking.BunFileSystem/ParcelWatcher.js didn't work since it just imports from @effect/platform-node-shared which was also broken due to there being no export which is why I import the implementation directly from @effect/platform-node-shared.