@theia/plugin 1.28.0-next.36 → 1.28.0-next.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/theia.d.ts +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/plugin",
3
- "version": "1.28.0-next.36+3b3467f09f7",
3
+ "version": "1.28.0-next.40+f4327c2f0c0",
4
4
  "description": "Theia - Plugin API",
5
5
  "types": "./src/theia.d.ts",
6
6
  "publishConfig": {
@@ -32,5 +32,5 @@
32
32
  "nyc": {
33
33
  "extends": "../../configs/nyc.json"
34
34
  },
35
- "gitHead": "3b3467f09f704e14e325bb2655df05ef00f862ba"
35
+ "gitHead": "f4327c2f0c0f47f960a302590a51698879357841"
36
36
  }
package/src/theia.d.ts CHANGED
@@ -617,7 +617,7 @@ export module '@theia/plugin' {
617
617
  * Provides additional metadata over normal [location](#Location) definitions, including the range of
618
618
  * the defining symbol
619
619
  */
620
- export interface DefinitionLink {
620
+ export interface LocationLink {
621
621
  /**
622
622
  * Span of the symbol being defined in the source file.
623
623
  *
@@ -7852,10 +7852,12 @@ export module '@theia/plugin' {
7852
7852
  }
7853
7853
 
7854
7854
  /**
7855
- * Represents the connection of two locations. Provides additional metadata over normal {@link Location locations},
7856
- * including an origin range.
7855
+ * Information about where a symbol is defined.
7856
+ *
7857
+ * Provides additional metadata over normal {@link Location} definitions, including the range of
7858
+ * the defining symbol
7857
7859
  */
7858
- export type LocationLink = DefinitionLink;
7860
+ export type DefinitionLink = LocationLink;
7859
7861
 
7860
7862
  /**
7861
7863
  * The declaration of a symbol representation as one or many {@link Location locations}