From d7cf4c9c8c40c3fde8e7815e5fee94b16e129585 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:54:29 +0000 Subject: [PATCH] chore: sync docs + api reference for core@1.32.1 --- src/data/tools.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/data/tools.ts b/src/data/tools.ts index a9a31f0..e09ac47 100644 --- a/src/data/tools.ts +++ b/src/data/tools.ts @@ -1,3 +1,6 @@ +// Generated by `zuke syncWebsite` from build/website_tools.ts in +// zuke-build/zuke — do not edit by hand; the next release overwrites it. + /** * The Zuke tool-wrapper ecosystem — typed packages published to JSR under the * `@zuke/*` scope. Each wraps a real CLI with a fluent, strongly-typed API so @@ -39,9 +42,8 @@ export const toolGroups: ToolGroup[] = [ blurb: "Execute, type-check, and compile TypeScript with or without a build step.", tools: [ { name: "tsx", pkg: "@zuke/tsx", desc: "run TS on Node, watch" }, - { name: "tsc", pkg: "@zuke/tsc", desc: "the stock TypeScript compiler, --build" }, + { name: "tsc", pkg: "@zuke/tsc", desc: "the TypeScript compiler, now Go-native, --build" }, { name: "tsc-alias", pkg: "@zuke/tsc-alias", desc: "rewrite path aliases after tsc" }, - { name: "tsgo", pkg: "@zuke/tsgo", desc: "the native Go TypeScript compiler" }, ], }, {