chore: pin dependencies and use native TypeScript
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { Component } from "@earendil-works/pi-tui";
|
||||
import { readFileSync } from "fs";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { ansiLinesToHtml } from "../src/core/export-html/ansi-to-html.js";
|
||||
import { createToolHtmlRenderer } from "../src/core/export-html/tool-renderer.js";
|
||||
import type { ToolDefinition } from "../src/core/extensions/types.js";
|
||||
import type { Theme } from "../src/modes/interactive/theme/theme.js";
|
||||
import { ansiLinesToHtml } from "../src/core/export-html/ansi-to-html.ts";
|
||||
import { createToolHtmlRenderer } from "../src/core/export-html/tool-renderer.ts";
|
||||
import type { ToolDefinition } from "../src/core/extensions/types.ts";
|
||||
import type { Theme } from "../src/modes/interactive/theme/theme.ts";
|
||||
|
||||
describe("export HTML tool output whitespace", () => {
|
||||
it("preserves whitespace for plain-text tool output lines without preserving template whitespace", () => {
|
||||
|
||||
Reference in New Issue
Block a user