Commit 1c8d12f
committed
Add isCached API to detect @cached decorator usage
- Add computed.isCached() API to detect properties using @cached decorator
- Update EMBER_INSPECTOR_API_ANALYSIS.md with isCached documentation
- Implement stub in ember-inspector-api.js with heuristic detection
- @cached is from @glimmer/tracking and memoizes getter results
This provides a public API to identify cached properties without relying on internal implementation details.1 parent b29c19b commit 1c8d12f
12 files changed
Lines changed: 1320 additions & 0 deletions
File tree
- .bob/notes
- .idea
- shelf
- Uncommitted_changes_before_Checkout_at_25_10_24,_11_23_[Changes]
- Uncommitted_changes_before_rebase_[Changes]4
- ember_debug/utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 78 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments