ide-assi 0.392.0 → 0.394.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.
@@ -235086,6 +235086,7 @@ class IdeDiff extends HTMLElement {
235086
235086
  ]
235087
235087
  });
235088
235088
 
235089
+ console.log(this.#tobeEditorView.state.doc.length);
235089
235090
  this.#tobeEditorView.dispatch({
235090
235091
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
235091
235092
  effects: [
@@ -235082,6 +235082,7 @@ class IdeDiff extends HTMLElement {
235082
235082
  ]
235083
235083
  });
235084
235084
 
235085
+ console.log(this.#tobeEditorView.state.doc.length);
235085
235086
  this.#tobeEditorView.dispatch({
235086
235087
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
235087
235088
  effects: [
@@ -334,6 +334,7 @@ export class IdeDiff extends HTMLElement {
334
334
  ]
335
335
  });
336
336
 
337
+ console.log(this.#tobeEditorView.state.doc.length);
337
338
  this.#tobeEditorView.dispatch({
338
339
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
339
340
  effects: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.392.0",
4
+ "version": "0.394.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -334,6 +334,7 @@ export class IdeDiff extends HTMLElement {
334
334
  ]
335
335
  });
336
336
 
337
+ console.log(this.#tobeEditorView.state.doc.length);
337
338
  this.#tobeEditorView.dispatch({
338
339
  changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
339
340
  effects: [