Socket
Book a DemoInstallSign in
Socket

@eclipse-glsp-examples/workflow-theia

Package Overview
Dependencies
Maintainers
6
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-glsp-examples/workflow-theia

Theia extension for the workflow GLSP example

latest
Source
npmnpm
Version
1.0.0-theia1.34.0
Version published
Maintainers
6
Created
Source

workflow-theia

This package contains the glue code to integrate the GLSP Workflow example language into a Theia applicatiopn.

This project is built with yarn and is available from npm via @eclipse-glsp-examples/workflow-theia.

Theia Version Compatibility

The @eclipse-glsp/workflow-theia package in version 1.0.0 is currently compatible with Theia >=1.25.0. Theia releases currently have no stable public API so new Theia versions might introduce API breaks. If that is the case, a new compatible 1.0.0 version prefixed with the supported minimal Theia version will be released (e.g. 1.0.0-theia1.27.0 for Theia >= 1.27.0).

@eclipse-glsp/theia-integrationTheia
0.8.0<=1.4.0
0.9.0>=1.20.0 <= 1.25.0
1.0.0>=1.25.0 <= 1.26.0
1.0.0-theia1.27.0>=1.27.0
next>=1.27.0

Note: Due to a transitive dependency to sprotty-theia it's currently not possible to safely restrict the maximum version of Theia packages. If you encounter build errors related to multiple resolved Theia versions please add a resolutions block to the package.json of your project e.g. for 1.0.0-theia1.27.0:

...
 "resolutions": {
    "**/@theia/core": "1.27.0",
    "**/@theia/editor": "1.27.0",
    "**/@theia/filesystem": "1.27.0",
    "**/@theia/messages": "1.27.0",
    "**/@theia/monaco": "1.27.0"
  },
...

More information

For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.

alt

Keywords

theia-extension

FAQs

Package last updated on 06 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts