@theia/monaco 1.20.0 → 1.21.0-next.11

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.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@theia/monaco",
3
- "version": "1.20.0",
3
+ "version": "1.21.0-next.11+a3c2e91fa9a",
4
4
  "description": "Theia - Monaco Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.20.0",
7
- "@theia/editor": "1.20.0",
8
- "@theia/filesystem": "1.20.0",
9
- "@theia/markers": "1.20.0",
6
+ "@theia/core": "1.21.0-next.11+a3c2e91fa9a",
7
+ "@theia/editor": "1.21.0-next.11+a3c2e91fa9a",
8
+ "@theia/filesystem": "1.21.0-next.11+a3c2e91fa9a",
9
+ "@theia/markers": "1.21.0-next.11+a3c2e91fa9a",
10
10
  "@theia/monaco-editor-core": "0.23.0",
11
- "@theia/outline-view": "1.20.0",
12
- "@theia/workspace": "1.20.0",
11
+ "@theia/outline-view": "1.21.0-next.11+a3c2e91fa9a",
12
+ "@theia/workspace": "1.21.0-next.11+a3c2e91fa9a",
13
13
  "fast-plist": "^0.1.2",
14
14
  "idb": "^4.0.5",
15
15
  "jsonc-parser": "^2.2.0",
@@ -56,5 +56,5 @@
56
56
  "nyc": {
57
57
  "extends": "../../configs/nyc.json"
58
58
  },
59
- "gitHead": "774a2724c51d4ae026c6d2499bff3a02e3d50ba9"
59
+ "gitHead": "a3c2e91fa9a030f5ee02696065c204afa2798072"
60
60
  }
@@ -904,7 +904,7 @@ declare module monaco.services {
904
904
  removeDecorationType: monaco.editor.ICodeEditorService['removeDecorationType'];
905
905
  resolveDecorationOptions: monaco.editor.ICodeEditorService['resolveDecorationOptions'];
906
906
  /**
907
- * It respects inline and emebedded editors in comparison to `getActiveCodeEditor`
907
+ * It respects inline and embedded editors in comparison to `getActiveCodeEditor`
908
908
  * which only respect standalone and diff modified editors.
909
909
  */
910
910
  getFocusedCodeEditor(): monaco.editor.ICodeEditor | undefined;
@@ -997,7 +997,7 @@ declare module monaco.services {
997
997
  private readonly _instantiatedModes: { [modeId: string]: IMode; };
998
998
  private readonly _onLanguagesMaybeChanged: Emitter<void>;
999
999
  readonly onDidCreateMode: monaco.IEvent<IMode>;
1000
- createByFilepathOrFirstLine(rsource: monaco.Uri | null, firstLine?: string): ILanguageSelection;
1000
+ createByFilepathOrFirstLine(resource: monaco.Uri | null, firstLine?: string): ILanguageSelection;
1001
1001
  getLanguageIdentifier(modeId: string | LanguageId): LanguageIdentifier | null;
1002
1002
  }
1003
1003
 
@@ -2351,7 +2351,7 @@ declare module monaco.list {
2351
2351
  private user: string,
2352
2352
  container: HTMLElement,
2353
2353
  virtualDelegate: IListVirtualDelegate<T>,
2354
- renderers: IListRenderer<any /* TODO@joao */, any>[],
2354
+ renderers: IListRenderer<any, any>[],
2355
2355
  private _options: IListOptions<T> = DefaultOptions
2356
2356
  )
2357
2357