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" }, ], }, {