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

Mark defineProperty as public API. #17028

Merged
merged 1 commit into from Oct 17, 2018
Merged

Mark defineProperty as public API. #17028

merged 1 commit into from Oct 17, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Oct 1, 2018

In most circumstances, Ember.defineProperty is not what you should do, however there are some use cases that absolutely require it (e.g. as a primitive used to setup computed property getters on native ES classes).

Either way, this is already defacto public API so we should mark it as such.

Closes emberjs/rfcs#350

In most circumstances, `Ember.defineProperty` is **not** what you should do, however there are _some_ use cases that absolutely require it.

Either way, this is already defacto public API so we should mark it as such.
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

Successfully merging this pull request may close these issues.

None yet

1 participant