Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate name #50

Open
knownasilya opened this issue Sep 28, 2017 · 1 comment
Open

Duplicate name #50

knownasilya opened this issue Sep 28, 2017 · 1 comment

Comments

@knownasilya
Copy link

knownasilya commented Sep 28, 2017

Got into this situation:

import Component from '@ember/component';

const Component = Component.extend({
  // ...
});

Component.reopenClass({
  positionalParams: ['positionalParamValue']
});

export default Component;

And

import { helper } from '@ember/component/helper';

export function helper([value]) {
}
@rwjblue
Copy link
Member

rwjblue commented Sep 30, 2017

What was the code before running the codemod?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants