Commits
Click on a commit to change the comparison rangeSupport FunctionVar handlers in EventChain rendering28 days ago
by FarhanAliRaza fix: forward non-DOM event actions to queued events and improve arrow function detection27 days ago
by FarhanAliRaza refactor: extract applyEventActions helper and simplify EventChain rendering27 days ago
by FarhanAliRaza fix: avoid wrapping JS operators as callable expressions27 days ago
by FarhanAliRaza test: fix test regression27 days ago
by FarhanAliRaza perf: fast-path backend-only EventChains to skip applyEventActions wrapper26 days ago
by FarhanAliRaza Merge remote-tracking branch 'origin/main' into mixed-events26 days ago
by FarhanAliRaza fix: allow EventChain-typed FunctionVars to compose with event_chain_kwargs26 days ago
by FarhanAliRaza fix: remove EventChain fast path to preserve per-spec event actions25 days ago
by FarhanAliRaza Handle args_spec partial args for FunctionVar treat outer lambda and lambda in list equivalently test: add count25 days ago
by FarhanAliRaza add EventVar to allowed event lambda return types fix: hoist empty event literals and drop redundant _get_all_var_data in statement block25 days ago
by FarhanAliRaza test: Addded more tests20 days ago
by FarhanAliRaza