@difizen/libro-cofine-textmate 0.2.0 → 0.2.1

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/es/global.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices';
2
- declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme';
3
- declare module '@difizen/monaco-editor-core/esm/vs/editor/common/languages/language';
4
- declare module '@difizen/monaco-editor-core/esm/vs/editor/common/languages';
5
- declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneLanguages';
1
+ declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js';
2
+ declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme.js';
3
+ declare module '@difizen/monaco-editor-core/esm/vs/editor/common/languages/language.js';
4
+ declare module '@difizen/monaco-editor-core/esm/vs/editor/common/languages.js';
5
+ declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneLanguages.js';
6
6
  declare module '*.json';
7
7
  declare module 'vscode-oniguruma/release/onig.wasm';
@@ -17,11 +17,11 @@ function _initializerWarningHelper(descriptor, context) { throw new Error('Decor
17
17
  import { EditorHandlerContribution } from '@difizen/libro-cofine-editor-core';
18
18
  import { Disposable, DisposableCollection, contrib, inject, singleton } from '@difizen/mana-app';
19
19
  import * as monaco from '@difizen/monaco-editor-core';
20
- import { TokenizationRegistry } from '@difizen/monaco-editor-core/esm/vs/editor/common/languages';
21
- import { ILanguageService } from '@difizen/monaco-editor-core/esm/vs/editor/common/languages/language';
22
- import { TokenizationSupportAdapter } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneLanguages';
23
- import { StandaloneServices } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices';
24
- import { IStandaloneThemeService } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme';
20
+ import { ILanguageService } from '@difizen/monaco-editor-core/esm/vs/editor/common/languages/language.js';
21
+ import { TokenizationRegistry } from '@difizen/monaco-editor-core/esm/vs/editor/common/languages.js';
22
+ import { TokenizationSupportAdapter } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneLanguages.js';
23
+ import { StandaloneServices } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js';
24
+ import { IStandaloneThemeService } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme.js';
25
25
  import { isBasicWasmSupported, MonacoGrammarRegistry, OnigurumaPromise } from "./monaco-grammar-registry.js";
26
26
  import { MonacoThemeRegistry } from "./monaco-theme-registry.js";
27
27
  import { getEncodedLanguageId, LanguageGrammarDefinitionContribution } from "./textmate-contribution.js";
@@ -21,8 +21,8 @@ function _initializerWarningHelper(descriptor, context) { throw new Error('Decor
21
21
  import { MixedThemeRegistry, InitializeContribution } from '@difizen/libro-cofine-editor-core';
22
22
  import { Emitter, inject, singleton } from '@difizen/mana-app';
23
23
  import * as monaco from '@difizen/monaco-editor-core';
24
- import { StandaloneServices } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices';
25
- import { IStandaloneThemeService } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme';
24
+ import { StandaloneServices } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js';
25
+ import { IStandaloneThemeService } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme.js';
26
26
  import { MonacoGrammarRegistry } from "./monaco-grammar-registry.js";
27
27
  export var MonacoThemeRegistry = (_dec = singleton({
28
28
  contrib: [MixedThemeRegistry, InitializeContribution]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-cofine-textmate",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -33,7 +33,7 @@
33
33
  "src"
34
34
  ],
35
35
  "dependencies": {
36
- "@difizen/libro-cofine-editor-core": "^0.2.0",
36
+ "@difizen/libro-cofine-editor-core": "^0.2.1",
37
37
  "@difizen/mana-app": "latest",
38
38
  "fast-plist": "^0.1.2",
39
39
  "vscode-oniguruma": "^1.5.1",
package/src/global.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices';
2
- declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme';
3
- declare module '@difizen/monaco-editor-core/esm/vs/editor/common/languages/language';
4
- declare module '@difizen/monaco-editor-core/esm/vs/editor/common/languages';
5
- declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneLanguages';
1
+ declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js';
2
+ declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme.js';
3
+ declare module '@difizen/monaco-editor-core/esm/vs/editor/common/languages/language.js';
4
+ declare module '@difizen/monaco-editor-core/esm/vs/editor/common/languages.js';
5
+ declare module '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneLanguages.js';
6
6
  declare module '*.json';
7
7
  declare module 'vscode-oniguruma/release/onig.wasm';
@@ -8,11 +8,11 @@ import {
8
8
  singleton,
9
9
  } from '@difizen/mana-app';
10
10
  import * as monaco from '@difizen/monaco-editor-core';
11
- import { TokenizationRegistry } from '@difizen/monaco-editor-core/esm/vs/editor/common/languages';
12
- import { ILanguageService } from '@difizen/monaco-editor-core/esm/vs/editor/common/languages/language';
13
- import { TokenizationSupportAdapter } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneLanguages';
14
- import { StandaloneServices } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices';
15
- import { IStandaloneThemeService } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme';
11
+ import { ILanguageService } from '@difizen/monaco-editor-core/esm/vs/editor/common/languages/language.js';
12
+ import { TokenizationRegistry } from '@difizen/monaco-editor-core/esm/vs/editor/common/languages.js';
13
+ import { TokenizationSupportAdapter } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneLanguages.js';
14
+ import { StandaloneServices } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js';
15
+ import { IStandaloneThemeService } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme.js';
16
16
 
17
17
  import {
18
18
  isBasicWasmSupported,
@@ -9,8 +9,8 @@ import {
9
9
  import type { Color } from '@difizen/mana-app';
10
10
  import { Emitter, inject, singleton } from '@difizen/mana-app';
11
11
  import * as monaco from '@difizen/monaco-editor-core';
12
- import { StandaloneServices } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices';
13
- import { IStandaloneThemeService } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme';
12
+ import { StandaloneServices } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js';
13
+ import { IStandaloneThemeService } from '@difizen/monaco-editor-core/esm/vs/editor/standalone/common/standaloneTheme.js';
14
14
 
15
15
  import { MonacoGrammarRegistry } from './monaco-grammar-registry.js';
16
16