Commits
Click on a commit to change the comparison rangeSupport FunctionVar handlers in EventChain rendering2 months ago
by FarhanAliRaza fix: forward non-DOM event actions to queued events and improve arrow function detection2 months ago
by FarhanAliRaza refactor: extract applyEventActions helper and simplify EventChain rendering2 months ago
by FarhanAliRaza fix: avoid wrapping JS operators as callable expressions2 months ago
by FarhanAliRaza test: fix test regression2 months ago
by FarhanAliRaza perf: fast-path backend-only EventChains to skip applyEventActions wrapper2 months ago
by FarhanAliRaza Merge remote-tracking branch 'origin/main' into mixed-events2 months ago
by FarhanAliRaza fix: allow EventChain-typed FunctionVars to compose with event_chain_kwargs2 months ago
by FarhanAliRaza fix: remove EventChain fast path to preserve per-spec event actions2 months ago
by FarhanAliRaza Handle args_spec partial args for FunctionVar treat outer lambda and lambda in list equivalently test: add count2 months 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 block2 months ago
by FarhanAliRaza test: Addded more tests2 months ago
by FarhanAliRaza