@theia/plugin-ext 1.23.0-next.5 → 1.23.0-next.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/common/arrays.d.ts +0 -15
- package/lib/common/arrays.d.ts.map +1 -1
- package/lib/common/arrays.js +15 -15
- package/lib/common/arrays.js.map +1 -1
- package/lib/common/assert.d.ts +0 -15
- package/lib/common/assert.d.ts.map +1 -1
- package/lib/common/assert.js +15 -15
- package/lib/common/assert.js.map +1 -1
- package/lib/common/character-classifier.d.ts +0 -15
- package/lib/common/character-classifier.d.ts.map +1 -1
- package/lib/common/character-classifier.js +17 -17
- package/lib/common/character-classifier.js.map +1 -1
- package/lib/common/connection.d.ts +0 -15
- package/lib/common/connection.d.ts.map +1 -1
- package/lib/common/disposable-util.d.ts +0 -15
- package/lib/common/disposable-util.d.ts.map +1 -1
- package/lib/common/disposable-util.js +15 -15
- package/lib/common/disposable-util.js.map +1 -1
- package/lib/common/editor-options.d.ts +0 -15
- package/lib/common/editor-options.d.ts.map +1 -1
- package/lib/common/editor-options.js +15 -15
- package/lib/common/editor-options.js.map +1 -1
- package/lib/common/env.d.ts +0 -15
- package/lib/common/env.d.ts.map +1 -1
- package/lib/common/env.js +15 -15
- package/lib/common/env.js.map +1 -1
- package/lib/common/errors.d.ts +0 -15
- package/lib/common/errors.d.ts.map +1 -1
- package/lib/common/errors.js +15 -15
- package/lib/common/errors.js.map +1 -1
- package/lib/common/id-generator.d.ts +0 -15
- package/lib/common/id-generator.d.ts.map +1 -1
- package/lib/common/id-generator.js +15 -15
- package/lib/common/id-generator.js.map +1 -1
- package/lib/common/index.d.ts +0 -15
- package/lib/common/index.d.ts.map +1 -1
- package/lib/common/index.js +16 -16
- package/lib/common/index.js.map +1 -1
- package/lib/common/link-computer.d.ts +0 -15
- package/lib/common/link-computer.d.ts.map +1 -1
- package/lib/common/link-computer.js +15 -15
- package/lib/common/link-computer.js.map +1 -1
- package/lib/common/object-identifier.d.ts +0 -15
- package/lib/common/object-identifier.d.ts.map +1 -1
- package/lib/common/object-identifier.js +15 -15
- package/lib/common/object-identifier.js.map +1 -1
- package/lib/common/objects.js +3 -3
- package/lib/common/objects.js.map +1 -1
- package/lib/common/paths-util.d.ts +0 -15
- package/lib/common/paths-util.d.ts.map +1 -1
- package/lib/common/paths-util.js +15 -15
- package/lib/common/paths-util.js.map +1 -1
- package/lib/common/plugin-api-rpc-model.d.ts +13 -34
- package/lib/common/plugin-api-rpc-model.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc-model.js +15 -15
- package/lib/common/plugin-api-rpc-model.js.map +1 -1
- package/lib/common/plugin-api-rpc.d.ts +33 -28
- package/lib/common/plugin-api-rpc.d.ts.map +1 -1
- package/lib/common/plugin-api-rpc.js +79 -77
- package/lib/common/plugin-api-rpc.js.map +1 -1
- package/lib/common/plugin-ext-api-contribution.d.ts +0 -15
- package/lib/common/plugin-ext-api-contribution.d.ts.map +1 -1
- package/lib/common/plugin-protocol.d.ts +8 -15
- package/lib/common/plugin-protocol.d.ts.map +1 -1
- package/lib/common/plugin-protocol.js +6 -1
- package/lib/common/plugin-protocol.js.map +1 -1
- package/lib/common/rpc-protocol.d.ts +0 -15
- package/lib/common/rpc-protocol.d.ts.map +1 -1
- package/lib/common/rpc-protocol.js +15 -15
- package/lib/common/rpc-protocol.js.map +1 -1
- package/lib/common/semantic-tokens-dto.d.ts +0 -15
- package/lib/common/semantic-tokens-dto.d.ts.map +1 -1
- package/lib/common/semantic-tokens-dto.js +15 -15
- package/lib/common/semantic-tokens-dto.js.map +1 -1
- package/lib/common/types.d.ts +0 -15
- package/lib/common/types.d.ts.map +1 -1
- package/lib/common/types.js +15 -15
- package/lib/common/types.js.map +1 -1
- package/lib/common/uint.d.ts +0 -15
- package/lib/common/uint.d.ts.map +1 -1
- package/lib/common/uint.js +15 -15
- package/lib/common/uint.js.map +1 -1
- package/lib/common/uri-components.d.ts +0 -15
- package/lib/common/uri-components.d.ts.map +1 -1
- package/lib/common/uri-components.js +15 -15
- package/lib/common/uri-components.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin-watcher.d.ts +0 -15
- package/lib/hosted/browser/hosted-plugin-watcher.d.ts.map +1 -1
- package/lib/hosted/browser/hosted-plugin-watcher.js +16 -16
- package/lib/hosted/browser/hosted-plugin-watcher.js.map +1 -1
- package/lib/hosted/browser/hosted-plugin.d.ts +3 -17
- package/lib/hosted/browser/hosted-plugin.d.ts.map +1 -1
- package/lib/hosted/browser/hosted-plugin.js +68 -83
- package/lib/hosted/browser/hosted-plugin.js.map +1 -1
- package/lib/hosted/browser/plugin-worker.js +16 -16
- package/lib/hosted/browser/plugin-worker.js.map +1 -1
- package/lib/hosted/browser/worker/debug-stub.d.ts +0 -15
- package/lib/hosted/browser/worker/debug-stub.d.ts.map +1 -1
- package/lib/hosted/browser/worker/debug-stub.js +15 -15
- package/lib/hosted/browser/worker/debug-stub.js.map +1 -1
- package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts +0 -15
- package/lib/hosted/browser/worker/plugin-manifest-loader.d.ts.map +1 -1
- package/lib/hosted/browser/worker/plugin-manifest-loader.js +15 -15
- package/lib/hosted/browser/worker/plugin-manifest-loader.js.map +1 -1
- package/lib/hosted/browser/worker/worker-env-ext.d.ts +0 -15
- package/lib/hosted/browser/worker/worker-env-ext.d.ts.map +1 -1
- package/lib/hosted/browser/worker/worker-env-ext.js +15 -15
- package/lib/hosted/browser/worker/worker-env-ext.js.map +1 -1
- package/lib/hosted/browser/worker/worker-main.d.ts +0 -15
- package/lib/hosted/browser/worker/worker-main.d.ts.map +1 -1
- package/lib/hosted/browser/worker/worker-main.js +29 -20
- package/lib/hosted/browser/worker/worker-main.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-cli-contribution.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-cli-contribution.js +16 -16
- package/lib/hosted/node/hosted-plugin-cli-contribution.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.d.ts +2 -15
- package/lib/hosted/node/hosted-plugin-deployer-handler.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-deployer-handler.js +40 -22
- package/lib/hosted/node/hosted-plugin-deployer-handler.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-localization-service.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-localization-service.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-localization-service.js +18 -18
- package/lib/hosted/node/hosted-plugin-localization-service.js.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin-process.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin-process.js +24 -24
- package/lib/hosted/node/hosted-plugin-process.js.map +1 -1
- package/lib/hosted/node/hosted-plugin.d.ts +0 -15
- package/lib/hosted/node/hosted-plugin.d.ts.map +1 -1
- package/lib/hosted/node/hosted-plugin.js +21 -21
- package/lib/hosted/node/hosted-plugin.js.map +1 -1
- package/lib/hosted/node/metadata-scanner.d.ts +0 -15
- package/lib/hosted/node/metadata-scanner.d.ts.map +1 -1
- package/lib/hosted/node/metadata-scanner.js +17 -17
- package/lib/hosted/node/metadata-scanner.js.map +1 -1
- package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts +0 -15
- package/lib/hosted/node/plugin-ext-hosted-backend-module.d.ts.map +1 -1
- package/lib/hosted/node/plugin-ext-hosted-backend-module.js +17 -17
- package/lib/hosted/node/plugin-ext-hosted-backend-module.js.map +1 -1
- package/lib/hosted/node/plugin-host-rpc.d.ts +0 -15
- package/lib/hosted/node/plugin-host-rpc.d.ts.map +1 -1
- package/lib/hosted/node/plugin-host-rpc.js +21 -21
- package/lib/hosted/node/plugin-host-rpc.js.map +1 -1
- package/lib/hosted/node/plugin-host.d.ts +0 -15
- package/lib/hosted/node/plugin-host.d.ts.map +1 -1
- package/lib/hosted/node/plugin-host.js +15 -15
- package/lib/hosted/node/plugin-host.js.map +1 -1
- package/lib/hosted/node/plugin-manifest-loader.d.ts +0 -15
- package/lib/hosted/node/plugin-manifest-loader.d.ts.map +1 -1
- package/lib/hosted/node/plugin-manifest-loader.js +15 -15
- package/lib/hosted/node/plugin-manifest-loader.js.map +1 -1
- package/lib/hosted/node/plugin-reader.d.ts +0 -15
- package/lib/hosted/node/plugin-reader.d.ts.map +1 -1
- package/lib/hosted/node/plugin-reader.js +24 -23
- package/lib/hosted/node/plugin-reader.js.map +1 -1
- package/lib/hosted/node/plugin-service.js +24 -24
- package/lib/hosted/node/plugin-service.js.map +1 -1
- package/lib/hosted/node/scanners/backend-init-theia.d.ts +0 -15
- package/lib/hosted/node/scanners/backend-init-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/backend-init-theia.js +17 -16
- package/lib/hosted/node/scanners/backend-init-theia.js.map +1 -1
- package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts +0 -15
- package/lib/hosted/node/scanners/file-plugin-uri-factory.d.ts.map +1 -1
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js +16 -16
- package/lib/hosted/node/scanners/file-plugin-uri-factory.js.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.d.ts +0 -15
- package/lib/hosted/node/scanners/grammars-reader.d.ts.map +1 -1
- package/lib/hosted/node/scanners/grammars-reader.js +16 -16
- package/lib/hosted/node/scanners/grammars-reader.js.map +1 -1
- package/lib/hosted/node/scanners/plugin-uri-factory.d.ts +0 -15
- package/lib/hosted/node/scanners/plugin-uri-factory.d.ts.map +1 -1
- package/lib/hosted/node/scanners/plugin-uri-factory.js +15 -15
- package/lib/hosted/node/scanners/plugin-uri-factory.js.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.d.ts +0 -15
- package/lib/hosted/node/scanners/scanner-theia.d.ts.map +1 -1
- package/lib/hosted/node/scanners/scanner-theia.js +25 -23
- package/lib/hosted/node/scanners/scanner-theia.js.map +1 -1
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts +0 -15
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.d.ts.map +1 -1
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js +16 -16
- package/lib/hosted/node-electron/plugin-ext-hosted-electron-backend-module.js.map +1 -1
- package/lib/hosted/node-electron/scanner-theia-electron.d.ts +0 -15
- package/lib/hosted/node-electron/scanner-theia-electron.d.ts.map +1 -1
- package/lib/hosted/node-electron/scanner-theia-electron.js +16 -16
- package/lib/hosted/node-electron/scanner-theia-electron.js.map +1 -1
- package/lib/main/browser/authentication-main.d.ts +18 -26
- package/lib/main/browser/authentication-main.d.ts.map +1 -1
- package/lib/main/browser/authentication-main.js +126 -82
- package/lib/main/browser/authentication-main.js.map +1 -1
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.d.ts +0 -15
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.d.ts.map +1 -1
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.js +15 -15
- package/lib/main/browser/callhierarchy/callhierarchy-type-converters.js.map +1 -1
- package/lib/main/browser/clipboard-main.d.ts +0 -15
- package/lib/main/browser/clipboard-main.d.ts.map +1 -1
- package/lib/main/browser/clipboard-main.js +15 -15
- package/lib/main/browser/clipboard-main.js.map +1 -1
- package/lib/main/browser/command-registry-main.d.ts +0 -15
- package/lib/main/browser/command-registry-main.d.ts.map +1 -1
- package/lib/main/browser/command-registry-main.js +15 -15
- package/lib/main/browser/command-registry-main.js.map +1 -1
- package/lib/main/browser/commands.d.ts +0 -15
- package/lib/main/browser/commands.d.ts.map +1 -1
- package/lib/main/browser/commands.js +18 -18
- package/lib/main/browser/commands.js.map +1 -1
- package/lib/main/browser/comments/comment-glyph-widget.d.ts +0 -15
- package/lib/main/browser/comments/comment-glyph-widget.d.ts.map +1 -1
- package/lib/main/browser/comments/comment-thread-widget.d.ts +0 -15
- package/lib/main/browser/comments/comment-thread-widget.d.ts.map +1 -1
- package/lib/main/browser/comments/comment-thread-widget.js +15 -15
- package/lib/main/browser/comments/comment-thread-widget.js.map +1 -1
- package/lib/main/browser/comments/comments-context-key-service.d.ts +1 -16
- package/lib/main/browser/comments/comments-context-key-service.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-context-key-service.js +18 -18
- package/lib/main/browser/comments/comments-context-key-service.js.map +1 -1
- package/lib/main/browser/comments/comments-contribution.d.ts +0 -15
- package/lib/main/browser/comments/comments-contribution.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-contribution.js +23 -23
- package/lib/main/browser/comments/comments-contribution.js.map +1 -1
- package/lib/main/browser/comments/comments-decorator.d.ts +0 -15
- package/lib/main/browser/comments/comments-decorator.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-decorator.js +16 -16
- package/lib/main/browser/comments/comments-decorator.js.map +1 -1
- package/lib/main/browser/comments/comments-main.d.ts +0 -15
- package/lib/main/browser/comments/comments-main.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-main.js +16 -16
- package/lib/main/browser/comments/comments-main.js.map +1 -1
- package/lib/main/browser/comments/comments-service.d.ts +0 -15
- package/lib/main/browser/comments/comments-service.d.ts.map +1 -1
- package/lib/main/browser/comments/comments-service.js +16 -16
- package/lib/main/browser/comments/comments-service.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-contribution.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-contribution.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-contribution.js +17 -17
- package/lib/main/browser/custom-editors/custom-editor-contribution.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-opener.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-opener.js +18 -18
- package/lib/main/browser/custom-editors/custom-editor-opener.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-service.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-service.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-service.js +16 -16
- package/lib/main/browser/custom-editors/custom-editor-service.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.js +15 -15
- package/lib/main/browser/custom-editors/custom-editor-widget-factory.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editor-widget.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editor-widget.js +18 -18
- package/lib/main/browser/custom-editors/custom-editor-widget.js.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts +0 -15
- package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/custom-editors-main.js +15 -15
- package/lib/main/browser/custom-editors/custom-editors-main.js.map +1 -1
- package/lib/main/browser/custom-editors/glob.js +15 -15
- package/lib/main/browser/custom-editors/glob.js.map +1 -1
- package/lib/main/browser/custom-editors/paths.d.ts +0 -15
- package/lib/main/browser/custom-editors/paths.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/paths.js +16 -16
- package/lib/main/browser/custom-editors/paths.js.map +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts +0 -15
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js +23 -23
- package/lib/main/browser/custom-editors/plugin-custom-editor-registry.js.map +1 -1
- package/lib/main/browser/custom-editors/undo-redo-service.d.ts +0 -15
- package/lib/main/browser/custom-editors/undo-redo-service.d.ts.map +1 -1
- package/lib/main/browser/custom-editors/undo-redo-service.js +16 -16
- package/lib/main/browser/custom-editors/undo-redo-service.js.map +1 -1
- package/lib/main/browser/debug/debug-main.d.ts +0 -15
- package/lib/main/browser/debug/debug-main.d.ts.map +1 -1
- package/lib/main/browser/debug/debug-main.js +15 -15
- package/lib/main/browser/debug/debug-main.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.js +15 -15
- package/lib/main/browser/debug/plugin-debug-adapter-contribution.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-service.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-service.js +19 -19
- package/lib/main/browser/debug/plugin-debug-service.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js +19 -19
- package/lib/main/browser/debug/plugin-debug-session-contribution-registry.js.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts +0 -15
- package/lib/main/browser/debug/plugin-debug-session-factory.d.ts.map +1 -1
- package/lib/main/browser/debug/plugin-debug-session-factory.js +15 -15
- package/lib/main/browser/debug/plugin-debug-session-factory.js.map +1 -1
- package/lib/main/browser/decorations/decorations-main.d.ts +0 -15
- package/lib/main/browser/decorations/decorations-main.d.ts.map +1 -1
- package/lib/main/browser/decorations/decorations-main.js +15 -15
- package/lib/main/browser/decorations/decorations-main.js.map +1 -1
- package/lib/main/browser/dialogs/modal-notification.d.ts.map +1 -1
- package/lib/main/browser/dialogs/modal-notification.js +19 -19
- package/lib/main/browser/dialogs/modal-notification.js.map +1 -1
- package/lib/main/browser/dialogs-main.d.ts +0 -15
- package/lib/main/browser/dialogs-main.d.ts.map +1 -1
- package/lib/main/browser/dialogs-main.js +15 -15
- package/lib/main/browser/dialogs-main.js.map +1 -1
- package/lib/main/browser/documents-main.d.ts +0 -15
- package/lib/main/browser/documents-main.d.ts.map +1 -1
- package/lib/main/browser/documents-main.js +16 -16
- package/lib/main/browser/documents-main.js.map +1 -1
- package/lib/main/browser/editor/untitled-resource.d.ts +0 -15
- package/lib/main/browser/editor/untitled-resource.d.ts.map +1 -1
- package/lib/main/browser/editor/untitled-resource.js +17 -17
- package/lib/main/browser/editor/untitled-resource.js.map +1 -1
- package/lib/main/browser/editors-and-documents-main.d.ts +0 -15
- package/lib/main/browser/editors-and-documents-main.d.ts.map +1 -1
- package/lib/main/browser/editors-and-documents-main.js +15 -15
- package/lib/main/browser/editors-and-documents-main.js.map +1 -1
- package/lib/main/browser/env-main.d.ts +0 -15
- package/lib/main/browser/env-main.d.ts.map +1 -1
- package/lib/main/browser/env-main.js +15 -15
- package/lib/main/browser/env-main.js.map +1 -1
- package/lib/main/browser/file-system-main-impl.d.ts +0 -15
- package/lib/main/browser/file-system-main-impl.d.ts.map +1 -1
- package/lib/main/browser/file-system-main-impl.js +15 -15
- package/lib/main/browser/file-system-main-impl.js.map +1 -1
- package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts +0 -15
- package/lib/main/browser/keybindings/keybindings-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js +17 -17
- package/lib/main/browser/keybindings/keybindings-contribution-handler.js.map +1 -1
- package/lib/main/browser/label-service-main.d.ts +0 -15
- package/lib/main/browser/label-service-main.d.ts.map +1 -1
- package/lib/main/browser/label-service-main.js +15 -15
- package/lib/main/browser/label-service-main.js.map +1 -1
- package/lib/main/browser/languages-main.d.ts +1 -15
- package/lib/main/browser/languages-main.d.ts.map +1 -1
- package/lib/main/browser/languages-main.js +38 -30
- package/lib/main/browser/languages-main.js.map +1 -1
- package/lib/main/browser/main-context.d.ts +0 -15
- package/lib/main/browser/main-context.d.ts.map +1 -1
- package/lib/main/browser/main-context.js +3 -0
- package/lib/main/browser/main-context.js.map +1 -1
- package/lib/main/browser/main-file-system-event-service.d.ts +0 -15
- package/lib/main/browser/main-file-system-event-service.d.ts.map +1 -1
- package/lib/main/browser/main-file-system-event-service.js +15 -15
- package/lib/main/browser/main-file-system-event-service.js.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.d.ts +0 -15
- package/lib/main/browser/menus/menus-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/menus/menus-contribution-handler.js +33 -33
- package/lib/main/browser/menus/menus-contribution-handler.js.map +1 -1
- package/lib/main/browser/message-registry-main.d.ts +0 -15
- package/lib/main/browser/message-registry-main.d.ts.map +1 -1
- package/lib/main/browser/message-registry-main.js +15 -15
- package/lib/main/browser/message-registry-main.js.map +1 -1
- package/lib/main/browser/notification-main.d.ts +0 -15
- package/lib/main/browser/notification-main.d.ts.map +1 -1
- package/lib/main/browser/notification-main.js +15 -15
- package/lib/main/browser/notification-main.js.map +1 -1
- package/lib/main/browser/output-channel-registry-main.d.ts +0 -15
- package/lib/main/browser/output-channel-registry-main.d.ts.map +1 -1
- package/lib/main/browser/output-channel-registry-main.js +17 -17
- package/lib/main/browser/output-channel-registry-main.js.map +1 -1
- package/lib/main/browser/plugin-authentication-service.d.ts +14 -0
- package/lib/main/browser/plugin-authentication-service.d.ts.map +1 -0
- package/lib/main/browser/plugin-authentication-service.js +81 -0
- package/lib/main/browser/plugin-authentication-service.js.map +1 -0
- package/lib/main/browser/plugin-contribution-handler.d.ts +1 -16
- package/lib/main/browser/plugin-contribution-handler.d.ts.map +1 -1
- package/lib/main/browser/plugin-contribution-handler.js +38 -38
- package/lib/main/browser/plugin-contribution-handler.js.map +1 -1
- package/lib/main/browser/plugin-ext-deploy-command.d.ts +0 -15
- package/lib/main/browser/plugin-ext-deploy-command.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-deploy-command.js +19 -19
- package/lib/main/browser/plugin-ext-deploy-command.js.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.d.ts +0 -15
- package/lib/main/browser/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-frontend-module.js +29 -25
- package/lib/main/browser/plugin-ext-frontend-module.js.map +1 -1
- package/lib/main/browser/plugin-ext-widget.d.ts +0 -15
- package/lib/main/browser/plugin-ext-widget.d.ts.map +1 -1
- package/lib/main/browser/plugin-ext-widget.js +21 -21
- package/lib/main/browser/plugin-ext-widget.js.map +1 -1
- package/lib/main/browser/plugin-frontend-contribution.d.ts +0 -15
- package/lib/main/browser/plugin-frontend-contribution.d.ts.map +1 -1
- package/lib/main/browser/plugin-frontend-contribution.js +18 -18
- package/lib/main/browser/plugin-frontend-contribution.js.map +1 -1
- package/lib/main/browser/plugin-frontend-view-contribution.d.ts +0 -15
- package/lib/main/browser/plugin-frontend-view-contribution.d.ts.map +1 -1
- package/lib/main/browser/plugin-frontend-view-contribution.js +16 -16
- package/lib/main/browser/plugin-frontend-view-contribution.js.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.d.ts +0 -15
- package/lib/main/browser/plugin-icon-theme-service.d.ts.map +1 -1
- package/lib/main/browser/plugin-icon-theme-service.js +26 -26
- package/lib/main/browser/plugin-icon-theme-service.js.map +1 -1
- package/lib/main/browser/plugin-shared-style.d.ts +0 -15
- package/lib/main/browser/plugin-shared-style.d.ts.map +1 -1
- package/lib/main/browser/plugin-shared-style.js +16 -16
- package/lib/main/browser/plugin-shared-style.js.map +1 -1
- package/lib/main/browser/plugin-storage.d.ts +0 -15
- package/lib/main/browser/plugin-storage.d.ts.map +1 -1
- package/lib/main/browser/plugin-storage.js +15 -15
- package/lib/main/browser/plugin-storage.js.map +1 -1
- package/lib/main/browser/preference-registry-main.d.ts +0 -15
- package/lib/main/browser/preference-registry-main.d.ts.map +1 -1
- package/lib/main/browser/preference-registry-main.js +15 -15
- package/lib/main/browser/preference-registry-main.js.map +1 -1
- package/lib/main/browser/quick-open-main.d.ts +0 -15
- package/lib/main/browser/quick-open-main.d.ts.map +1 -1
- package/lib/main/browser/quick-open-main.js +16 -16
- package/lib/main/browser/quick-open-main.js.map +1 -1
- package/lib/main/browser/scm-main.d.ts +0 -15
- package/lib/main/browser/scm-main.d.ts.map +1 -1
- package/lib/main/browser/scm-main.js +15 -15
- package/lib/main/browser/scm-main.js.map +1 -1
- package/lib/main/browser/secrets-main.d.ts +0 -15
- package/lib/main/browser/secrets-main.d.ts.map +1 -1
- package/lib/main/browser/secrets-main.js +15 -15
- package/lib/main/browser/secrets-main.js.map +1 -1
- package/lib/main/browser/selection-provider-command.d.ts +0 -15
- package/lib/main/browser/selection-provider-command.d.ts.map +1 -1
- package/lib/main/browser/selection-provider-command.js +18 -18
- package/lib/main/browser/selection-provider-command.js.map +1 -1
- package/lib/main/browser/status-bar-message-registry-main.d.ts +0 -15
- package/lib/main/browser/status-bar-message-registry-main.d.ts.map +1 -1
- package/lib/main/browser/tasks-main.d.ts +0 -15
- package/lib/main/browser/tasks-main.d.ts.map +1 -1
- package/lib/main/browser/tasks-main.js +15 -15
- package/lib/main/browser/tasks-main.js.map +1 -1
- package/lib/main/browser/terminal-main.d.ts +0 -15
- package/lib/main/browser/terminal-main.d.ts.map +1 -1
- package/lib/main/browser/terminal-main.js +15 -15
- package/lib/main/browser/terminal-main.js.map +1 -1
- package/lib/main/browser/text-editor-main.d.ts +0 -15
- package/lib/main/browser/text-editor-main.d.ts.map +1 -1
- package/lib/main/browser/text-editor-main.js +16 -16
- package/lib/main/browser/text-editor-main.js.map +1 -1
- package/lib/main/browser/text-editor-model-service.d.ts +0 -15
- package/lib/main/browser/text-editor-model-service.d.ts.map +1 -1
- package/lib/main/browser/text-editor-model-service.js +18 -18
- package/lib/main/browser/text-editor-model-service.js.map +1 -1
- package/lib/main/browser/text-editors-main.d.ts +0 -15
- package/lib/main/browser/text-editors-main.d.ts.map +1 -1
- package/lib/main/browser/text-editors-main.js +24 -24
- package/lib/main/browser/text-editors-main.js.map +1 -1
- package/lib/main/browser/theming-main.d.ts +0 -15
- package/lib/main/browser/theming-main.d.ts.map +1 -1
- package/lib/main/browser/theming-main.js +15 -15
- package/lib/main/browser/theming-main.js.map +1 -1
- package/lib/main/browser/timeline-main.d.ts +0 -15
- package/lib/main/browser/timeline-main.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts +0 -15
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js +18 -18
- package/lib/main/browser/view/plugin-tree-view-node-label-provider.js.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.d.ts +8 -19
- package/lib/main/browser/view/plugin-view-registry.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-registry.js +89 -33
- package/lib/main/browser/view/plugin-view-registry.js.map +1 -1
- package/lib/main/browser/view/plugin-view-widget.d.ts +0 -15
- package/lib/main/browser/view/plugin-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/plugin-view-widget.js +22 -22
- package/lib/main/browser/view/plugin-view-widget.js.map +1 -1
- package/lib/main/browser/view/tree-view-widget.d.ts +0 -17
- package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
- package/lib/main/browser/view/tree-view-widget.js +31 -33
- package/lib/main/browser/view/tree-view-widget.js.map +1 -1
- package/lib/main/browser/view/tree-views-main.d.ts +0 -15
- package/lib/main/browser/view/tree-views-main.d.ts.map +1 -1
- package/lib/main/browser/view/tree-views-main.js +15 -15
- package/lib/main/browser/view/tree-views-main.js.map +1 -1
- package/lib/main/browser/view/view-context-key-service.d.ts +0 -15
- package/lib/main/browser/view/view-context-key-service.d.ts.map +1 -1
- package/lib/main/browser/view/view-context-key-service.js +18 -18
- package/lib/main/browser/view/view-context-key-service.js.map +1 -1
- package/lib/main/browser/view-column-service.d.ts +0 -15
- package/lib/main/browser/view-column-service.d.ts.map +1 -1
- package/lib/main/browser/view-column-service.js +19 -19
- package/lib/main/browser/view-column-service.js.map +1 -1
- package/lib/main/browser/webview/webview-environment.d.ts +0 -15
- package/lib/main/browser/webview/webview-environment.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-environment.js +18 -18
- package/lib/main/browser/webview/webview-environment.js.map +1 -1
- package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts +0 -15
- package/lib/main/browser/webview/webview-frontend-security-warnings.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-frontend-security-warnings.js +19 -19
- package/lib/main/browser/webview/webview-frontend-security-warnings.js.map +1 -1
- package/lib/main/browser/webview/webview-preferences.d.ts +0 -15
- package/lib/main/browser/webview/webview-preferences.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-preferences.js +16 -16
- package/lib/main/browser/webview/webview-preferences.js.map +1 -1
- package/lib/main/browser/webview/webview-resource-cache.d.ts +0 -15
- package/lib/main/browser/webview/webview-resource-cache.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-resource-cache.js +16 -16
- package/lib/main/browser/webview/webview-resource-cache.js.map +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts +2 -17
- package/lib/main/browser/webview/webview-theme-data-provider.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-theme-data-provider.js +20 -20
- package/lib/main/browser/webview/webview-theme-data-provider.js.map +1 -1
- package/lib/main/browser/webview/webview-widget-factory.d.ts +0 -15
- package/lib/main/browser/webview/webview-widget-factory.d.ts.map +1 -1
- package/lib/main/browser/webview/webview-widget-factory.js +15 -15
- package/lib/main/browser/webview/webview-widget-factory.js.map +1 -1
- package/lib/main/browser/webview/webview.d.ts +0 -15
- package/lib/main/browser/webview/webview.d.ts.map +1 -1
- package/lib/main/browser/webview/webview.js +32 -32
- package/lib/main/browser/webview/webview.js.map +1 -1
- package/lib/main/browser/webview-views/webview-views-main.d.ts +31 -0
- package/lib/main/browser/webview-views/webview-views-main.d.ts.map +1 -0
- package/lib/main/browser/webview-views/webview-views-main.js +127 -0
- package/lib/main/browser/webview-views/webview-views-main.js.map +1 -0
- package/lib/main/browser/webview-views/webview-views.d.ts +15 -0
- package/lib/main/browser/webview-views/webview-views.d.ts.map +1 -0
- package/lib/main/browser/webview-views/webview-views.js +23 -0
- package/lib/main/browser/webview-views/webview-views.js.map +1 -0
- package/lib/main/browser/webviews-main.d.ts +0 -15
- package/lib/main/browser/webviews-main.d.ts.map +1 -1
- package/lib/main/browser/webviews-main.js +15 -15
- package/lib/main/browser/webviews-main.js.map +1 -1
- package/lib/main/browser/window-state-main.d.ts +0 -15
- package/lib/main/browser/window-state-main.d.ts.map +1 -1
- package/lib/main/browser/window-state-main.js +16 -16
- package/lib/main/browser/window-state-main.js.map +1 -1
- package/lib/main/browser/workspace-main.d.ts +2 -15
- package/lib/main/browser/workspace-main.d.ts.map +1 -1
- package/lib/main/browser/workspace-main.js +21 -16
- package/lib/main/browser/workspace-main.js.map +1 -1
- package/lib/main/common/plugin-paths-protocol.d.ts +0 -15
- package/lib/main/common/plugin-paths-protocol.d.ts.map +1 -1
- package/lib/main/common/plugin-paths-protocol.js +15 -15
- package/lib/main/common/plugin-paths-protocol.js.map +1 -1
- package/lib/main/common/plugin-theia-environment.d.ts +0 -15
- package/lib/main/common/plugin-theia-environment.d.ts.map +1 -1
- package/lib/main/common/plugin-theia-environment.js +17 -17
- package/lib/main/common/plugin-theia-environment.js.map +1 -1
- package/lib/main/common/webview-protocol.d.ts +0 -15
- package/lib/main/common/webview-protocol.d.ts.map +1 -1
- package/lib/main/common/webview-protocol.js +15 -15
- package/lib/main/common/webview-protocol.js.map +1 -1
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts +0 -15
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.d.ts.map +1 -1
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js +15 -15
- package/lib/main/electron-browser/plugin-ext-frontend-electron-module.js.map +1 -1
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts +0 -15
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.d.ts.map +1 -1
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.js +15 -15
- package/lib/main/electron-browser/webview/electron-webview-widget-factory.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts +0 -15
- package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts.map +1 -1
- package/lib/main/node/handlers/plugin-theia-directory-handler.js +16 -16
- package/lib/main/node/handlers/plugin-theia-directory-handler.js.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts +0 -15
- package/lib/main/node/handlers/plugin-theia-file-handler.d.ts.map +1 -1
- package/lib/main/node/handlers/plugin-theia-file-handler.js +18 -18
- package/lib/main/node/handlers/plugin-theia-file-handler.js.map +1 -1
- package/lib/main/node/paths/const.d.ts +0 -15
- package/lib/main/node/paths/const.d.ts.map +1 -1
- package/lib/main/node/paths/const.js +15 -15
- package/lib/main/node/paths/const.js.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.d.ts +0 -15
- package/lib/main/node/paths/plugin-paths-service.d.ts.map +1 -1
- package/lib/main/node/paths/plugin-paths-service.js +22 -22
- package/lib/main/node/paths/plugin-paths-service.js.map +1 -1
- package/lib/main/node/plugin-cli-contribution.d.ts +0 -15
- package/lib/main/node/plugin-cli-contribution.d.ts.map +1 -1
- package/lib/main/node/plugin-cli-contribution.js +16 -16
- package/lib/main/node/plugin-cli-contribution.js.map +1 -1
- package/lib/main/node/plugin-deployer-contribution.d.ts +0 -15
- package/lib/main/node/plugin-deployer-contribution.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-contribution.js +18 -18
- package/lib/main/node/plugin-deployer-contribution.js.map +1 -1
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-directory-handler-context-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-entry-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-entry-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-entry-impl.js +15 -15
- package/lib/main/node/plugin-deployer-entry-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-file-handler-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-file-handler-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-file-handler-context-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-impl.d.ts +3 -16
- package/lib/main/node/plugin-deployer-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-impl.js +39 -34
- package/lib/main/node/plugin-deployer-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js +16 -16
- package/lib/main/node/plugin-deployer-proxy-entry-impl.js.map +1 -1
- package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts +0 -15
- package/lib/main/node/plugin-deployer-resolver-context-impl.d.ts.map +1 -1
- package/lib/main/node/plugin-deployer-resolver-context-impl.js +15 -15
- package/lib/main/node/plugin-deployer-resolver-context-impl.js.map +1 -1
- package/lib/main/node/plugin-ext-backend-module.d.ts +0 -15
- package/lib/main/node/plugin-ext-backend-module.d.ts.map +1 -1
- package/lib/main/node/plugin-ext-backend-module.js +16 -16
- package/lib/main/node/plugin-ext-backend-module.js.map +1 -1
- package/lib/main/node/plugin-github-resolver.d.ts +0 -15
- package/lib/main/node/plugin-github-resolver.d.ts.map +1 -1
- package/lib/main/node/plugin-github-resolver.js +16 -16
- package/lib/main/node/plugin-github-resolver.js.map +1 -1
- package/lib/main/node/plugin-http-resolver.d.ts +0 -15
- package/lib/main/node/plugin-http-resolver.d.ts.map +1 -1
- package/lib/main/node/plugin-http-resolver.js +16 -16
- package/lib/main/node/plugin-http-resolver.js.map +1 -1
- package/lib/main/node/plugin-server-handler.d.ts +0 -15
- package/lib/main/node/plugin-server-handler.d.ts.map +1 -1
- package/lib/main/node/plugin-server-handler.js +18 -18
- package/lib/main/node/plugin-server-handler.js.map +1 -1
- package/lib/main/node/plugin-service.d.ts +0 -15
- package/lib/main/node/plugin-service.d.ts.map +1 -1
- package/lib/main/node/plugin-service.js +17 -17
- package/lib/main/node/plugin-service.js.map +1 -1
- package/lib/main/node/plugin-theia-deployer-participant.d.ts +0 -15
- package/lib/main/node/plugin-theia-deployer-participant.d.ts.map +1 -1
- package/lib/main/node/plugin-theia-deployer-participant.js +17 -17
- package/lib/main/node/plugin-theia-deployer-participant.js.map +1 -1
- package/lib/main/node/plugins-key-value-storage.d.ts +0 -15
- package/lib/main/node/plugins-key-value-storage.d.ts.map +1 -1
- package/lib/main/node/plugins-key-value-storage.js +19 -19
- package/lib/main/node/plugins-key-value-storage.js.map +1 -1
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-directory-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-file-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts +0 -15
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.d.ts.map +1 -1
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js +16 -16
- package/lib/main/node/resolvers/local-plugin-deployer-resolver.js.map +1 -1
- package/lib/main/node/temp-dir-util.js +15 -15
- package/lib/main/node/temp-dir-util.js.map +1 -1
- package/lib/main/node/webview-backend-security-warnings.d.ts +0 -15
- package/lib/main/node/webview-backend-security-warnings.d.ts.map +1 -1
- package/lib/main/node/webview-backend-security-warnings.js +16 -16
- package/lib/main/node/webview-backend-security-warnings.js.map +1 -1
- package/lib/plugin/authentication-ext.d.ts +23 -23
- package/lib/plugin/authentication-ext.d.ts.map +1 -1
- package/lib/plugin/authentication-ext.js +43 -39
- package/lib/plugin/authentication-ext.js.map +1 -1
- package/lib/plugin/clipboard-ext.d.ts +0 -15
- package/lib/plugin/clipboard-ext.d.ts.map +1 -1
- package/lib/plugin/clipboard-ext.js +15 -15
- package/lib/plugin/clipboard-ext.js.map +1 -1
- package/lib/plugin/command-registry.d.ts +0 -15
- package/lib/plugin/command-registry.d.ts.map +1 -1
- package/lib/plugin/command-registry.js +15 -15
- package/lib/plugin/command-registry.js.map +1 -1
- package/lib/plugin/comments.d.ts +0 -15
- package/lib/plugin/comments.d.ts.map +1 -1
- package/lib/plugin/comments.js +21 -21
- package/lib/plugin/comments.js.map +1 -1
- package/lib/plugin/custom-editors.d.ts +0 -15
- package/lib/plugin/custom-editors.d.ts.map +1 -1
- package/lib/plugin/custom-editors.js +15 -15
- package/lib/plugin/custom-editors.js.map +1 -1
- package/lib/plugin/decorations.d.ts +0 -15
- package/lib/plugin/decorations.d.ts.map +1 -1
- package/lib/plugin/decorations.js +16 -16
- package/lib/plugin/decorations.js.map +1 -1
- package/lib/plugin/dialogs.js +15 -15
- package/lib/plugin/dialogs.js.map +1 -1
- package/lib/plugin/document-data.d.ts +0 -15
- package/lib/plugin/document-data.d.ts.map +1 -1
- package/lib/plugin/document-data.js +19 -19
- package/lib/plugin/document-data.js.map +1 -1
- package/lib/plugin/documents.d.ts +0 -15
- package/lib/plugin/documents.d.ts.map +1 -1
- package/lib/plugin/documents.js +16 -16
- package/lib/plugin/documents.js.map +1 -1
- package/lib/plugin/editors-and-documents.d.ts +0 -15
- package/lib/plugin/editors-and-documents.d.ts.map +1 -1
- package/lib/plugin/editors-and-documents.js +21 -21
- package/lib/plugin/editors-and-documents.js.map +1 -1
- package/lib/plugin/env.d.ts +0 -15
- package/lib/plugin/env.d.ts.map +1 -1
- package/lib/plugin/env.js +17 -17
- package/lib/plugin/env.js.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.d.ts +0 -15
- package/lib/plugin/file-system-event-service-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-event-service-ext-impl.js +17 -17
- package/lib/plugin/file-system-event-service-ext-impl.js.map +1 -1
- package/lib/plugin/file-system-ext-impl.d.ts +0 -15
- package/lib/plugin/file-system-ext-impl.d.ts.map +1 -1
- package/lib/plugin/file-system-ext-impl.js +16 -16
- package/lib/plugin/file-system-ext-impl.js.map +1 -1
- package/lib/plugin/known-commands.d.ts +0 -15
- package/lib/plugin/known-commands.d.ts.map +1 -1
- package/lib/plugin/known-commands.js +32 -31
- package/lib/plugin/known-commands.js.map +1 -1
- package/lib/plugin/known-commands.spec.d.ts +0 -15
- package/lib/plugin/known-commands.spec.d.ts.map +1 -1
- package/lib/plugin/known-commands.spec.js +16 -16
- package/lib/plugin/known-commands.spec.js.map +1 -1
- package/lib/plugin/label-service.d.ts +0 -15
- package/lib/plugin/label-service.d.ts.map +1 -1
- package/lib/plugin/label-service.js +15 -15
- package/lib/plugin/label-service.js.map +1 -1
- package/lib/plugin/languages/call-hierarchy.d.ts +0 -15
- package/lib/plugin/languages/call-hierarchy.d.ts.map +1 -1
- package/lib/plugin/languages/call-hierarchy.js +15 -15
- package/lib/plugin/languages/call-hierarchy.js.map +1 -1
- package/lib/plugin/languages/code-action.d.ts +7 -16
- package/lib/plugin/languages/code-action.d.ts.map +1 -1
- package/lib/plugin/languages/code-action.js +51 -17
- package/lib/plugin/languages/code-action.js.map +1 -1
- package/lib/plugin/languages/color.d.ts +0 -15
- package/lib/plugin/languages/color.d.ts.map +1 -1
- package/lib/plugin/languages/color.js +15 -15
- package/lib/plugin/languages/color.js.map +1 -1
- package/lib/plugin/languages/completion.d.ts +0 -15
- package/lib/plugin/languages/completion.d.ts.map +1 -1
- package/lib/plugin/languages/completion.js +15 -15
- package/lib/plugin/languages/completion.js.map +1 -1
- package/lib/plugin/languages/declaration.d.ts +0 -15
- package/lib/plugin/languages/declaration.d.ts.map +1 -1
- package/lib/plugin/languages/declaration.js +17 -17
- package/lib/plugin/languages/declaration.js.map +1 -1
- package/lib/plugin/languages/definition.d.ts +0 -15
- package/lib/plugin/languages/definition.d.ts.map +1 -1
- package/lib/plugin/languages/definition.js +17 -17
- package/lib/plugin/languages/definition.js.map +1 -1
- package/lib/plugin/languages/diagnostics.d.ts +0 -15
- package/lib/plugin/languages/diagnostics.d.ts.map +1 -1
- package/lib/plugin/languages/diagnostics.js +18 -18
- package/lib/plugin/languages/diagnostics.js.map +1 -1
- package/lib/plugin/languages/document-formatting.d.ts +0 -15
- package/lib/plugin/languages/document-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/document-formatting.js +15 -15
- package/lib/plugin/languages/document-formatting.js.map +1 -1
- package/lib/plugin/languages/document-highlight.d.ts +0 -15
- package/lib/plugin/languages/document-highlight.d.ts.map +1 -1
- package/lib/plugin/languages/document-highlight.js +15 -15
- package/lib/plugin/languages/document-highlight.js.map +1 -1
- package/lib/plugin/languages/folding.d.ts +0 -15
- package/lib/plugin/languages/folding.d.ts.map +1 -1
- package/lib/plugin/languages/folding.js +15 -15
- package/lib/plugin/languages/folding.js.map +1 -1
- package/lib/plugin/languages/hover.d.ts +0 -15
- package/lib/plugin/languages/hover.d.ts.map +1 -1
- package/lib/plugin/languages/hover.js +15 -15
- package/lib/plugin/languages/hover.js.map +1 -1
- package/lib/plugin/languages/implementation.d.ts +0 -15
- package/lib/plugin/languages/implementation.d.ts.map +1 -1
- package/lib/plugin/languages/implementation.js +17 -17
- package/lib/plugin/languages/implementation.js.map +1 -1
- package/lib/plugin/languages/lens.d.ts +0 -15
- package/lib/plugin/languages/lens.d.ts.map +1 -1
- package/lib/plugin/languages/lens.js +15 -15
- package/lib/plugin/languages/lens.js.map +1 -1
- package/lib/plugin/languages/link-provider.d.ts +0 -15
- package/lib/plugin/languages/link-provider.d.ts.map +1 -1
- package/lib/plugin/languages/link-provider.js +15 -15
- package/lib/plugin/languages/link-provider.js.map +1 -1
- package/lib/plugin/languages/on-type-formatting.d.ts +0 -15
- package/lib/plugin/languages/on-type-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/on-type-formatting.js +15 -15
- package/lib/plugin/languages/on-type-formatting.js.map +1 -1
- package/lib/plugin/languages/outline.d.ts +0 -15
- package/lib/plugin/languages/outline.d.ts.map +1 -1
- package/lib/plugin/languages/outline.js +15 -15
- package/lib/plugin/languages/outline.js.map +1 -1
- package/lib/plugin/languages/range-formatting.d.ts +0 -15
- package/lib/plugin/languages/range-formatting.d.ts.map +1 -1
- package/lib/plugin/languages/range-formatting.js +15 -15
- package/lib/plugin/languages/range-formatting.js.map +1 -1
- package/lib/plugin/languages/reference.d.ts +0 -15
- package/lib/plugin/languages/reference.d.ts.map +1 -1
- package/lib/plugin/languages/reference.js +16 -16
- package/lib/plugin/languages/reference.js.map +1 -1
- package/lib/plugin/languages/rename.d.ts +0 -15
- package/lib/plugin/languages/rename.d.ts.map +1 -1
- package/lib/plugin/languages/rename.js +16 -16
- package/lib/plugin/languages/rename.js.map +1 -1
- package/lib/plugin/languages/selection-range.d.ts +0 -15
- package/lib/plugin/languages/selection-range.d.ts.map +1 -1
- package/lib/plugin/languages/selection-range.js +15 -15
- package/lib/plugin/languages/selection-range.js.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.d.ts +0 -15
- package/lib/plugin/languages/semantic-highlighting.d.ts.map +1 -1
- package/lib/plugin/languages/semantic-highlighting.js +19 -19
- package/lib/plugin/languages/semantic-highlighting.js.map +1 -1
- package/lib/plugin/languages/signature.d.ts +0 -15
- package/lib/plugin/languages/signature.d.ts.map +1 -1
- package/lib/plugin/languages/signature.js +15 -15
- package/lib/plugin/languages/signature.js.map +1 -1
- package/lib/plugin/languages/type-definition.d.ts +0 -15
- package/lib/plugin/languages/type-definition.d.ts.map +1 -1
- package/lib/plugin/languages/type-definition.js +17 -17
- package/lib/plugin/languages/type-definition.js.map +1 -1
- package/lib/plugin/languages/util.d.ts +0 -15
- package/lib/plugin/languages/util.d.ts.map +1 -1
- package/lib/plugin/languages/util.js +15 -15
- package/lib/plugin/languages/util.js.map +1 -1
- package/lib/plugin/languages/workspace-symbol.d.ts +0 -15
- package/lib/plugin/languages/workspace-symbol.d.ts.map +1 -1
- package/lib/plugin/languages/workspace-symbol.js +15 -15
- package/lib/plugin/languages/workspace-symbol.js.map +1 -1
- package/lib/plugin/languages.d.ts +2 -15
- package/lib/plugin/languages.d.ts.map +1 -1
- package/lib/plugin/languages.js +23 -16
- package/lib/plugin/languages.js.map +1 -1
- package/lib/plugin/markdown-string.d.ts +0 -15
- package/lib/plugin/markdown-string.d.ts.map +1 -1
- package/lib/plugin/markdown-string.js +15 -15
- package/lib/plugin/markdown-string.js.map +1 -1
- package/lib/plugin/message-registry.d.ts +0 -15
- package/lib/plugin/message-registry.d.ts.map +1 -1
- package/lib/plugin/message-registry.js +15 -15
- package/lib/plugin/message-registry.js.map +1 -1
- package/lib/plugin/node/debug/debug.js +22 -22
- package/lib/plugin/node/debug/debug.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-executable-resolver.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-session.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-session.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-session.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-session.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.d.ts +1 -16
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.js +19 -19
- package/lib/plugin/node/debug/plugin-debug-adapter-starter.js.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.d.ts +0 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.d.ts.map +1 -1
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.js +15 -15
- package/lib/plugin/node/debug/plugin-debug-adapter-tracker.js.map +1 -1
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.d.ts +19 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.d.ts.map +1 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.js +45 -0
- package/lib/plugin/node/debug/plugin-inline-debug-adapter.js.map +1 -0
- package/lib/plugin/node/env-node-ext.d.ts +0 -15
- package/lib/plugin/node/env-node-ext.d.ts.map +1 -1
- package/lib/plugin/node/env-node-ext.js +17 -17
- package/lib/plugin/node/env-node-ext.js.map +1 -1
- package/lib/plugin/notification.d.ts +0 -15
- package/lib/plugin/notification.d.ts.map +1 -1
- package/lib/plugin/notification.js +15 -15
- package/lib/plugin/notification.js.map +1 -1
- package/lib/plugin/output-channel/output-channel-item.d.ts +0 -15
- package/lib/plugin/output-channel/output-channel-item.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.d.ts +0 -15
- package/lib/plugin/output-channel-registry.d.ts.map +1 -1
- package/lib/plugin/output-channel-registry.js +15 -15
- package/lib/plugin/output-channel-registry.js.map +1 -1
- package/lib/plugin/path.d.ts +0 -15
- package/lib/plugin/path.d.ts.map +1 -1
- package/lib/plugin/path.js +15 -15
- package/lib/plugin/path.js.map +1 -1
- package/lib/plugin/path.spec.d.ts +0 -15
- package/lib/plugin/path.spec.d.ts.map +1 -1
- package/lib/plugin/path.spec.js +18 -18
- package/lib/plugin/path.spec.js.map +1 -1
- package/lib/plugin/plugin-context.d.ts +0 -15
- package/lib/plugin/plugin-context.d.ts.map +1 -1
- package/lib/plugin/plugin-context.js +100 -48
- package/lib/plugin/plugin-context.js.map +1 -1
- package/lib/plugin/plugin-icon-path.d.ts +0 -15
- package/lib/plugin/plugin-icon-path.d.ts.map +1 -1
- package/lib/plugin/plugin-icon-path.js +15 -15
- package/lib/plugin/plugin-icon-path.js.map +1 -1
- package/lib/plugin/plugin-manager.d.ts +0 -15
- package/lib/plugin/plugin-manager.d.ts.map +1 -1
- package/lib/plugin/plugin-manager.js +26 -24
- package/lib/plugin/plugin-manager.js.map +1 -1
- package/lib/plugin/plugin-storage.d.ts +0 -15
- package/lib/plugin/plugin-storage.d.ts.map +1 -1
- package/lib/plugin/plugin-storage.js +15 -15
- package/lib/plugin/plugin-storage.js.map +1 -1
- package/lib/plugin/preference-registry.d.ts +0 -15
- package/lib/plugin/preference-registry.d.ts.map +1 -1
- package/lib/plugin/preference-registry.js +18 -18
- package/lib/plugin/preference-registry.js.map +1 -1
- package/lib/plugin/preference-registry.spec.d.ts +0 -15
- package/lib/plugin/preference-registry.spec.d.ts.map +1 -1
- package/lib/plugin/preference-registry.spec.js +15 -15
- package/lib/plugin/preference-registry.spec.js.map +1 -1
- package/lib/plugin/preferences/configuration.d.ts +0 -15
- package/lib/plugin/preferences/configuration.d.ts.map +1 -1
- package/lib/plugin/preferences/configuration.js +16 -16
- package/lib/plugin/preferences/configuration.js.map +1 -1
- package/lib/plugin/preferences/configuration.spec.d.ts +0 -15
- package/lib/plugin/preferences/configuration.spec.d.ts.map +1 -1
- package/lib/plugin/preferences/configuration.spec.js +15 -15
- package/lib/plugin/preferences/configuration.spec.js.map +1 -1
- package/lib/plugin/prefix-sum-computer.d.ts +0 -15
- package/lib/plugin/prefix-sum-computer.d.ts.map +1 -1
- package/lib/plugin/prefix-sum-computer.js +15 -15
- package/lib/plugin/prefix-sum-computer.js.map +1 -1
- package/lib/plugin/quick-open.d.ts +0 -15
- package/lib/plugin/quick-open.d.ts.map +1 -1
- package/lib/plugin/quick-open.js +16 -16
- package/lib/plugin/quick-open.js.map +1 -1
- package/lib/plugin/scm.d.ts +0 -15
- package/lib/plugin/scm.d.ts.map +1 -1
- package/lib/plugin/scm.js +16 -18
- package/lib/plugin/scm.js.map +1 -1
- package/lib/plugin/secrets-ext.d.ts +0 -15
- package/lib/plugin/secrets-ext.d.ts.map +1 -1
- package/lib/plugin/secrets-ext.js +15 -15
- package/lib/plugin/secrets-ext.js.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.d.ts +3 -17
- package/lib/plugin/status-bar/status-bar-item.d.ts.map +1 -1
- package/lib/plugin/status-bar/status-bar-item.js +5 -2
- package/lib/plugin/status-bar/status-bar-item.js.map +1 -1
- package/lib/plugin/status-bar-message-registry.d.ts +1 -16
- package/lib/plugin/status-bar-message-registry.d.ts.map +1 -1
- package/lib/plugin/status-bar-message-registry.js +17 -17
- package/lib/plugin/status-bar-message-registry.js.map +1 -1
- package/lib/plugin/tasks/task-provider.d.ts +0 -15
- package/lib/plugin/tasks/task-provider.d.ts.map +1 -1
- package/lib/plugin/tasks/task-provider.js +15 -15
- package/lib/plugin/tasks/task-provider.js.map +1 -1
- package/lib/plugin/tasks/tasks.d.ts +0 -15
- package/lib/plugin/tasks/tasks.d.ts.map +1 -1
- package/lib/plugin/tasks/tasks.js +15 -15
- package/lib/plugin/tasks/tasks.js.map +1 -1
- package/lib/plugin/terminal-ext.d.ts.map +1 -1
- package/lib/plugin/terminal-ext.js +17 -16
- package/lib/plugin/terminal-ext.js.map +1 -1
- package/lib/plugin/text-editor.d.ts +0 -15
- package/lib/plugin/text-editor.d.ts.map +1 -1
- package/lib/plugin/text-editor.js +10 -10
- package/lib/plugin/text-editor.js.map +1 -1
- package/lib/plugin/text-editors.d.ts +0 -15
- package/lib/plugin/text-editors.d.ts.map +1 -1
- package/lib/plugin/text-editors.js +15 -15
- package/lib/plugin/text-editors.js.map +1 -1
- package/lib/plugin/theming.d.ts +0 -15
- package/lib/plugin/theming.d.ts.map +1 -1
- package/lib/plugin/theming.js +15 -15
- package/lib/plugin/theming.js.map +1 -1
- package/lib/plugin/timeline.d.ts +0 -15
- package/lib/plugin/timeline.d.ts.map +1 -1
- package/lib/plugin/timeline.js +15 -15
- package/lib/plugin/timeline.js.map +1 -1
- package/lib/plugin/tree/tree-views.d.ts +0 -15
- package/lib/plugin/tree/tree-views.d.ts.map +1 -1
- package/lib/plugin/tree/tree-views.js +15 -15
- package/lib/plugin/tree/tree-views.js.map +1 -1
- package/lib/plugin/type-converters.d.ts +0 -15
- package/lib/plugin/type-converters.d.ts.map +1 -1
- package/lib/plugin/type-converters.js +21 -20
- package/lib/plugin/type-converters.js.map +1 -1
- package/lib/plugin/type-converters.spec.d.ts +0 -15
- package/lib/plugin/type-converters.spec.d.ts.map +1 -1
- package/lib/plugin/type-converters.spec.js +20 -20
- package/lib/plugin/type-converters.spec.js.map +1 -1
- package/lib/plugin/types-impl.d.ts +0 -15
- package/lib/plugin/types-impl.d.ts.map +1 -1
- package/lib/plugin/types-impl.js +49 -47
- package/lib/plugin/types-impl.js.map +1 -1
- package/lib/plugin/types-impl.spec.d.ts +0 -15
- package/lib/plugin/types-impl.spec.d.ts.map +1 -1
- package/lib/plugin/types-impl.spec.js +15 -15
- package/lib/plugin/types-impl.spec.js.map +1 -1
- package/lib/plugin/webview-views.d.ts +53 -0
- package/lib/plugin/webview-views.d.ts.map +1 -0
- package/lib/plugin/webview-views.js +145 -0
- package/lib/plugin/webview-views.js.map +1 -0
- package/lib/plugin/webviews.d.ts +6 -15
- package/lib/plugin/webviews.d.ts.map +1 -1
- package/lib/plugin/webviews.js +44 -21
- package/lib/plugin/webviews.js.map +1 -1
- package/lib/plugin/window-state.d.ts +0 -15
- package/lib/plugin/window-state.d.ts.map +1 -1
- package/lib/plugin/window-state.js +15 -15
- package/lib/plugin/window-state.js.map +1 -1
- package/lib/plugin/word-helper.d.ts +0 -15
- package/lib/plugin/word-helper.d.ts.map +1 -1
- package/lib/plugin/word-helper.js +15 -15
- package/lib/plugin/word-helper.js.map +1 -1
- package/lib/plugin/workspace.d.ts +6 -15
- package/lib/plugin/workspace.d.ts.map +1 -1
- package/lib/plugin/workspace.js +36 -18
- package/lib/plugin/workspace.js.map +1 -1
- package/lib/plugin-ext-backend-electron-module.d.ts +0 -15
- package/lib/plugin-ext-backend-electron-module.d.ts.map +1 -1
- package/lib/plugin-ext-backend-electron-module.js +17 -17
- package/lib/plugin-ext-backend-electron-module.js.map +1 -1
- package/lib/plugin-ext-backend-module.d.ts +0 -15
- package/lib/plugin-ext-backend-module.d.ts.map +1 -1
- package/lib/plugin-ext-backend-module.js +17 -17
- package/lib/plugin-ext-backend-module.js.map +1 -1
- package/lib/plugin-ext-frontend-electron-module.d.ts +0 -15
- package/lib/plugin-ext-frontend-electron-module.d.ts.map +1 -1
- package/lib/plugin-ext-frontend-electron-module.js +15 -15
- package/lib/plugin-ext-frontend-electron-module.js.map +1 -1
- package/lib/plugin-ext-frontend-module.d.ts +0 -15
- package/lib/plugin-ext-frontend-module.d.ts.map +1 -1
- package/lib/plugin-ext-frontend-module.js +15 -15
- package/lib/plugin-ext-frontend-module.js.map +1 -1
- package/package.json +23 -23
- package/src/common/arrays.ts +15 -15
- package/src/common/assert.ts +15 -15
- package/src/common/character-classifier.ts +15 -15
- package/src/common/connection.ts +15 -15
- package/src/common/disposable-util.ts +15 -15
- package/src/common/editor-options.ts +15 -15
- package/src/common/env.ts +15 -15
- package/src/common/errors.ts +15 -15
- package/src/common/id-generator.ts +15 -15
- package/src/common/index.ts +15 -15
- package/src/common/link-computer.ts +15 -15
- package/src/common/object-identifier.ts +15 -15
- package/src/common/paths-util.ts +15 -15
- package/src/common/plugin-api-rpc-model.ts +28 -32
- package/src/common/plugin-api-rpc.ts +61 -29
- package/src/common/plugin-ext-api-contribution.ts +15 -15
- package/src/common/plugin-protocol.ts +24 -15
- package/src/common/rpc-protocol.ts +15 -15
- package/src/common/semantic-tokens-dto.ts +15 -15
- package/src/common/types.ts +15 -15
- package/src/common/uint.ts +15 -15
- package/src/common/uri-components.ts +15 -15
- package/src/hosted/browser/hosted-plugin-watcher.ts +15 -15
- package/src/hosted/browser/hosted-plugin.ts +35 -55
- package/src/hosted/browser/plugin-worker.ts +15 -15
- package/src/hosted/browser/worker/debug-stub.ts +15 -15
- package/src/hosted/browser/worker/plugin-manifest-loader.ts +15 -15
- package/src/hosted/browser/worker/worker-env-ext.ts +15 -15
- package/src/hosted/browser/worker/worker-main.ts +29 -16
- package/src/hosted/node/hosted-plugin-cli-contribution.ts +15 -15
- package/src/hosted/node/hosted-plugin-deployer-handler.ts +38 -18
- package/src/hosted/node/hosted-plugin-localization-service.ts +15 -15
- package/src/hosted/node/hosted-plugin-process.ts +15 -15
- package/src/hosted/node/hosted-plugin.ts +15 -15
- package/src/hosted/node/metadata-scanner.ts +15 -15
- package/src/hosted/node/plugin-ext-hosted-backend-module.ts +15 -15
- package/src/hosted/node/plugin-host-rpc.ts +15 -15
- package/src/hosted/node/plugin-host.ts +15 -15
- package/src/hosted/node/plugin-manifest-loader.ts +15 -15
- package/src/hosted/node/plugin-reader.ts +17 -16
- package/src/hosted/node/plugin-service.ts +15 -15
- package/src/hosted/node/scanners/backend-init-theia.ts +15 -15
- package/src/hosted/node/scanners/file-plugin-uri-factory.ts +15 -15
- package/src/hosted/node/scanners/grammars-reader.ts +15 -15
- package/src/hosted/node/scanners/plugin-uri-factory.ts +15 -15
- package/src/hosted/node/scanners/scanner-theia.ts +19 -16
- package/src/hosted/node-electron/plugin-ext-hosted-electron-backend-module.ts +15 -15
- package/src/hosted/node-electron/scanner-theia-electron.ts +16 -16
- package/src/main/browser/authentication-main.ts +152 -96
- package/src/main/browser/callhierarchy/callhierarchy-type-converters.ts +15 -15
- package/src/main/browser/clipboard-main.ts +15 -15
- package/src/main/browser/command-registry-main.ts +15 -15
- package/src/main/browser/commands.ts +15 -15
- package/src/main/browser/comments/comment-glyph-widget.ts +15 -15
- package/src/main/browser/comments/comment-thread-widget.tsx +27 -27
- package/src/main/browser/comments/comments-context-key-service.ts +15 -15
- package/src/main/browser/comments/comments-contribution.ts +15 -15
- package/src/main/browser/comments/comments-decorator.ts +15 -15
- package/src/main/browser/comments/comments-main.ts +15 -15
- package/src/main/browser/comments/comments-service.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-contribution.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-opener.tsx +15 -15
- package/src/main/browser/custom-editors/custom-editor-service.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-widget-factory.ts +15 -15
- package/src/main/browser/custom-editors/custom-editor-widget.ts +20 -20
- package/src/main/browser/custom-editors/custom-editors-main.ts +15 -15
- package/src/main/browser/custom-editors/glob.ts +15 -15
- package/src/main/browser/custom-editors/paths.ts +15 -15
- package/src/main/browser/custom-editors/plugin-custom-editor-registry.ts +15 -15
- package/src/main/browser/custom-editors/undo-redo-service.ts +15 -15
- package/src/main/browser/debug/debug-main.ts +15 -15
- package/src/main/browser/debug/plugin-debug-adapter-contribution.ts +15 -15
- package/src/main/browser/debug/plugin-debug-service.ts +15 -15
- package/src/main/browser/debug/plugin-debug-session-contribution-registry.ts +15 -15
- package/src/main/browser/debug/plugin-debug-session-factory.ts +37 -37
- package/src/main/browser/decorations/decorations-main.ts +15 -15
- package/src/main/browser/dialogs/modal-notification.ts +16 -16
- package/src/main/browser/dialogs-main.ts +15 -15
- package/src/main/browser/documents-main.ts +15 -15
- package/src/main/browser/editor/untitled-resource.ts +15 -15
- package/src/main/browser/editors-and-documents-main.ts +15 -15
- package/src/main/browser/env-main.ts +15 -15
- package/src/main/browser/file-system-main-impl.ts +15 -15
- package/src/main/browser/keybindings/keybindings-contribution-handler.ts +15 -15
- package/src/main/browser/label-service-main.ts +15 -15
- package/src/main/browser/languages-main.ts +28 -18
- package/src/main/browser/main-context.ts +19 -15
- package/src/main/browser/main-file-system-event-service.ts +15 -15
- package/src/main/browser/menus/menus-contribution-handler.ts +21 -21
- package/src/main/browser/message-registry-main.ts +15 -15
- package/src/main/browser/notification-main.ts +15 -15
- package/src/main/browser/output-channel-registry-main.ts +15 -15
- package/src/main/browser/plugin-authentication-service.ts +71 -0
- package/src/main/browser/plugin-contribution-handler.ts +15 -15
- package/src/main/browser/plugin-ext-deploy-command.ts +15 -15
- package/src/main/browser/plugin-ext-frontend-module.ts +28 -23
- package/src/main/browser/plugin-ext-widget.tsx +16 -16
- package/src/main/browser/plugin-frontend-contribution.ts +15 -15
- package/src/main/browser/plugin-frontend-view-contribution.ts +15 -15
- package/src/main/browser/plugin-icon-theme-service.ts +15 -15
- package/src/main/browser/plugin-shared-style.ts +15 -15
- package/src/main/browser/plugin-storage.ts +15 -15
- package/src/main/browser/preference-registry-main.ts +15 -15
- package/src/main/browser/quick-open-main.ts +15 -15
- package/src/main/browser/scm-main.ts +15 -15
- package/src/main/browser/secrets-main.ts +15 -15
- package/src/main/browser/selection-provider-command.ts +15 -15
- package/src/main/browser/status-bar-message-registry-main.ts +15 -15
- package/src/main/browser/tasks-main.ts +15 -15
- package/src/main/browser/terminal-main.ts +15 -15
- package/src/main/browser/text-editor-main.ts +15 -15
- package/src/main/browser/text-editor-model-service.ts +15 -15
- package/src/main/browser/text-editors-main.ts +15 -15
- package/src/main/browser/theming-main.ts +15 -15
- package/src/main/browser/timeline-main.ts +15 -15
- package/src/main/browser/view/plugin-tree-view-node-label-provider.ts +15 -15
- package/src/main/browser/view/plugin-view-registry.ts +88 -20
- package/src/main/browser/view/plugin-view-widget.ts +19 -19
- package/src/main/browser/view/tree-view-widget.tsx +29 -32
- package/src/main/browser/view/tree-views-main.ts +15 -15
- package/src/main/browser/view/view-context-key-service.ts +15 -15
- package/src/main/browser/view-column-service.ts +16 -16
- package/src/main/browser/webview/pre/host.js +15 -15
- package/src/main/browser/webview/pre/main.js +15 -15
- package/src/main/browser/webview/pre/service-worker.js +15 -15
- package/src/main/browser/webview/webview-environment.ts +15 -15
- package/src/main/browser/webview/webview-frontend-security-warnings.ts +15 -15
- package/src/main/browser/webview/webview-preferences.ts +15 -15
- package/src/main/browser/webview/webview-resource-cache.ts +15 -15
- package/src/main/browser/webview/webview-theme-data-provider.ts +15 -15
- package/src/main/browser/webview/webview-widget-factory.ts +15 -15
- package/src/main/browser/webview/webview.ts +20 -20
- package/src/main/browser/webview-views/webview-views-main.ts +142 -0
- package/src/main/browser/webview-views/webview-views.ts +38 -0
- package/src/main/browser/webviews-main.ts +15 -15
- package/src/main/browser/window-state-main.ts +15 -15
- package/src/main/browser/workspace-main.ts +24 -16
- package/src/main/common/plugin-paths-protocol.ts +15 -15
- package/src/main/common/plugin-theia-environment.ts +15 -15
- package/src/main/common/webview-protocol.ts +15 -15
- package/src/main/electron-browser/plugin-ext-frontend-electron-module.ts +15 -15
- package/src/main/electron-browser/webview/electron-webview-widget-factory.ts +19 -19
- package/src/main/node/handlers/plugin-theia-directory-handler.ts +15 -15
- package/src/main/node/handlers/plugin-theia-file-handler.ts +15 -15
- package/src/main/node/paths/const.ts +15 -15
- package/src/main/node/paths/plugin-paths-service.ts +16 -16
- package/src/main/node/plugin-cli-contribution.ts +15 -15
- package/src/main/node/plugin-deployer-contribution.ts +15 -15
- package/src/main/node/plugin-deployer-directory-handler-context-impl.ts +15 -15
- package/src/main/node/plugin-deployer-entry-impl.ts +15 -15
- package/src/main/node/plugin-deployer-file-handler-context-impl.ts +15 -15
- package/src/main/node/plugin-deployer-impl.ts +26 -22
- package/src/main/node/plugin-deployer-proxy-entry-impl.ts +15 -15
- package/src/main/node/plugin-deployer-resolver-context-impl.ts +15 -15
- package/src/main/node/plugin-ext-backend-module.ts +15 -15
- package/src/main/node/plugin-github-resolver.ts +15 -15
- package/src/main/node/plugin-http-resolver.ts +15 -15
- package/src/main/node/plugin-server-handler.ts +15 -15
- package/src/main/node/plugin-service.ts +15 -15
- package/src/main/node/plugin-theia-deployer-participant.ts +15 -15
- package/src/main/node/plugins-key-value-storage.ts +15 -15
- package/src/main/node/resolvers/local-directory-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/resolvers/local-file-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/resolvers/local-plugin-deployer-resolver.ts +15 -15
- package/src/main/node/temp-dir-util.ts +15 -15
- package/src/main/node/webview-backend-security-warnings.ts +15 -15
- package/src/plugin/authentication-ext.ts +57 -47
- package/src/plugin/clipboard-ext.ts +15 -15
- package/src/plugin/command-registry.ts +15 -15
- package/src/plugin/comments.ts +15 -15
- package/src/plugin/custom-editors.ts +15 -15
- package/src/plugin/decorations.ts +15 -15
- package/src/plugin/dialogs.ts +15 -15
- package/src/plugin/document-data.ts +15 -15
- package/src/plugin/documents.ts +15 -15
- package/src/plugin/editors-and-documents.ts +15 -15
- package/src/plugin/env.ts +15 -15
- package/src/plugin/file-system-event-service-ext-impl.ts +15 -15
- package/src/plugin/file-system-ext-impl.ts +15 -15
- package/src/plugin/known-commands.spec.ts +15 -15
- package/src/plugin/known-commands.ts +15 -15
- package/src/plugin/label-service.ts +15 -15
- package/src/plugin/languages/call-hierarchy.ts +15 -15
- package/src/plugin/languages/code-action.ts +61 -18
- package/src/plugin/languages/color.ts +15 -15
- package/src/plugin/languages/completion.ts +15 -15
- package/src/plugin/languages/declaration.ts +15 -15
- package/src/plugin/languages/definition.ts +15 -15
- package/src/plugin/languages/diagnostics.ts +15 -15
- package/src/plugin/languages/document-formatting.ts +15 -15
- package/src/plugin/languages/document-highlight.ts +15 -15
- package/src/plugin/languages/folding.ts +15 -15
- package/src/plugin/languages/hover.ts +15 -15
- package/src/plugin/languages/implementation.ts +15 -15
- package/src/plugin/languages/lens.ts +15 -15
- package/src/plugin/languages/link-provider.ts +15 -15
- package/src/plugin/languages/on-type-formatting.ts +15 -15
- package/src/plugin/languages/outline.ts +15 -15
- package/src/plugin/languages/range-formatting.ts +15 -15
- package/src/plugin/languages/reference.ts +15 -15
- package/src/plugin/languages/rename.ts +15 -15
- package/src/plugin/languages/selection-range.ts +15 -15
- package/src/plugin/languages/semantic-highlighting.ts +15 -15
- package/src/plugin/languages/signature.ts +15 -15
- package/src/plugin/languages/type-definition.ts +15 -15
- package/src/plugin/languages/util.ts +15 -15
- package/src/plugin/languages/workspace-symbol.ts +15 -15
- package/src/plugin/languages.ts +24 -15
- package/src/plugin/markdown-string.ts +15 -15
- package/src/plugin/message-registry.ts +15 -15
- package/src/plugin/node/debug/debug.ts +15 -15
- package/src/plugin/node/debug/plugin-debug-adapter-executable-resolver.ts +15 -15
- package/src/plugin/node/debug/plugin-debug-adapter-session.ts +22 -22
- package/src/plugin/node/debug/plugin-debug-adapter-starter.ts +16 -16
- package/src/plugin/node/debug/plugin-debug-adapter-tracker.ts +15 -15
- package/src/plugin/node/debug/plugin-inline-debug-adapter.ts +47 -0
- package/src/plugin/node/env-node-ext.ts +16 -16
- package/src/plugin/notification.ts +15 -15
- package/src/plugin/output-channel/output-channel-item.ts +15 -15
- package/src/plugin/output-channel-registry.ts +15 -15
- package/src/plugin/path.spec.ts +15 -15
- package/src/plugin/path.ts +15 -15
- package/src/plugin/plugin-context.ts +88 -25
- package/src/plugin/plugin-icon-path.ts +15 -15
- package/src/plugin/plugin-manager.ts +21 -19
- package/src/plugin/plugin-storage.ts +15 -15
- package/src/plugin/preference-registry.spec.ts +15 -15
- package/src/plugin/preference-registry.ts +15 -15
- package/src/plugin/preferences/configuration.spec.ts +15 -15
- package/src/plugin/preferences/configuration.ts +15 -15
- package/src/plugin/prefix-sum-computer.ts +15 -15
- package/src/plugin/quick-open.ts +28 -26
- package/src/plugin/scm.ts +15 -15
- package/src/plugin/secrets-ext.ts +15 -15
- package/src/plugin/status-bar/status-bar-item.ts +23 -17
- package/src/plugin/status-bar-message-registry.ts +18 -17
- package/src/plugin/tasks/task-provider.ts +15 -15
- package/src/plugin/tasks/tasks.ts +15 -15
- package/src/plugin/terminal-ext.ts +17 -16
- package/src/plugin/text-editor.ts +15 -15
- package/src/plugin/text-editors.ts +15 -15
- package/src/plugin/theming.ts +15 -15
- package/src/plugin/timeline.ts +15 -15
- package/src/plugin/tree/tree-views.ts +15 -15
- package/src/plugin/type-converters.spec.ts +15 -15
- package/src/plugin/type-converters.ts +15 -15
- package/src/plugin/types-impl.spec.ts +15 -15
- package/src/plugin/types-impl.ts +23 -23
- package/src/plugin/webview-views.ts +213 -0
- package/src/plugin/webviews.ts +45 -15
- package/src/plugin/window-state.ts +15 -15
- package/src/plugin/word-helper.ts +15 -15
- package/src/plugin/workspace.ts +38 -15
- package/src/plugin-ext-backend-electron-module.ts +15 -15
- package/src/plugin-ext-backend-module.ts +15 -15
- package/src/plugin-ext-frontend-electron-module.ts +15 -15
- package/src/plugin-ext-frontend-module.ts +15 -15
- package/src/typings/index.d.ts +15 -15
- package/src/typings/monaco/index.d.ts +15 -15
package/lib/common/arrays.d.ts
CHANGED
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2020 TypeFox and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
/**
|
|
17
2
|
* @returns New array with all falsy values removed. The original array IS NOT modified.
|
|
18
3
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arrays.d.ts","sourceRoot":"","sources":["../../src/common/arrays.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"arrays.d.ts","sourceRoot":"","sources":["../../src/common/arrays.ts"],"names":[],"mappings":"AAqBA;;GAEG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,KAAK,EAAE,aAAa,CAAC,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,CAE3E;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,SAAS,GAAG,IAAI,GAAG,GAAG,IAAI,CAAC,EAAE,CAAC;AAC5E,wBAAgB,eAAe,CAAC,CAAC,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,GAAG,SAAS,GAAG,IAAI,GAAG,GAAG,IAAI,SAAS,CAAC,EAAE,CAAC;AAK9F,wBAAgB,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,CAE1C;AAED,MAAM,WAAW,MAAM,CAAC,CAAC;IACrB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,QAAQ,EAAE,CAAC,EAAE,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,SAAS,OAAO,EAAE,CAGvE"}
|
package/lib/common/arrays.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2020 TypeFox and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
/*---------------------------------------------------------------------------------------------
|
|
18
18
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
19
19
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
package/lib/common/arrays.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arrays.js","sourceRoot":"","sources":["../../src/common/arrays.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"arrays.js","sourceRoot":"","sources":["../../src/common/arrays.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;AAChF;;;gGAGgG;AAChG,0HAA0H;;;AAE1H;;GAEG;AACH,SAAgB,QAAQ,CAAI,KAA0C;IAClE,OAAY,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACvC,CAAC;AAFD,4BAEC;AAOD,SAAgB,eAAe,CAAI,GAA0C;IACzE,OAAO,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC;AAChD,CAAC;AAFD,0CAEC;AAED,SAAgB,OAAO,CAAI,GAAU;IACjC,OAAa,EAAG,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC;AACpC,CAAC;AAFD,0BAEC;AAQD;;GAEG;AACH,SAAgB,eAAe,CAAC,GAAY;IACxC,iGAAiG;IACjG,OAAO,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;AAC9B,CAAC;AAHD,0CAGC"}
|
package/lib/common/assert.d.ts
CHANGED
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
export declare function ok(val?: any, message?: string): void;
|
|
17
2
|
//# sourceMappingURL=assert.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assert.d.ts","sourceRoot":"","sources":["../../src/common/assert.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"assert.d.ts","sourceRoot":"","sources":["../../src/common/assert.ts"],"names":[],"mappings":"AAkBA,wBAAgB,EAAE,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAIpD"}
|
package/lib/common/assert.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.ok = void 0;
|
|
19
19
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
package/lib/common/assert.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assert.js","sourceRoot":"","sources":["../../src/common/assert.ts"],"names":[],"mappings":";AACA
|
|
1
|
+
{"version":3,"file":"assert.js","sourceRoot":"","sources":["../../src/common/assert.ts"],"names":[],"mappings":";AACA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;AAEhF,8DAA8D;AAC9D,SAAgB,EAAE,CAAC,GAAS,EAAE,OAAgB;IAC1C,IAAI,CAAC,GAAG,IAAI,GAAG,KAAK,IAAI,EAAE;QACtB,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,qBAAqB,OAAO,GAAG,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC;KACnF;AACL,CAAC;AAJD,gBAIC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2020 TypeFox and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
/**
|
|
17
2
|
* A fast character classifier that uses a compact array for ASCII values.
|
|
18
3
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"character-classifier.d.ts","sourceRoot":"","sources":["../../src/common/character-classifier.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"character-classifier.d.ts","sourceRoot":"","sources":["../../src/common/character-classifier.ts"],"names":[],"mappings":"AAuBA;;GAEG;AACH,qBAAa,mBAAmB,CAAC,CAAC,SAAS,MAAM;IAC7C;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,UAAU,CAAC;IAEhC;;OAEG;IACH,SAAS,CAAC,IAAI,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEpC,SAAS,CAAC,aAAa,EAAE,MAAM,CAAC;gBAEpB,aAAa,EAAE,CAAC;IAQ5B,OAAO,CAAC,MAAM,CAAC,eAAe;IAQvB,GAAG,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,IAAI;IAUtC,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,CAAC;CAOlC"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2020 TypeFox and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
/*---------------------------------------------------------------------------------------------
|
|
18
18
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
19
19
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
@@ -27,7 +27,7 @@ const uint_1 = require("./uint");
|
|
|
27
27
|
*/
|
|
28
28
|
class CharacterClassifier {
|
|
29
29
|
constructor(_defaultValue) {
|
|
30
|
-
const defaultValue = uint_1.toUint8(_defaultValue);
|
|
30
|
+
const defaultValue = (0, uint_1.toUint8)(_defaultValue);
|
|
31
31
|
this._defaultValue = defaultValue;
|
|
32
32
|
this._asciiMap = CharacterClassifier._createAsciiMap(defaultValue);
|
|
33
33
|
this._map = new Map();
|
|
@@ -40,7 +40,7 @@ class CharacterClassifier {
|
|
|
40
40
|
return asciiMap;
|
|
41
41
|
}
|
|
42
42
|
set(charCode, _value) {
|
|
43
|
-
const value = uint_1.toUint8(_value);
|
|
43
|
+
const value = (0, uint_1.toUint8)(_value);
|
|
44
44
|
if (charCode >= 0 && charCode < 256) {
|
|
45
45
|
this._asciiMap[charCode] = value;
|
|
46
46
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"character-classifier.js","sourceRoot":"","sources":["../../src/common/character-classifier.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"character-classifier.js","sourceRoot":"","sources":["../../src/common/character-classifier.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;AAChF;;;gGAGgG;AAChG,8IAA8I;;;AAE9I,iCAAiC;AAEjC;;GAEG;AACH,MAAa,mBAAmB;IAa5B,YAAY,aAAgB;QACxB,MAAM,YAAY,GAAG,IAAA,cAAO,EAAC,aAAa,CAAC,CAAC;QAE5C,IAAI,CAAC,aAAa,GAAG,YAAY,CAAC;QAClC,IAAI,CAAC,SAAS,GAAG,mBAAmB,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC;QACnE,IAAI,CAAC,IAAI,GAAG,IAAI,GAAG,EAAkB,CAAC;IAC1C,CAAC;IAEO,MAAM,CAAC,eAAe,CAAC,YAAoB;QAC/C,MAAM,QAAQ,GAAe,IAAI,UAAU,CAAC,GAAG,CAAC,CAAC;QACjD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;YAC1B,QAAQ,CAAC,CAAC,CAAC,GAAG,YAAY,CAAC;SAC9B;QACD,OAAO,QAAQ,CAAC;IACpB,CAAC;IAEM,GAAG,CAAC,QAAgB,EAAE,MAAS;QAClC,MAAM,KAAK,GAAG,IAAA,cAAO,EAAC,MAAM,CAAC,CAAC;QAE9B,IAAI,QAAQ,IAAI,CAAC,IAAI,QAAQ,GAAG,GAAG,EAAE;YACjC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;SACpC;aAAM;YACH,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;SAClC;IACL,CAAC;IAEM,GAAG,CAAC,QAAgB;QACvB,IAAI,QAAQ,IAAI,CAAC,IAAI,QAAQ,GAAG,GAAG,EAAE;YACjC,OAAU,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;SACtC;aAAM;YACH,OAAU,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC;SAC7D;IACL,CAAC;CACJ;AA9CD,kDA8CC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
import { Channel } from '@theia/debug/lib/common/debug-service';
|
|
17
2
|
import { ConnectionExt, ConnectionMain } from './plugin-api-rpc';
|
|
18
3
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection.d.ts","sourceRoot":"","sources":["../../src/common/connection.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"connection.d.ts","sourceRoot":"","sources":["../../src/common/connection.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGjE;;GAEG;AACH,qBAAa,aAAc,YAAW,OAAO;IAMrC,SAAS,CAAC,QAAQ,CAAC,EAAE,EAAE,MAAM;IAC7B,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,aAAa,GAAG,cAAc;IANjE,OAAO,CAAC,cAAc,CAAkC;IACxD,OAAO,CAAC,YAAY,CAAmC;IACvD,OAAO,CAAC,aAAa,CAAgC;gBAG9B,EAAE,EAAE,MAAM,EACV,UAAU,EAAE,aAAa,GAAG,cAAc;IAEjE,IAAI,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAI3B,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAItC,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAI/B,UAAU,IAAI,IAAI;IAKlB,SAAS,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,GAAG,IAAI;IAKxC,OAAO,CAAC,EAAE,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,GAAG,IAAI;IAIxC,OAAO,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAIzD,KAAK,IAAI,IAAI;CAGhB;AAED,qBAAa,cAAe,YAAW,cAAc,EAAE,aAAa;IAChE,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAgC;IACtD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAoC;gBAEpD,KAAK,EAAE,cAAc,GAAG,aAAa;IAIjD;;;;;OAKG;IACG,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ9D;;;OAGG;IACG,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAMlD;;;OAGG;IACG,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IASlD;;;OAGG;IACG,gBAAgB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAO1D;;;OAGG;IACG,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;cAM5C,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;CAKzE"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
export interface Disposable {
|
|
17
2
|
dispose(): void;
|
|
18
3
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disposable-util.d.ts","sourceRoot":"","sources":["../../src/common/disposable-util.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"disposable-util.d.ts","sourceRoot":"","sources":["../../src/common/disposable-util.ts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,UAAU;IACvB,OAAO,IAAI,IAAI,CAAC;CACnB;AAED,wBAAgB,OAAO,CAAC,CAAC,SAAS,UAAU,EAAE,UAAU,EAAE,CAAC,GAAG,CAAC,GAAG,SAAS,CAAC;AAC5E,wBAAgB,OAAO,CAAC,CAAC,SAAS,UAAU,EAAE,GAAG,WAAW,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,GAAG,SAAS,CAAC;AACpF,wBAAgB,OAAO,CAAC,CAAC,SAAS,UAAU,EAAE,WAAW,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,GAAG,SAAS,CAAC"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.dispose = void 0;
|
|
19
19
|
function dispose(first, ...rest) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disposable-util.js","sourceRoot":"","sources":["../../src/common/disposable-util.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"disposable-util.js","sourceRoot":"","sources":["../../src/common/disposable-util.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;AAShF,SAAgB,OAAO,CAAuB,KAAc,EAAE,GAAG,IAAS;IACtE,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;QACtB,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC;QACrC,OAAO,EAAE,CAAC;KACb;SAAM,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE;QAC1B,IAAI,KAAK,EAAE;YACP,KAAK,CAAC,OAAO,EAAE,CAAC;YAChB,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,SAAS,CAAC;KACpB;SAAM;QACH,OAAO,CAAC,KAAK,CAAC,CAAC;QACf,OAAO,CAAC,IAAI,CAAC,CAAC;QACd,OAAO,EAAE,CAAC;KACb;AACL,CAAC;AAfD,0BAeC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
/**
|
|
17
2
|
* The style in which the editor's cursor should be rendered.
|
|
18
3
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editor-options.d.ts","sourceRoot":"","sources":["../../src/common/editor-options.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"editor-options.d.ts","sourceRoot":"","sources":["../../src/common/editor-options.ts"],"names":[],"mappings":"AAqBA;;GAEG;AACH,oBAAY,qBAAqB;IAC7B;;OAEG;IACH,IAAI,IAAI;IAER;;OAEG;IACH,KAAK,IAAI;IAET;;OAEG;IACH,SAAS,IAAI;IAEb;;OAEG;IACH,QAAQ,IAAI;IAEZ;;OAEG;IACH,YAAY,IAAI;IAEhB;;OAEG;IACH,aAAa,IAAI;CACpB;AAED,wBAAgB,mBAAmB,CAAC,WAAW,EAAE,qBAAqB,GAAG,MAAM,GAAG,OAAO,GAAG,WAAW,GAAG,WAAW,GAAG,eAAe,GAAG,gBAAgB,CAiBzJ"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.cursorStyleToString = exports.TextEditorCursorStyle = void 0;
|
|
19
19
|
/*---------------------------------------------------------------------------------------------
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editor-options.js","sourceRoot":"","sources":["../../src/common/editor-options.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"editor-options.js","sourceRoot":"","sources":["../../src/common/editor-options.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;AAEhF;;;gGAGgG;AAChG,+BAA+B;AAC/B;;GAEG;AACH,IAAY,qBA8BX;AA9BD,WAAY,qBAAqB;IAC7B;;OAEG;IACH,iEAAQ,CAAA;IAER;;OAEG;IACH,mEAAS,CAAA;IAET;;OAEG;IACH,2EAAa,CAAA;IAEb;;OAEG;IACH,yEAAY,CAAA;IAEZ;;OAEG;IACH,iFAAgB,CAAA;IAEhB;;OAEG;IACH,mFAAiB,CAAA;AACrB,CAAC,EA9BW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA8BhC;AAED,SAAgB,mBAAmB,CAAC,WAAkC;IAClE,QAAQ,WAAW,EAAE;QACjB,KAAK,qBAAqB,CAAC,IAAI;YAC3B,OAAO,MAAM,CAAC;QAClB,KAAK,qBAAqB,CAAC,KAAK;YAC5B,OAAO,OAAO,CAAC;QACnB,KAAK,qBAAqB,CAAC,SAAS;YAChC,OAAO,WAAW,CAAC;QACvB,KAAK,qBAAqB,CAAC,QAAQ;YAC/B,OAAO,WAAW,CAAC;QACvB,KAAK,qBAAqB,CAAC,YAAY;YACnC,OAAO,eAAe,CAAC;QAC3B,KAAK,qBAAqB,CAAC,aAAa;YACpC,OAAO,gBAAgB,CAAC;QAC5B;YACI,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;KACnE;AACL,CAAC;AAjBD,kDAiBC"}
|
package/lib/common/env.d.ts
CHANGED
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
export interface QueryParameters {
|
|
17
2
|
[key: string]: string | string[];
|
|
18
3
|
}
|
package/lib/common/env.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/common/env.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/common/env.ts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,eAAe;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAA;CACnC"}
|
package/lib/common/env.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
//# sourceMappingURL=env.js.map
|
package/lib/common/env.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env.js","sourceRoot":"","sources":["../../src/common/env.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"env.js","sourceRoot":"","sources":["../../src/common/env.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF"}
|
package/lib/common/errors.d.ts
CHANGED
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
export declare function illegalArgument(message?: string): Error;
|
|
17
2
|
export declare function readonly(name?: string): Error;
|
|
18
3
|
export declare function disposed(what: string): Error;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/common/errors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/common/errors.ts"],"names":[],"mappings":"AAgBA,wBAAgB,eAAe,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,KAAK,CAMvD;AAED,wBAAgB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAM7C;AAED,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,CAI5C"}
|
package/lib/common/errors.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.disposed = exports.readonly = exports.illegalArgument = void 0;
|
|
19
19
|
function illegalArgument(message) {
|
package/lib/common/errors.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../../src/common/errors.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../../src/common/errors.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;AAEhF,SAAgB,eAAe,CAAC,OAAgB;IAC5C,IAAI,OAAO,EAAE;QACT,OAAO,IAAI,KAAK,CAAC,qBAAqB,OAAO,EAAE,CAAC,CAAC;KACpD;SAAM;QACH,OAAO,IAAI,KAAK,CAAC,kBAAkB,CAAC,CAAC;KACxC;AACL,CAAC;AAND,0CAMC;AAED,SAAgB,QAAQ,CAAC,IAAa;IAClC,IAAI,IAAI,EAAE;QACN,OAAO,IAAI,KAAK,CAAC,sBAAsB,IAAI,qBAAqB,CAAC,CAAC;KACrE;SAAM;QACH,OAAO,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;KAC3D;AACL,CAAC;AAND,4BAMC;AAED,SAAgB,QAAQ,CAAC,IAAY;IACjC,MAAM,MAAM,GAAG,IAAI,KAAK,CAAC,GAAG,IAAI,oBAAoB,CAAC,CAAC;IACtD,MAAM,CAAC,IAAI,GAAG,UAAU,CAAC;IACzB,OAAO,MAAM,CAAC;AAClB,CAAC;AAJD,4BAIC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2018 Red Hat, Inc. and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
1
|
export declare class IdGenerator {
|
|
17
2
|
private prefix;
|
|
18
3
|
private lastId;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id-generator.d.ts","sourceRoot":"","sources":["../../src/common/id-generator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"id-generator.d.ts","sourceRoot":"","sources":["../../src/common/id-generator.ts"],"names":[],"mappings":"AAgBA,qBAAa,WAAW;IAER,OAAO,CAAC,MAAM;IAD1B,OAAO,CAAC,MAAM,CAAS;gBACH,MAAM,EAAE,MAAM;IAIlC,MAAM,IAAI,MAAM;CAGnB"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2018 Red Hat, Inc. and others.
|
|
4
|
+
//
|
|
5
|
+
// This program and the accompanying materials are made available under the
|
|
6
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
+
//
|
|
9
|
+
// This Source Code may also be made available under the following Secondary
|
|
10
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
+
// with the GNU Classpath Exception which is available at
|
|
13
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
14
|
+
//
|
|
15
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
+
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.IdGenerator = void 0;
|
|
19
19
|
class IdGenerator {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id-generator.js","sourceRoot":"","sources":["../../src/common/id-generator.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"id-generator.js","sourceRoot":"","sources":["../../src/common/id-generator.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;AAEhF,MAAa,WAAW;IAEpB,YAAoB,MAAc;QAAd,WAAM,GAAN,MAAM,CAAQ;QAC9B,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;IACpB,CAAC;IAED,MAAM;QACF,OAAO,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;IACzC,CAAC;CACJ;AATD,kCASC"}
|