File tree Expand file tree Collapse file tree 10 files changed +34
-39
lines changed
Expand file tree Collapse file tree 10 files changed +34
-39
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 type { MyTestDirectoryFile } from "../../MyTestDirectory"
65import {
Original file line number Diff line number Diff line change 11import { flavors } from "@catppuccin/palette"
2- import { textIsVisibleWithBackgroundColor } from "@tui-sandbox/library/dist/src/client/cypress-assertions "
2+ import { textIsVisibleWithBackgroundColor } from "@tui-sandbox/library"
33import type { MyTestDirectoryFile } from "../../MyTestDirectory"
44import { hoverFileAndVerifyItsHovered , rgbify } from "./utils/hover-utils"
55import { setBufferLines } from "./utils/neovim-utils"
Original file line number Diff line number Diff line change 11import { flavors } from "@catppuccin/palette"
2- import { textIsVisibleWithBackgroundColor } from "@tui-sandbox/library/dist/src/client/cypress-assertions "
3- import type { RunLuaCodeOutput } from "@tui-sandbox/library/src/ server/types "
2+ import { textIsVisibleWithBackgroundColor } from "@tui-sandbox/library"
3+ import type { RunLuaCodeOutput } from "@tui-sandbox/library/server"
44import type { MyTestDirectoryFile } from "../../../MyTestDirectory"
55import type { NeovimContext } from "../../support/tui-sandbox"
66import { assertYaziIsReady } from "./yazi-utils"
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 { NeovimContext } from "../../support/tui-sandbox"
33
44// The LSP server asks for confirmation. We have overridden the handler
Original file line number Diff line number Diff line change 11import type {
22 RunExCommandOutput ,
33 RunLuaCodeOutput ,
4- } from "@tui-sandbox/library/dist/src/ server/types "
4+ } from "@tui-sandbox/library/server"
55import type { LiteralUnion } from "type-fest"
66import * as z from "zod"
77import type { MyTestDirectoryFile } from "../../../MyTestDirectory"
Original file line number Diff line number Diff line change 1- import { rgbify } from "@tui-sandbox/library/dist/src/client/color-utilities"
2- import type { CatppuccinRgb } from "./hover-utils"
1+ import { rgbify , type CatppuccinRgb } from "./hover-utils"
32
43/** Problem: cypress provides the `contains` method, but it only checks the
54 * first match on the page.
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"
4- import type { RunLuaCodeOutput } from "@tui-sandbox/library/src/server/types"
2+ import { rgbify , textIsVisibleWithBackgroundColor } from "@tui-sandbox/library"
3+ import type { RunLuaCodeOutput } from "@tui-sandbox/library/server"
54import type { NeovimContext } from "../../support/tui-sandbox"
65
76const darkTheme = flavors . macchiato . colors
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 1616 },
1717 "devDependencies" : {
1818 "@eslint/js" : " 9.39.2" ,
19- "@tui-sandbox/library" : " 11.11.2 " ,
19+ "@tui-sandbox/library" : " 12.0.0 " ,
2020 "@types/node" : " 24.10.4" ,
2121 "@types/tinycolor2" : " 1.4.6" ,
2222 "assert" : " 2.1.0" ,
You can’t perform that action at this time.
0 commit comments