@eclipse-glsp/sprotty
Advanced tools
Comparing version 2.3.0-next.391 to 2.3.0-next.392
export declare const TYPES: { | ||
/** @deprecated Using async providers for container service retrieval is discouraged. Use the `LazyInjector` instead */ | ||
ActionHandlerRegistryProvider: symbol; | ||
IAsyncClipboardService: symbol; | ||
/** @deprecated Async provider is no longer necessary. Either directly inject or use `LazyInjector`*/ | ||
IEditorContextServiceProvider: symbol; | ||
@@ -36,3 +39,2 @@ IFeedbackActionDispatcher: symbol; | ||
ActionHandlerRegistration: symbol; | ||
ActionHandlerRegistryProvider: symbol; | ||
IAnchorComputer: symbol; | ||
@@ -62,3 +64,3 @@ AnimationFrameSyncer: symbol; | ||
LayoutRegistration: symbol; | ||
LayoutRegistry: symbol; | ||
LayoutRegistry: symbol; /** @deprecated Use {@link TYPES.IGModelRootListener} instead */ | ||
Layouter: symbol; | ||
@@ -65,0 +67,0 @@ LogLevel: symbol; |
@@ -19,2 +19,3 @@ "use strict"; | ||
********************************************************************************/ | ||
/* eslint-disable deprecation/deprecation */ | ||
const sprotty_1 = require("sprotty"); | ||
@@ -28,3 +29,6 @@ /** | ||
...sprotty_1.TYPES, | ||
/** @deprecated Using async providers for container service retrieval is discouraged. Use the `LazyInjector` instead */ | ||
ActionHandlerRegistryProvider: sprotty_1.TYPES.ActionHandlerRegistryProvider, | ||
IAsyncClipboardService: Symbol('IAsyncClipboardService'), | ||
/** @deprecated Async provider is no longer necessary. Either directly inject or use `LazyInjector`*/ | ||
IEditorContextServiceProvider: Symbol('IEditorContextProvider'), | ||
@@ -38,3 +42,2 @@ IFeedbackActionDispatcher: Symbol('IFeedbackActionDispatcher'), | ||
/** @deprecated Use {@link TYPES.IGModelRootListener} instead */ | ||
// eslint-disable-next-line deprecation/deprecation | ||
ISModelRootListener: IGModelRootListener, | ||
@@ -41,0 +44,0 @@ IGModelRootListener: IGModelRootListener, |
{ | ||
"name": "@eclipse-glsp/sprotty", | ||
"version": "2.3.0-next.391+dd011ea", | ||
"version": "2.3.0-next.392+68f4eb4", | ||
"description": "Augmented reexport of the sprotty API for GLSP", | ||
@@ -36,3 +36,3 @@ "homepage": "https://www.eclipse.org/glsp/", | ||
"dependencies": { | ||
"@eclipse-glsp/protocol": "2.3.0-next.391+dd011ea", | ||
"@eclipse-glsp/protocol": "2.3.0-next.392+68f4eb4", | ||
"autocompleter": "^9.1.0", | ||
@@ -55,3 +55,3 @@ "snabbdom": "~3.5.1", | ||
}, | ||
"gitHead": "dd011eae4f7a629cc2431e5e6d832ddb9483554b" | ||
"gitHead": "68f4eb43bd9da4b9812d6766fdcdc9761f54e1e7" | ||
} |
@@ -16,2 +16,3 @@ /******************************************************************************** | ||
********************************************************************************/ | ||
/* eslint-disable deprecation/deprecation */ | ||
import { TYPES as SprottyTYPES } from 'sprotty'; | ||
@@ -25,6 +26,8 @@ | ||
const IGModelRootListener = Symbol('IGModelRootListener'); | ||
export const TYPES = { | ||
...SprottyTYPES, | ||
/** @deprecated Using async providers for container service retrieval is discouraged. Use the `LazyInjector` instead */ | ||
ActionHandlerRegistryProvider: SprottyTYPES.ActionHandlerRegistryProvider, | ||
IAsyncClipboardService: Symbol('IAsyncClipboardService'), | ||
/** @deprecated Async provider is no longer necessary. Either directly inject or use `LazyInjector`*/ | ||
IEditorContextServiceProvider: Symbol('IEditorContextProvider'), | ||
@@ -38,3 +41,2 @@ IFeedbackActionDispatcher: Symbol('IFeedbackActionDispatcher'), | ||
/** @deprecated Use {@link TYPES.IGModelRootListener} instead */ | ||
// eslint-disable-next-line deprecation/deprecation | ||
ISModelRootListener: IGModelRootListener, | ||
@@ -41,0 +43,0 @@ IGModelRootListener: IGModelRootListener, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 3 instances in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 3 instances in 1 package
164967
1715