You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,6 @@ That codemod uses (puppeteer)(https://github.com/GoogleChrome/puppeteer) (via th
24
24
The idea for the extraction was to put the harness in this package
25
25
(extracted from the native class codemod), but have the actual "telemetry gathering"
26
26
live in each individual codemod project because the things that they need are quite different
27
-
for example, for [implicit this codemod]() and [angle brackets codemod]() all we need to know is an array of the helpers and components in the app
28
-
but for native class codemod it needs much more info (names and types of methods, properties, etc on each default export)
27
+
for example, for [implicit this codemod](https://github.com/ember-codemods/ember-no-implicit-this-codemod) and
28
+
[angle brackets codemod](https://github.com/ember-codemods/ember-angle-brackets-codemod) all we need to know is an array of the helpers and components in the app
29
+
but for [native class codemod](https://github.com/ember-codemods/ember-native-class-codemod) it needs much more info (names and types of methods, properties, etc on each default export)
0 commit comments