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
`The \`${propertyPath}\` property path was used in the \`${moduleName}\` template without using \`this\`. This fallback behavior has been deprecated, all properties must be looked up on \`this\` when used in the template: {{this.${propertyPath}}}`,
`The \`${name}\` property was used in the \`${moduleName}\` template without using \`this\`. This fallback behavior has been deprecated, all properties must be looked up on \`this\` when used in the template: {{this.${name}}}`,
100
-
false,
101
-
{
102
-
id: 'this-property-fallback',
103
-
}
104
-
);
105
-
106
-
op(Op.GetVariable,0);
107
-
op(Op.GetProperty,name);
108
-
},
109
79
});
110
80
});
111
81
});
@@ -140,19 +110,6 @@ EXPRESSIONS.add(SexpOpcodes.GetFreeAsDeprecatedHelperHeadOrThisFallback, (op, ex
140
110
141
111
Call(op,handle,null,null);
142
112
},
143
-
144
-
ifFallback: (name: string,moduleName: string)=>{
145
-
deprecate(
146
-
`The \`${name}\` property was used in the \`${moduleName}\` template without using \`this\`. This fallback behavior has been deprecated, all properties must be looked up on \`this\` when used in the template: {{this.${name}}}`,
0 commit comments