| 21 | * - Editor plugins (edit components for different formats) |
| 22 | */ |
| 23 | class ExportManager { |
| 24 | private sources = new Map<SourceType, SourcePlugin>() |
| 25 | private formats = new Map<FormatType, FormatPlugin>() |
| 26 | private previewers: PreviewerPlugin[] = [] |
nothing calls this directly
no outgoing calls
no test coverage detected