ide-assi 0.394.0 → 0.395.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.
package/dist/bundle.cjs.js
CHANGED
|
@@ -235086,7 +235086,7 @@ class IdeDiff extends HTMLElement {
|
|
|
235086
235086
|
]
|
|
235087
235087
|
});
|
|
235088
235088
|
|
|
235089
|
-
console.log(this.#
|
|
235089
|
+
console.log(this.#asisEditorView, this.#asisEditorView.state.doc.length);
|
|
235090
235090
|
this.#tobeEditorView.dispatch({
|
|
235091
235091
|
changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
|
|
235092
235092
|
effects: [
|
package/dist/bundle.esm.js
CHANGED
|
@@ -235082,7 +235082,7 @@ class IdeDiff extends HTMLElement {
|
|
|
235082
235082
|
]
|
|
235083
235083
|
});
|
|
235084
235084
|
|
|
235085
|
-
console.log(this.#
|
|
235085
|
+
console.log(this.#asisEditorView, this.#asisEditorView.state.doc.length);
|
|
235086
235086
|
this.#tobeEditorView.dispatch({
|
|
235087
235087
|
changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
|
|
235088
235088
|
effects: [
|
|
@@ -334,7 +334,7 @@ export class IdeDiff extends HTMLElement {
|
|
|
334
334
|
]
|
|
335
335
|
});
|
|
336
336
|
|
|
337
|
-
console.log(this.#
|
|
337
|
+
console.log(this.#asisEditorView, this.#asisEditorView.state.doc.length);
|
|
338
338
|
this.#tobeEditorView.dispatch({
|
|
339
339
|
changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
|
|
340
340
|
effects: [
|
package/package.json
CHANGED
|
@@ -334,7 +334,7 @@ export class IdeDiff extends HTMLElement {
|
|
|
334
334
|
]
|
|
335
335
|
});
|
|
336
336
|
|
|
337
|
-
console.log(this.#
|
|
337
|
+
console.log(this.#asisEditorView, this.#asisEditorView.state.doc.length);
|
|
338
338
|
this.#tobeEditorView.dispatch({
|
|
339
339
|
changes: { from: 0, to: this.#tobeEditorView.state.doc.length, insert: src2 },
|
|
340
340
|
effects: [
|