π Describe the Issue
For versions v5.12 or later, the assert sub-page is missing.
π¬ Minimal Reproduction
Compare
π Actual Behavior
The assert sub-page is missing from @ember/debug
π€ Expected Behavior
The assert sub-page is to be present under @ember/debug when viewing v5.12 and later
β Additional Context
Based on https://github.com/emberjs/ember.js/blob/main/packages/%40ember/debug/index.ts#L304 I believe this is just an oversight in the documentation and assert() is still publicly exported in β₯v5.12
It could be related to the refactoring done by emberjs/ember.js@434fda0
Happy to take this on, if this is actually a bug
π Describe the Issue
For versions v5.12 or later, the
assertsub-page is missing.π¬ Minimal Reproduction
Compare
π Actual Behavior
The assert sub-page is missing from @ember/debug
π€ Expected Behavior
The assert sub-page is to be present under @ember/debug when viewing v5.12 and later
β Additional Context
Based on https://github.com/emberjs/ember.js/blob/main/packages/%40ember/debug/index.ts#L304 I believe this is just an oversight in the documentation and
assert()is still publicly exported in β₯v5.12It could be related to the refactoring done by emberjs/ember.js@434fda0
Happy to take this on, if this is actually a bug