@theia/typehierarchy 1.69.0-next.69 → 1.69.0
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.
|
@@ -26,7 +26,7 @@ const typehierarchy_service_1 = require("./typehierarchy-service");
|
|
|
26
26
|
const typehierarchy_tree_container_1 = require("./tree/typehierarchy-tree-container");
|
|
27
27
|
require("../../src/browser/style/index.css");
|
|
28
28
|
exports.default = new inversify_1.ContainerModule(bind => {
|
|
29
|
-
(0, common_1.
|
|
29
|
+
(0, common_1.bindRootContributionProvider)(bind, typehierarchy_service_1.TypeHierarchyService);
|
|
30
30
|
bind(typehierarchy_service_1.TypeHierarchyServiceProvider).to(typehierarchy_service_1.TypeHierarchyServiceProvider).inSingletonScope();
|
|
31
31
|
bind(typehierarchy_provider_1.TypeHierarchyRegistry).toSelf().inSingletonScope();
|
|
32
32
|
(0, view_contribution_1.bindViewContribution)(bind, typehierarchy_contribution_1.TypeHierarchyContribution);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typehierarchy-frontend-module.js","sourceRoot":"","sources":["../../src/browser/typehierarchy-frontend-module.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,gFAAgF;AAChF,gFAAgF;AAChF,
|
|
1
|
+
{"version":3,"file":"typehierarchy-frontend-module.js","sourceRoot":"","sources":["../../src/browser/typehierarchy-frontend-module.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,gFAAgF;AAChF,gFAAgF;AAChF,mDAAsE;AACtE,4DAA+D;AAC/D,2EAAuE;AACvE,uFAAuF;AACvF,qEAAiE;AACjE,6EAAyE;AACzE,gFAA2E;AAC3E,mEAA6F;AAC7F,sFAAgF;AAEhF,6CAA2C;AAE3C,kBAAe,IAAI,2BAAe,CAAC,IAAI,CAAC,EAAE;IACtC,IAAA,qCAA4B,EAAC,IAAI,EAAE,4CAAoB,CAAC,CAAC;IACzD,IAAI,CAAC,oDAA4B,CAAC,CAAC,EAAE,CAAC,oDAA4B,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAEvF,IAAI,CAAC,8CAAqB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IACxD,IAAA,wCAAoB,EAAC,IAAI,EAAE,sDAAyB,CAAC,CAAC;IACtD,IAAI,CAAC,8BAAa,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAC3C,EAAE,EAAE,mDAAuB,CAAC,SAAS;QACrC,YAAY,EAAE,GAAG,EAAE,CAAC,IAAA,wDAAyB,EAAC,OAAO,CAAC,SAAS,CAAC;KACnE,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/typehierarchy",
|
|
3
|
-
"version": "1.69.0
|
|
3
|
+
"version": "1.69.0",
|
|
4
4
|
"description": "Theia - Type Hierarchy Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.69.0
|
|
7
|
-
"@theia/editor": "1.69.0
|
|
6
|
+
"@theia/core": "1.69.0",
|
|
7
|
+
"@theia/editor": "1.69.0",
|
|
8
8
|
"tslib": "^2.6.2"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"watch": "theiaext watch"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@theia/ext-scripts": "1.
|
|
43
|
+
"@theia/ext-scripts": "1.69.0"
|
|
44
44
|
},
|
|
45
45
|
"nyc": {
|
|
46
46
|
"extends": "../../configs/nyc.json"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "3b413470b0f990dc0d6e4287da02a6b6e21d3239"
|
|
49
49
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
//
|
|
14
14
|
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
|
-
import {
|
|
16
|
+
import { bindRootContributionProvider } from '@theia/core/lib/common';
|
|
17
17
|
import { ContainerModule } from '@theia/core/shared/inversify';
|
|
18
18
|
import { WidgetFactory } from '@theia/core/lib/browser/widget-manager';
|
|
19
19
|
import { bindViewContribution } from '@theia/core/lib/browser/shell/view-contribution';
|
|
@@ -26,7 +26,7 @@ import { createHierarchyTreeWidget } from './tree/typehierarchy-tree-container';
|
|
|
26
26
|
import '../../src/browser/style/index.css';
|
|
27
27
|
|
|
28
28
|
export default new ContainerModule(bind => {
|
|
29
|
-
|
|
29
|
+
bindRootContributionProvider(bind, TypeHierarchyService);
|
|
30
30
|
bind(TypeHierarchyServiceProvider).to(TypeHierarchyServiceProvider).inSingletonScope();
|
|
31
31
|
|
|
32
32
|
bind(TypeHierarchyRegistry).toSelf().inSingletonScope();
|