Commits
Click on a commit to change the comparison rangetest: improve coverage for check_restrictions
Add comprehensive test coverage for all 5 call sites of check_restrictions:
- load_index() with enforce_extension disabled (line 783)
- load_alias_or_file() direct file check (line 831)
- browser field/alias recursive resolution (line 1148)
- load_extension_alias() after file exists (line 1326)
- package main field resolution (line 1570)
Also add tests for:
- Multiple restrictions working together
- All restrictions must pass logic
- is_inside() helper edge cases
Closes #613
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>