Bug Fixes
- perry/ui State dispatch:
State(0)constructor and.value/.set()instance methods were missing from the LLVM codegen dispatch tables, producing "not in dispatch table" warnings and silently returningundefined. AddedState→perry_ui_state_createtoPERRY_UI_TABLEandvalue→perry_ui_state_get/set→perry_ui_state_settoPERRY_UI_INSTANCE_TABLE. (closes #25) - check-deps perry built-ins:
perry check --check-depsincorrectly flaggedperry/ui,perry/thread,perry/i18nas missing npm packages (R003) and as unsupported Node.js built-ins (U006). Newis_perry_builtin()guard skips resolution and diagnostics for allperry/*imports. (closes #24)