ide-assi 0.363.0 → 0.366.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.
@@ -235145,12 +235145,13 @@ class IdeDiff extends HTMLElement {
235145
235145
  // 먼저 데코레이션 효과를 계산하여 가져옵니다.
235146
235146
  const { asisEffect, tobeEffect } = this.#applyDiffDecorations(src1, src2);
235147
235147
 
235148
+
235148
235149
  // asis 에디터의 텍스트 변경 및 데코레이션 효과를 단일 트랜잭션으로 디스패치합니다.
235149
235150
  this.#asisEditorView.dispatch({
235150
235151
  changes: { from: 0, to: this.#asisEditorView.state.doc.length, insert: src1 },
235151
235152
  effects: [
235152
235153
  this.#languageCompartment.reconfigure(langExtension),
235153
- asisEffect
235154
+ //asisEffect
235154
235155
  ]
235155
235156
  });
235156
235157
 
@@ -235159,7 +235160,7 @@ class IdeDiff extends HTMLElement {
235159
235160
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
235160
235161
  effects: [
235161
235162
  this.#languageCompartment.reconfigure(langExtension), // <-- 이 주석을 풀어주세요!
235162
- tobeEffect // <-- 이 주석을 풀어주세요!
235163
+ //tobeEffect // <-- 이 주석을 풀어주세요!
235163
235164
  ]
235164
235165
  });
235165
235166
 
@@ -235141,12 +235141,13 @@ class IdeDiff extends HTMLElement {
235141
235141
  // 먼저 데코레이션 효과를 계산하여 가져옵니다.
235142
235142
  const { asisEffect, tobeEffect } = this.#applyDiffDecorations(src1, src2);
235143
235143
 
235144
+
235144
235145
  // asis 에디터의 텍스트 변경 및 데코레이션 효과를 단일 트랜잭션으로 디스패치합니다.
235145
235146
  this.#asisEditorView.dispatch({
235146
235147
  changes: { from: 0, to: this.#asisEditorView.state.doc.length, insert: src1 },
235147
235148
  effects: [
235148
235149
  this.#languageCompartment.reconfigure(langExtension),
235149
- asisEffect
235150
+ //asisEffect
235150
235151
  ]
235151
235152
  });
235152
235153
 
@@ -235155,7 +235156,7 @@ class IdeDiff extends HTMLElement {
235155
235156
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
235156
235157
  effects: [
235157
235158
  this.#languageCompartment.reconfigure(langExtension), // <-- 이 주석을 풀어주세요!
235158
- tobeEffect // <-- 이 주석을 풀어주세요!
235159
+ //tobeEffect // <-- 이 주석을 풀어주세요!
235159
235160
  ]
235160
235161
  });
235161
235162
 
@@ -393,12 +393,13 @@ export class IdeDiff extends HTMLElement {
393
393
  // 먼저 데코레이션 효과를 계산하여 가져옵니다.
394
394
  const { asisEffect, tobeEffect } = this.#applyDiffDecorations(src1, src2);
395
395
 
396
+
396
397
  // asis 에디터의 텍스트 변경 및 데코레이션 효과를 단일 트랜잭션으로 디스패치합니다.
397
398
  this.#asisEditorView.dispatch({
398
399
  changes: { from: 0, to: this.#asisEditorView.state.doc.length, insert: src1 },
399
400
  effects: [
400
401
  this.#languageCompartment.reconfigure(langExtension),
401
- asisEffect
402
+ //asisEffect
402
403
  ]
403
404
  });
404
405
 
@@ -407,7 +408,7 @@ export class IdeDiff extends HTMLElement {
407
408
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
408
409
  effects: [
409
410
  this.#languageCompartment.reconfigure(langExtension), // <-- 이 주석을 풀어주세요!
410
- tobeEffect // <-- 이 주석을 풀어주세요!
411
+ //tobeEffect // <-- 이 주석을 풀어주세요!
411
412
  ]
412
413
  });
413
414
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.363.0",
4
+ "version": "0.366.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -393,12 +393,13 @@ export class IdeDiff extends HTMLElement {
393
393
  // 먼저 데코레이션 효과를 계산하여 가져옵니다.
394
394
  const { asisEffect, tobeEffect } = this.#applyDiffDecorations(src1, src2);
395
395
 
396
+
396
397
  // asis 에디터의 텍스트 변경 및 데코레이션 효과를 단일 트랜잭션으로 디스패치합니다.
397
398
  this.#asisEditorView.dispatch({
398
399
  changes: { from: 0, to: this.#asisEditorView.state.doc.length, insert: src1 },
399
400
  effects: [
400
401
  this.#languageCompartment.reconfigure(langExtension),
401
- asisEffect
402
+ //asisEffect
402
403
  ]
403
404
  });
404
405
 
@@ -407,7 +408,7 @@ export class IdeDiff extends HTMLElement {
407
408
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
408
409
  effects: [
409
410
  this.#languageCompartment.reconfigure(langExtension), // <-- 이 주석을 풀어주세요!
410
- tobeEffect // <-- 이 주석을 풀어주세요!
411
+ //tobeEffect // <-- 이 주석을 풀어주세요!
411
412
  ]
412
413
  });
413
414