ember-learn / ember-learn/guides-source

Private and old helpers are listed in guides

Open
#2,027 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
161
Forks
512
Avg merge
4d 9h
Merged PRs (30d)
4

Description

Under the template tag guide there are listed old and already removed helpers like `with` and `loc`.
There is also `readonly` listed, which is private.

Here a list:
- `with` was deprecates in v3 (https://deprecations.emberjs.com/ember/v3.x/#toc_ember-glimmer-with-syntax)
- `loc` was deprecated in v3 (https://deprecations.emberjs.com/v3.x#toc_ember-string-loc)
- `hasBlock` was replaced with `has-block`
- `readonly` is since begin a private helper so we should remove from guide docs (https://api.emberjs.com/ember/5.8/classes/Ember.Templates.helpers/methods/readonly?anchor=readonly&show=inherited%2Cprivate)

We should remove them for current docs page.

Docs link:
https://github.com/ember-learn/guides-source/blob/master/guides/release/components/template-tag-format.md#keywords

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.