Open Issues Need Help
View All on GitHubAI Summary: The task involves migrating the Peggy project's build process from a combination of Terser, Rollup, and TSC to the tsup build tool. This requires removing the existing build tools, integrating tsup, and ensuring the project continues to build and function correctly.
AI Summary: Enhance Peggy parser generator's debugging capabilities by adding colorized trace information to the console output when a TTY is detected. This involves modifying the existing error reporting to incorporate color codes conditionally based on the terminal type. Alternatively, explore the feasibility of generating a detailed log file to track the parsing process, or investigate debugging via Chrome DevTools.