File tree Expand file tree Collapse file tree 5 files changed +27
-30
lines changed
Expand file tree Collapse file tree 5 files changed +27
-30
lines changed Original file line number Diff line number Diff line change 11import { flavors } from "@catppuccin/palette"
2- import { rgbify } from "@tui-sandbox/library/dist/src/client/color-utilities"
3- import { textIsVisibleWithBackgroundColor } from "@tui-sandbox/library/dist/src/client/cypress-assertions"
2+ import { rgbify , textIsVisibleWithBackgroundColor } from "@tui-sandbox/library"
43import { z } from "zod"
54import {
65 assertCurrentBufferName ,
Original file line number Diff line number Diff line change 1- import type { RunLuaCodeOutput } from "@tui-sandbox/library/src/ server/types "
1+ import type { RunLuaCodeOutput } from "@tui-sandbox/library/server"
22import type { MyTestDirectoryFile } from "../../MyTestDirectory"
33import type { NeovimContext } from "../support/tui-sandbox"
44
Original file line number Diff line number Diff line change @@ -6,24 +6,22 @@ import type {
66 BrowserTerminalSettings ,
77 GenericNeovimBrowserApi ,
88 GenericTerminalBrowserApi ,
9- } from "@tui-sandbox/library/dist/src/browser/neovim-client"
9+ } from "@tui-sandbox/library/browser/neovim-client.js"
10+ import type { MyNeovimConfigModification } from "@tui-sandbox/library/client"
1011import type {
1112 AllKeys ,
13+ BlockingCommandClientInput ,
1214 BlockingShellCommandOutput ,
13- RunExCommandOutput ,
14- RunLuaCodeOutput ,
15- StartNeovimGenericArguments ,
16- TestDirectory ,
17- } from "@tui-sandbox/library/dist/src/server/types"
18- import type { MyNeovimConfigModification } from "@tui-sandbox/library/src/client/MyNeovimConfigModification"
19- import type {
2015 ExCommandClientInput ,
2116 LuaCodeClientInput ,
2217 PollLuaCodeClientInput ,
18+ RunExCommandOutput ,
19+ RunLuaCodeOutput ,
2320 RunLuaFileClientInput ,
24- } from "@tui-sandbox/library/src/server/applications/neovim/neovimRouter"
25- import type { StartTerminalGenericArguments } from "@tui-sandbox/library/src/server/applications/terminal/TerminalTestApplication"
26- import type { BlockingCommandClientInput } from "@tui-sandbox/library/src/server/blockingCommandInputSchema"
21+ StartNeovimGenericArguments ,
22+ StartTerminalGenericArguments ,
23+ TestDirectory ,
24+ } from "@tui-sandbox/library/server"
2725import type { OverrideProperties } from "type-fest"
2826import type {
2927 MyNeovimAppName ,
Original file line number Diff line number Diff line change 1313 "@catppuccin/palette" : " 1.7.1"
1414 },
1515 "devDependencies" : {
16- "@tui-sandbox/library" : " 11.11.2 " ,
16+ "@tui-sandbox/library" : " 12.0.0 " ,
1717 "@types/node" : " 24.10.4" ,
1818 "concurrently" : " 9.2.1" ,
1919 "cypress" : " 15.8.1" ,
You can’t perform that action at this time.
0 commit comments