Missing API docs
jenweber opened this issue · 12 comments
jenweber commented
on()- http://emberjs.com/api/classes/Ember.Debug.html#method_registerDeprecationHandler
separate module annotation from method in deprecate.js - http://emberjs.com/api/classes/Ember.Object.html#method_incrementProperty and toggleProperty
update@extendsannotation on EmberObject to be {Observable} and not {Ember.Observable} http://emberjs.com/api/classes/Ember.Enumerable.html- http://emberjs.com/api/classes/Ember.Object.html#method_reopen and reopenClass
add@staticand@for @ember/objectto method annotations http://emberjs.com/api/classes/Ember.Helper.html#method_helperhttp://emberjs.com/api/classes/Ember.String.html#method_htmlSafehttp://emberjs.com/api/classes/Ember.Testget (not Ember.get)- observer function
@ember/object
Please comment with anything else that can't be found
toddjordan commented
toddjordan commented
toddjordan commented
toddjordan commented
Turbo87 commented
@jenweber all other methods related to Ember.Object.get() are also missing: set, setProperties, getProperties, toggleProperty, ...
toddjordan commented
toddjordan commented
toddjordan commented
Ember.Enumerable is private. If you toggle on private classes its there: https://emberjs.com/api/ember/2.16/classes/Enumerable
Turbo87 commented
@toddjordan what you linked is unrelated. I'm talking about the methods, not the global Ember.get() functions
toddjordan commented
@Turbo87 correct. They are functions of Observable, listed in this item. The @extends annotation of EmberObject needs updating.
http://emberjs.com/api/classes/Ember.Object.html#method_incrementProperty and toggleProperty
update @extends annotation on EmberObject to be {Observable} and not {Ember.Observable}
toddjordan commented
Added fixes to emberjs/ember.js#15716
toddjordan commented
cases identified here are fixed



