ide-assi 0.351.0 → 0.353.0

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.
@@ -235082,7 +235082,7 @@ class IdeDiff extends HTMLElement {
235082
235082
  changes: { from: 0, to: this.#asisEditorView.state.doc.length, insert: src1 },
235083
235083
  effects: [
235084
235084
  this.#languageCompartment.reconfigure(langExtension),
235085
- asisEffect // 계산된 데코레이션 효과를 포함
235085
+ //asisEffect // 계산된 데코레이션 효과를 포함
235086
235086
  ]
235087
235087
  });
235088
235088
 
@@ -235090,8 +235090,8 @@ class IdeDiff extends HTMLElement {
235090
235090
  this.#tobeEditorView.dispatch({
235091
235091
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
235092
235092
  effects: [
235093
- this.#languageCompartment.reconfigure(langExtension),
235094
- tobeEffect // 계산된 데코레이션 효과를 포함
235093
+ //this.#languageCompartment.reconfigure(langExtension),
235094
+ //tobeEffect // 계산된 데코레이션 효과를 포함
235095
235095
  ]
235096
235096
  });
235097
235097
  };
@@ -235078,7 +235078,7 @@ class IdeDiff extends HTMLElement {
235078
235078
  changes: { from: 0, to: this.#asisEditorView.state.doc.length, insert: src1 },
235079
235079
  effects: [
235080
235080
  this.#languageCompartment.reconfigure(langExtension),
235081
- asisEffect // 계산된 데코레이션 효과를 포함
235081
+ //asisEffect // 계산된 데코레이션 효과를 포함
235082
235082
  ]
235083
235083
  });
235084
235084
 
@@ -235086,8 +235086,8 @@ class IdeDiff extends HTMLElement {
235086
235086
  this.#tobeEditorView.dispatch({
235087
235087
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
235088
235088
  effects: [
235089
- this.#languageCompartment.reconfigure(langExtension),
235090
- tobeEffect // 계산된 데코레이션 효과를 포함
235089
+ //this.#languageCompartment.reconfigure(langExtension),
235090
+ //tobeEffect // 계산된 데코레이션 효과를 포함
235091
235091
  ]
235092
235092
  });
235093
235093
  };
@@ -356,7 +356,7 @@ export class IdeDiff extends HTMLElement {
356
356
  changes: { from: 0, to: this.#asisEditorView.state.doc.length, insert: src1 },
357
357
  effects: [
358
358
  this.#languageCompartment.reconfigure(langExtension),
359
- asisEffect // 계산된 데코레이션 효과를 포함
359
+ //asisEffect // 계산된 데코레이션 효과를 포함
360
360
  ]
361
361
  });
362
362
 
@@ -364,8 +364,8 @@ export class IdeDiff extends HTMLElement {
364
364
  this.#tobeEditorView.dispatch({
365
365
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
366
366
  effects: [
367
- this.#languageCompartment.reconfigure(langExtension),
368
- tobeEffect // 계산된 데코레이션 효과를 포함
367
+ //this.#languageCompartment.reconfigure(langExtension),
368
+ //tobeEffect // 계산된 데코레이션 효과를 포함
369
369
  ]
370
370
  });
371
371
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.351.0",
4
+ "version": "0.353.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -356,7 +356,7 @@ export class IdeDiff extends HTMLElement {
356
356
  changes: { from: 0, to: this.#asisEditorView.state.doc.length, insert: src1 },
357
357
  effects: [
358
358
  this.#languageCompartment.reconfigure(langExtension),
359
- asisEffect // 계산된 데코레이션 효과를 포함
359
+ //asisEffect // 계산된 데코레이션 효과를 포함
360
360
  ]
361
361
  });
362
362
 
@@ -364,8 +364,8 @@ export class IdeDiff extends HTMLElement {
364
364
  this.#tobeEditorView.dispatch({
365
365
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
366
366
  effects: [
367
- this.#languageCompartment.reconfigure(langExtension),
368
- tobeEffect // 계산된 데코레이션 효과를 포함
367
+ //this.#languageCompartment.reconfigure(langExtension),
368
+ //tobeEffect // 계산된 데코레이션 효과를 포함
369
369
  ]
370
370
  });
371
371
  };