ember-native-class-codemod icon indicating copy to clipboard operation
ember-native-class-codemod copied to clipboard

A codemod-cli project for converting Ember objects to es6 native classes

Results 66 ember-native-class-codemod issues
Sort by recently updated
recently updated
newest added

Apps that emit linting tests into the build currently emit a warning during telemetry gathering for each linted module: ``` error evaluating `input/special-sauce/tests/addon.lint-test`: QUnit is not defined error evaluating `input/special-sauce/tests/templates.template.lint-test`:...

bug

### Objective: * Every JS/TS file that was **not** migrated should be listed in the log * The log consumer should be considered the developer and any content should be...

When using: ```js export default Controller.extend({ prop1: Object.freeze({ whatever: 'here' }), }) ``` The file is not transformed (due to the member expression for prop1). We have a few plausible...

In order to ensure that we don't migrate things incorrectly, we should add `concatenatedProperties` and `mergedProperties` to the list of runtime data that we collect. If we detect "non-standard" entries...

We should add a guide which walks users through the usage of this codemod. It should walk users through: 1. Installing the codemod (and any additional dependencies) 2. Booting up...

Add a how to guide to run codemods with dyfactor plugin

**Having:** ```js // - app/ // - services/ // - actions/ // - user.js // - dude.js import Service, { inject as service } from '@ember/service'; export default Service.extend({ actions:...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies