ide-assi 0.398.0 → 0.399.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
|
@@ -235102,13 +235102,7 @@ class IdeDiff extends HTMLElement {
|
|
|
235102
235102
|
this.#asisEditorView.dispatch({
|
|
235103
235103
|
//effects: [asisEffect]
|
|
235104
235104
|
effects: StateEffect.appendConfig.of([
|
|
235105
|
-
EditorView.decorations.of(
|
|
235106
|
-
Decoration.set(
|
|
235107
|
-
Decoration.line(
|
|
235108
|
-
{attributes: {style: "font-weight: bold"}}
|
|
235109
|
-
).range(0)
|
|
235110
|
-
)
|
|
235111
|
-
),
|
|
235105
|
+
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
235112
235106
|
])
|
|
235113
235107
|
});
|
|
235114
235108
|
this.#tobeEditorView.dispatch({
|
package/dist/bundle.esm.js
CHANGED
|
@@ -235098,13 +235098,7 @@ class IdeDiff extends HTMLElement {
|
|
|
235098
235098
|
this.#asisEditorView.dispatch({
|
|
235099
235099
|
//effects: [asisEffect]
|
|
235100
235100
|
effects: StateEffect.appendConfig.of([
|
|
235101
|
-
EditorView.decorations.of(
|
|
235102
|
-
Decoration.set(
|
|
235103
|
-
Decoration.line(
|
|
235104
|
-
{attributes: {style: "font-weight: bold"}}
|
|
235105
|
-
).range(0)
|
|
235106
|
-
)
|
|
235107
|
-
),
|
|
235101
|
+
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
235108
235102
|
])
|
|
235109
235103
|
});
|
|
235110
235104
|
this.#tobeEditorView.dispatch({
|
|
@@ -350,13 +350,7 @@ export class IdeDiff extends HTMLElement {
|
|
|
350
350
|
this.#asisEditorView.dispatch({
|
|
351
351
|
//effects: [asisEffect]
|
|
352
352
|
effects: StateEffect.appendConfig.of([
|
|
353
|
-
EditorView.decorations.of(
|
|
354
|
-
Decoration.set(
|
|
355
|
-
Decoration.line(
|
|
356
|
-
{attributes: {style: "font-weight: bold"}}
|
|
357
|
-
).range(0)
|
|
358
|
-
)
|
|
359
|
-
),
|
|
353
|
+
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
360
354
|
])
|
|
361
355
|
});
|
|
362
356
|
this.#tobeEditorView.dispatch({
|
package/package.json
CHANGED
|
@@ -350,13 +350,7 @@ export class IdeDiff extends HTMLElement {
|
|
|
350
350
|
this.#asisEditorView.dispatch({
|
|
351
351
|
//effects: [asisEffect]
|
|
352
352
|
effects: StateEffect.appendConfig.of([
|
|
353
|
-
EditorView.decorations.of(
|
|
354
|
-
Decoration.set(
|
|
355
|
-
Decoration.line(
|
|
356
|
-
{attributes: {style: "font-weight: bold"}}
|
|
357
|
-
).range(0)
|
|
358
|
-
)
|
|
359
|
-
),
|
|
353
|
+
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
360
354
|
])
|
|
361
355
|
});
|
|
362
356
|
this.#tobeEditorView.dispatch({
|