You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...doesn't work, because generator.contextualise only uses helpers (instead of state) in case of CallExpression nodes. Proposal: any reference that matches a helper always uses that helper, and we add compile-time warnings if we detect conflicts (from an introduced context, and maybe by inspecting the return value of a data function where possible) and dev-mode runtime warnings to mop up the rest.
The text was updated successfully, but these errors were encountered:
This...
...doesn't work, because
generator.contextualise
only useshelpers
(instead ofstate
) in case of CallExpression nodes. Proposal: any reference that matches a helper always uses that helper, and we add compile-time warnings if we detect conflicts (from an introduced context, and maybe by inspecting the return value of a data function where possible) and dev-mode runtime warnings to mop up the rest.The text was updated successfully, but these errors were encountered: