-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[viewer-prototype] Use Theia re-export rather than importing inversif…
…y directly This way, we re-use inversify through @theia/core, rather than importing it without declaring it as a dependency in our package.json (i.e. implicit dependency). This also follows Theia's guidance regarding using their re-exports: https://github.com/eclipse-theia/theia/tree/master/packages/core#re-exports-mechanism Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
- Loading branch information
1 parent
d1616c4
commit d88ea47
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
theia-extensions/viewer-prototype/src/browser/preferences-frontend-contribution.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
theia-extensions/viewer-prototype/src/browser/trace-server-connection-status-client-impl.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
theia-extensions/viewer-prototype/src/browser/tsp-client-provider-impl.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
theia-extensions/viewer-prototype/src/node/trace-server-connection-status-backend-impl.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
theia-extensions/viewer-prototype/src/node/trace-server-url-provider-impl.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters