Skip to content

Commit 3915484

Browse files
committed
update readme
1 parent db182f9 commit 3915484

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

transforms/no-implicit-this/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
314314
{{foo}}
315315
{{property}}
316316
{{namespace/foo}}
317+
{{someGetter}}
317318
318319
```
319320

@@ -324,6 +325,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
324325
{{this.foo}}
325326
{{this.property}}
326327
{{namespace/foo}}
328+
{{this.someGetter}}
327329
328330
```
329331
<!--FIXTURES_CONTENT_END-->

0 commit comments

Comments
 (0)