UNPKG

mini-claude-code

Version:

Advanced AI-powered coding assistant with streaming responses, context memory, intelligent auto-completion, error handling, test generation, and task planning

13 lines (9 loc) 168 B
function hello() { console.log("Hello World" // 缺少闭合括号 } const name = "Test // 缺少闭合引号 if (true { console.log("Missing parenthesis"); }