We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db182f9 commit 3915484Copy full SHA for 3915484
1 file changed
transforms/no-implicit-this/README.md
@@ -314,6 +314,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
314
{{foo}}
315
{{property}}
316
{{namespace/foo}}
317
+{{someGetter}}
318
319
```
320
@@ -324,6 +325,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
324
325
{{this.foo}}
326
{{this.property}}
327
328
+{{this.someGetter}}
329
330
331
<!--FIXTURES_CONTENT_END-->
0 commit comments