We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a67e6 commit 82a4942Copy full SHA for 82a4942
1 file changed
transforms/no-implicit-this/README.md
@@ -302,6 +302,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
302
{{my-component (my-helper property)}}
303
{{my-component (my-helper "string")}}
304
{{my-component (my-helper 1)}}
305
+{{get this 'key'}}
306
307
308
```
@@ -316,7 +317,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
316
317
{{my-component (my-helper this.property)}}
318
319
-
320
321
322
323
---
0 commit comments