| 6 | import Isolator, { IsolateOptions } from '../../../environment/isolator'; |
| 7 | |
| 8 | export interface WorkspaceIsolateOptions extends IsolateOptions { |
| 9 | useCapsule: boolean; |
| 10 | } |
| 11 | |
| 12 | export default (async function isolate( |
| 13 | componentId: string, |
nothing calls this directly
no outgoing calls
no test coverage detected