patocallaghan / ember-component-jquery

A codemod for migrating Ember Component code from `this.$()` to `$(this.element)`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-component-jquery

Build Status

npm

A codemod for migrating Ember Component code from this.$() to $(this.element) and Ember.$('.class') to $('.class');

Usage

npx ember-component-jquery this-jquery path/of/files/ or/some**/*glob.js

Transforms

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • yarn

Running tests

  • yarn test

Update Documentation

  • yarn update-docs

About

A codemod for migrating Ember Component code from `this.$()` to `$(this.element)`


Languages

Language:JavaScript 100.0%