mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
* Update dependency to monaco-editor-core to 0.18.0
* Fix typing errors:
* SignatureHelpAdapter#provideSignatureHelp return a wrapped SignatureHelpResult
* monaco.languages.DocumentSymbol has got a new property: tags
The tags are an array SymbolTags, and the only existing SymbolTag is "Deprecated".
I did not find any information about that in the ts.NavigationBarItem, so the tags
are always an empty array for now.
|
||
|---|---|---|
| .. | ||
| lib | ||
| languageFeatures.ts | ||
| monaco.contribution.ts | ||
| monaco.d.ts | ||
| ts.worker.ts | ||
| tsconfig.esm.json | ||
| tsconfig.json | ||
| tsMode.ts | ||
| tsWorker.ts | ||
| workerManager.ts | ||