| 39 | } |
| 40 | |
| 41 | export class PyodideFakeFileSystem implements FileSystem { |
| 42 | private _hostedTypeshedBasePath: string |
| 43 | private _knownStructuredFilePaths: Set<string> |
| 44 | private _pyodide: any |
nothing calls this directly
no outgoing calls
no test coverage detected