| 115 | } |
| 116 | |
| 117 | interface ConvertToSuccessPayload { |
| 118 | inputPath: string |
| 119 | outputPath: string |
| 120 | detectedFormat: SourceNotebookFormat |
| 121 | projectName: string |
| 122 | inputFiles: string[] |
| 123 | outputFiles: string[] |
| 124 | outputIsDirectory: boolean |
| 125 | } |
| 126 | |
| 127 | /** Converts one source notebook to a single-notebook `.deepnote` file. */ |
| 128 | async function convertSingleFileToDeepnote( |
nothing calls this directly
no outgoing calls
no test coverage detected