| 51 | } |
| 52 | |
| 53 | interface EditorMetadata { |
| 54 | features: IFeatureDefinition[]; |
| 55 | languages: IFeatureDefinition[]; |
| 56 | } |
| 57 | |
| 58 | function getEditorMetadata(monacoEditorPath: string | undefined): EditorMetadata { |
| 59 | const metadataPath = resolveMonacoPath('metadata.js', monacoEditorPath); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…