- Enhanced validate_exports.js to detect both named exports (export const/function/etc) and destructured exports (export { name1, name2 })
- Fixes validation error that was incorrectly reporting missing exports
- All CI checks now pass successfully
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
||
|---|---|---|
| css | ||
| src | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| biome.json | ||
| CLAUDE.md | ||
| demo.html | ||
| favicon.ico | ||
| index.html | ||
| integration_tests.js | ||
| journal.rst | ||
| Makefile | ||
| package.json | ||
| simple_tests.js | ||
| uncloseai.js | ||
| uncloseai.js.orig | ||
| validate_exports.js | ||