monaco-editor/src
Andre Wachsmuth 37f6c649ba Fix microsoft/monaco-editor#1576 update dependency to core
* 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.
2019-09-06 18:49:49 +02:00
..
lib Updates to support the TS 3.6.0 beta, and adds a daily run-script (#36) 2019-08-30 14:57:45 +02:00
languageFeatures.ts Fix microsoft/monaco-editor#1576 update dependency to core 2019-09-06 18:49:49 +02:00
monaco.contribution.ts Updates to support the TS 3.6.0 beta, and adds a daily run-script (#36) 2019-08-30 14:57:45 +02:00
monaco.d.ts Updates to support the TS 3.6.0 beta, and adds a daily run-script (#36) 2019-08-30 14:57:45 +02:00
ts.worker.ts Add ts.worker for ESM variant 2018-03-12 13:01:17 +01:00
tsconfig.esm.json Upgrade to typescript 3.5.1 2019-06-07 14:55:45 -07:00
tsconfig.json Upgrade to typescript 3.5.1 2019-06-07 14:55:45 -07:00
tsMode.ts Changes for PR #30 2019-03-04 15:09:02 +01:00
tsWorker.ts Changes for PR #30 2019-03-04 15:09:02 +01:00
workerManager.ts Changes for PR #30 2019-03-04 15:09:02 +01:00