ide-assi 0.398.0 → 0.400.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
|
@@ -235100,15 +235100,8 @@ class IdeDiff extends HTMLElement {
|
|
|
235100
235100
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
235101
235101
|
requestAnimationFrame(() => {
|
|
235102
235102
|
this.#asisEditorView.dispatch({
|
|
235103
|
-
//effects: [asisEffect]
|
|
235104
235103
|
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
|
-
),
|
|
235104
|
+
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
235112
235105
|
])
|
|
235113
235106
|
});
|
|
235114
235107
|
this.#tobeEditorView.dispatch({
|
package/dist/bundle.esm.js
CHANGED
|
@@ -235096,15 +235096,8 @@ class IdeDiff extends HTMLElement {
|
|
|
235096
235096
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
235097
235097
|
requestAnimationFrame(() => {
|
|
235098
235098
|
this.#asisEditorView.dispatch({
|
|
235099
|
-
//effects: [asisEffect]
|
|
235100
235099
|
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
|
-
),
|
|
235100
|
+
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
235108
235101
|
])
|
|
235109
235102
|
});
|
|
235110
235103
|
this.#tobeEditorView.dispatch({
|
|
@@ -348,15 +348,8 @@ export class IdeDiff extends HTMLElement {
|
|
|
348
348
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
349
349
|
requestAnimationFrame(() => {
|
|
350
350
|
this.#asisEditorView.dispatch({
|
|
351
|
-
//effects: [asisEffect]
|
|
352
351
|
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
|
-
),
|
|
352
|
+
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
360
353
|
])
|
|
361
354
|
});
|
|
362
355
|
this.#tobeEditorView.dispatch({
|
package/package.json
CHANGED
|
@@ -348,15 +348,8 @@ export class IdeDiff extends HTMLElement {
|
|
|
348
348
|
// 다음 프레임에서 데코레이션 효과만 별도로 디스패치합니다.
|
|
349
349
|
requestAnimationFrame(() => {
|
|
350
350
|
this.#asisEditorView.dispatch({
|
|
351
|
-
//effects: [asisEffect]
|
|
352
351
|
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
|
-
),
|
|
352
|
+
EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
|
|
360
353
|
])
|
|
361
354
|
});
|
|
362
355
|
this.#tobeEditorView.dispatch({
|