957d30f43a
Port Ink's output character model using @alcalzone/ansi-tokenize. Each cell is now a StyledChar with proper grapheme clustering. Fixes emoji alignment, wide char boundaries, and changes clipping to top-only (matching Ink). Upgraded ansi-tokenize to ^0.3.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
29 lines
522 B
YAML
29 lines
522 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
- tools/*
|
|
- examples/*
|
|
|
|
catalogMode: prefer
|
|
|
|
catalog:
|
|
"@alcalzone/ansi-tokenize": ^0.3.0
|
|
"@types/node": ^24.12.4
|
|
typescript: ^5
|
|
vite: npm:@voidzero-dev/vite-plus-core@latest
|
|
vitest: npm:@voidzero-dev/vite-plus-test@latest
|
|
vite-plus: ^0.1.22
|
|
"@vitejs/plugin-vue-jsx": ^5.1.5
|
|
chalk: ^5.6.2
|
|
strip-ansi: ^7.2.0
|
|
overrides:
|
|
vite: "catalog:"
|
|
vitest: "catalog:"
|
|
peerDependencyRules:
|
|
allowAny:
|
|
- vite
|
|
- vitest
|
|
allowedVersions:
|
|
vite: "*"
|
|
vitest: "*"
|