
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@eclipse-glsp/protocol
Advanced tools
The protocol definition for client-server communication in GLSP
The generic client-server communication protocol for the Graphical Language Server Platform (GLSP) and a json-rpc based default implementation. In addition, this package provides shared common code and utility libraries for GLSP components.
This project is built with yarn
and is available from npm via @eclipse-glsp/protocol.
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.
@eclipse-glsp/protocol
package has no default dependency to inversify #384#387GLSPMousePositionTracker
correctly calculates the current position in diagram local coordinates #391ActionDispatcher
interface with GLSPActionDispatcher
implementation. #394
GLSPActionDispatcher
is no longer necessary use TYPES.IActionDispatcher
/ActionDispatcher
insteadcopyPasteStandalone
module to ensure that copy/cut/paste listeners are scoped to the active diagram and don't trigger globally #395IMovementOptions
for the ChangeBoundsTool
to allow configuration of movement behavior #397 - Contributed on behalf of Axon Ivy AGChangeBoundsTool
from working correctly if the user moved outside of the diagram during an operation #399 - Contributed on behalf of AxonIvy AGGLSPClient
implementation to be more robust when certain methods are invoked multiple times #402NavigationTargetResolver
#403GridManger
to TYPES.IGridManager
, ChangeBoundsManager
to TYPES.IChangeBoundsManager
and DebugManager
to TYPES.IDebugManager
.postRequestModel
hook to actually work as descried in the documentation.
Dispatching of long running actions in this hook can delay the initial model loading.preInitialize
hook is discouraged.
If needed dispatch an action instead.
This ensures that the code will only be called once the model is available.FAQs
The protocol definition for client-server communication in GLSP
The npm package @eclipse-glsp/protocol receives a total of 2,090 weekly downloads. As such, @eclipse-glsp/protocol popularity was classified as popular.
We found that @eclipse-glsp/protocol demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.