Enables automated migration of JavaScript/TypeScript packages from legacy test runners like Karma, Webpack, and Mocha to Vitest, including AST codemods, multi-project test scaffolding, and self-learning diagnostics for resolving runtime errors.
Creates and manages an MCP server integrated with build tools (Rollup, Vite, Webpack, etc.) to enable AI assistants to analyze, inspect, and control the build process.
Generate a Content Security Policy for an Electron app, accounting for bundler, framework, and dev-mode. Provides meta-tag and session.webRequest variants.
Analyze JavaScript source code to detect obfuscation patterns like webpack, JSFuck, or eval-based loaders, and output unpack hints with deobfuscation strategy.
Learn how to generate the webpack stats file (.next/stats.json) required for bundle attribution. Choose a manual recipe or an automatic action plan for Copilot to execute.
Compare technologies like frameworks, libraries, databases, or programming languages side-by-side. Automatically gather structured information to support informed decision-making.
Parses the webpack module stats file (.next/stats.json) and links it to a loaded build, enabling tools to detect duplicates, explain shared chunks, trace imports, and suggest optimizations.
Map a generated code location (line and column) back to the original source using source maps, enabling debugging of bundled or transpiled code like TypeScript, Babel, webpack, or esbuild.
Analyze bundle stats JSON from webpack, Rollup, or Vite to identify top heavy modules, duplicate packages, code-split opportunities, and CDN externalization candidates.
Map any error message or symptom description to a verified fix. Input a concrete error stack or free-text query to receive exact-match solutions or search results with confidence scores and source URLs.