ember.js icon indicating copy to clipboard operation
ember.js copied to clipboard

[Documentation] Missing docs for several methods in @ember/helper

Open ef4 opened this issue 3 years ago • 0 comments

The docs for the @ember/helper module are missing several exports that are public API of that module:

  • array
  • concat
  • fn
  • get
  • hash

They appear instead in Ember.Templates.helpers.

As we're rolling out handlebars strict mode it becomes important to distinguish between the built-in template keywords like yield and the importable helpers like fn.

ef4 avatar Aug 05 '22 20:08 ef4