MCPcopy
hub / github.com/microsoft/monaco-editor / EditorMetadata

Interface EditorMetadata

webpack-plugin/src/index.ts:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53interface EditorMetadata {
54 features: IFeatureDefinition[];
55 languages: IFeatureDefinition[];
56}
57
58function getEditorMetadata(monacoEditorPath: string | undefined): EditorMetadata {
59 const metadataPath = resolveMonacoPath('metadata.js', monacoEditorPath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…