| 1 | import type { PathWatcherEvent, WebContainer } from '@webcontainer/api'; |
| 2 | import { getEncoding } from 'istextorbinary'; |
| 3 | import { map, type MapStore } from 'nanostores'; |
| 4 | import { Buffer } from 'node:buffer'; |
nothing calls this directly
no test coverage detected