v3.26.5
The loader.test.js file was failing in CI because it couldn't find the loader.js module. The actual source file is loader.ts, and the AVA config is set up to handle TypeScript test files. Renaming the test to .test.ts resolves the module resolution issue. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>