Skip to content

Commit 54b315f

Browse files
committed
feat: add luna console test
1 parent 859e216 commit 54b315f

File tree

8 files changed

+79
-341
lines changed

8 files changed

+79
-341
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
"vite-plugin-dts": "^4.2.3",
106106
"vscode-uri": "^3.0.8",
107107
"vue": "^3.5.11",
108-
"vue-tsc": "~2.1.6"
108+
"vue-tsc": "~2.1.6",
109+
"luna-console": "^1.3.5",
110+
"luna-data-grid": "^1.3.0",
111+
"luna-dom-viewer": "^1.4.0",
112+
"luna-object-viewer": "^0.3.1"
109113
}
110114
}

pnpm-lock.yaml

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Repl.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ import {
99
injectKeyProps,
1010
} from './types'
1111
import EditorContainer from './editor/EditorContainer.vue'
12+
import 'luna-object-viewer/luna-object-viewer.css'
13+
import 'luna-data-grid/luna-data-grid.css'
14+
import 'luna-dom-viewer/luna-dom-viewer.css'
15+
import 'luna-console/luna-console.css'
16+
1217
import type * as monaco from 'monaco-editor-core'
1318
1419
export interface Props {

src/output/Console.vue

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/output/ConsoleLine.vue

Lines changed: 0 additions & 175 deletions
This file was deleted.

src/output/JsonNode.vue

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)