Rajasegar Chandran
Rajasegar Chandran
@mansona Yes it will work on addons if you point at the right folder like directly using the codemod ``` npx ember-angle-brackets-codemod@2 addon/templates ``` I am using the version 2...
Sounds good to me, appreciate a PR
In order to fix this we need to do the following: 1. Add 'tests' to ` const SKIPPED_MODULES = ['fetch/ajax'];` 2. Check the SKIPPED_MODULES before logging here https://github.com/ember-codemods/ember-native-class-codemod/blob/aa96feffc8f9cca7ec6f5bb9577d17b61f0b9c72/lib/gather-telemetry.js#L38 like ```js...
:tada: This issue has been resolved in version 5.0.1 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/alacritty-themes/v/5.0.1) - [GitHub release](https://github.com/rajasegar/alacritty-themes/releases/tag/v5.0.1) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
Is is the issue resolved? I am still facing problems with rollup using xstream, can anyone please post a sample rollup config if they have figured it out...
@bmish Thanks for reviewing, addressed the comments in the latest changes
@bmish Addressed the review comments, please check and let me know
@bmish Thanks for reviewing, addressed the initial review comments
@Turbo87 For the decorators, should we need to configure some parser options i am getting the following error. Any help would be appreciated.
@Turbo87 I need your help in formulating the docs for this rule Is it on the same lines with `eslint/no-async-promise-executor` rule in eslint https://github.com/eslint/eslint/blob/master/docs/rules/no-async-promise-executor.md @bmish needs some clarifications here https://github.com/ember-cli/eslint-plugin-ember/pull/424#discussion_r289675593