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

Ensure decorators are transpiled properly when the decorator identifier is aliased within the decorated method #378

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 19, 2021

Fixes a long running issue with decorators and argument aliasing:

@action
someMethod(action) {
  // do something
}

Previously ^ would error, now it doesn't.

References:

Fixes a long running issue with decorators and argument aliasing:

```js
@action
someMethod(action) {
  // do something
}
```

Previously ^ would error, now it doesn't.
@rwjblue rwjblue added the bug label Jan 19, 2021
@rwjblue rwjblue changed the title Update babel-plugin-ember-modules-api-polyfill to latest Ensure decorators are transpiled properly when the decorator identifier is aliased within the decorated method Jan 19, 2021
@rwjblue rwjblue merged commit a88f787 into v7.23.x Jan 19, 2021
@rwjblue rwjblue deleted the update-modules-api-polyfill branch January 19, 2021 20:50
This was referenced Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant