We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6ef68 commit 7d7e035Copy full SHA for 7d7e035
1 file changed
transforms/no-implicit-this/README.md
@@ -297,6 +297,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
297
{{my-component "string"}}
298
{{my-component 1}}
299
{{my-component foo}}
300
+{{my-component @foo}}
301
{{my-component property}}
302
{{my-component (my-helper property)}}
303
{{my-component (my-helper "string")}}
@@ -310,6 +311,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
310
311
312
313
{{my-component this.foo}}
314
315
{{my-component this.property}}
316
{{my-component (my-helper this.property)}}
317
0 commit comments