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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@ See "Gathering runtime data" section of
96
96
https://github.com/ember-codemods/ember-native-class-codemod#gathering-runtime-data for some additonal info
97
97
98
98
99
-
This project was extracted from (ember-native-class-codemod)(https://github.com/ember-codemods/ember-native-class-codemod).
100
-
That codemod uses (puppeteer)(https://github.com/GoogleChrome/puppeteer) (via this lib) to visit the Ember app and gather telemetry necessary to convert to native classes.
99
+
This project was extracted from [ember-native-class-codemod](https://github.com/ember-codemods/ember-native-class-codemod).
100
+
That codemod uses [puppeteer](https://github.com/GoogleChrome/puppeteer) (via this lib) to visit the Ember app and gather telemetry necessary to convert to native classes.
101
101
102
102
The idea for the extraction was to put the harness in this package
103
103
(extracted from the native class codemod), but have the actual "telemetry gathering"
0 commit comments