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
@@ -778,23 +778,10 @@ export function get_rune(node, scope) {
778
778
779
779
joined=n.name+joined;
780
780
781
-
constis_rune_obj=
782
-
n.name!=='$host'&&Runes.includes(/** @type {typeof Runes[number]} */(n.name));// check if the object of the expression is a rune e.g. `$effect` in `$effect.pre`
0 commit comments