Skip to content

Commit

Permalink
[core] remove virtual-widget and virtual-renderer
Browse files Browse the repository at this point in the history
Fixes #2300

Both the `virtual-widget` and `virtual-renderer` have been deprecated
since #2301. This patch cleans
up the codebase to remove the deprecated code as it should no longer be used/supported.

- removes the deprecated `virtual-widget`.
- removes the deprecated `virtual-renderer`.

One should instead opt to use `react-widget` and `react-renderer`.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Jan 14, 2020
1 parent 3acbec2 commit f4ba030
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 151 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/browser/widgets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@
********************************************************************************/

export * from './widget';
export * from './virtual-renderer';
export * from './virtual-widget';
export * from './react-renderer';
export * from './react-widget';
89 changes: 0 additions & 89 deletions packages/core/src/browser/widgets/virtual-renderer.ts

This file was deleted.

60 changes: 0 additions & 60 deletions packages/core/src/browser/widgets/virtual-widget.ts

This file was deleted.

0 comments on commit f4ba030

Please sign in to comment.