simonihmig / ember-native-dom-helpers-codemod

Codemod to transform your jQuery based ember tests to use ember-native-dom-helpers
MIT License
27 stars 9 forks source link

Bump to jscodeshift 0.5.0 #45

Open chriskrycho opened 6 years ago

chriskrycho commented 6 years ago

It'd be awesome if this used the latest version of jscodeshift, which includes support for TypeScript and therefore would (at least in principle) make this viable for TypeScript codebases. (I'll try to open a PR with it shortly.)

simonihmig commented 6 years ago

I'll try to open a PR with it shortly.

@chriskrycho that would be great! Though mind that this codemod from my point of view should not be extended that much as it is kind of deprecated, just as ember-native-dom-helpers has been superseded by @ember/test-helpers. For the latter, there is also https://github.com/simonihmig/ember-test-helpers-codemod, which is what a future PR should maybe target in the first place?