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
implement parsing for heregexes with interpolations (#87) (f0abec5a)
Breaking Changes
Heregex expressions now always use the new Heregex node type
rather than RegExp. In all cases, a Heregex node has an array of quasis and
expressions.
(f0abec5a)