Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split viewer-prototype in packages #172

Merged
merged 1 commit into from
Nov 19, 2020

Commits on Nov 19, 2020

  1. Split viewer-prototype in packages

    In prevision of the development of a vscode extension, the code in the
    viewer-prototype has been mostly moved to 2 new packages:
    
    * @trace-viewer/base: Queries the trace server for traces, experiments
    and possible outputs
    * @trace-viewer/react-components: Contains the various types of
    visualization for trace data, queries the trace server for output data
    to display
    
    Those 2 packages can eventually be published to npm.
    
    In the viewer-prototype directory only remains the theia specific module
    contributions. So the application still works as before using theia,
    it's just that most of the classes used by the trace-viewer have been
    moved to new npm packages.
    
    Signed-off-by: Geneviève Bastien <gbastien@versatic.net>
    tahini committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    e3668cf View commit details
    Browse the repository at this point in the history