github PerryTS/perry v0.5.15

latest releases: v0.5.1206, v0.5.1205, v0.5.1182...
2 months ago

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 returning undefined. Added Stateperry_ui_state_create to PERRY_UI_TABLE and valueperry_ui_state_get / setperry_ui_state_set to PERRY_UI_INSTANCE_TABLE. (closes #25)
  • check-deps perry built-ins: perry check --check-deps incorrectly flagged perry/ui, perry/thread, perry/i18n as missing npm packages (R003) and as unsupported Node.js built-ins (U006). New is_perry_builtin() guard skips resolution and diagnostics for all perry/* imports. (closes #24)

Don't miss a new perry release

NewReleases is sending notifications on new releases.