You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- docs/nodejs-compatibility.mdx — added chalk to Tested Packages table
2322
+
- **Learnings for future iterations:**
2323
+
- chalk v5 exports `Chalk` as a named export (not `chalk.Chalk`) — use `import { Chalk } from "chalk"` and `new Chalk({ level: 1 })` for deterministic ANSI output
2324
+
- Forcing `level: 1` ensures basic ANSI codes regardless of TTY detection, producing identical output in host and sandbox
0 commit comments