Skip to content

Commit 7d7e035

Browse files
committed
update readme with generated transform output
1 parent 6a6ef68 commit 7d7e035

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
@@ -297,6 +297,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
297297
{{my-component "string"}}
298298
{{my-component 1}}
299299
{{my-component foo}}
300+
{{my-component @foo}}
300301
{{my-component property}}
301302
{{my-component (my-helper property)}}
302303
{{my-component (my-helper "string")}}
@@ -310,6 +311,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
310311
{{my-component "string"}}
311312
{{my-component 1}}
312313
{{my-component this.foo}}
314+
{{my-component @foo}}
313315
{{my-component this.property}}
314316
{{my-component (my-helper this.property)}}
315317
{{my-component (my-helper "string")}}

0 commit comments

Comments
 (0)