| 184 | } |
| 185 | |
| 186 | interface ConvertDirectoryOptions { |
| 187 | dirPath: string |
| 188 | files: string[] |
| 189 | format: 'jupyter' | 'quarto' | 'percent' | 'marimo' |
| 190 | customOutputPath?: string |
| 191 | cwd: string |
| 192 | customProjectName?: string |
| 193 | singleFile: boolean |
| 194 | } |
| 195 | |
| 196 | const DIRECTORY_FORMAT_NAMES = { |
| 197 | jupyter: 'Jupyter Notebook', |
nothing calls this directly
no outgoing calls
no test coverage detected