Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 414 Bytes

deprecate-import--assert-destroyables-destroyed-from-ember.md

File metadata and controls

19 lines (15 loc) · 414 Bytes
title until since parent
Ember._assertDestroyablesDestroyed
7.0.0
6.5.0
deprecate-import-ember-from-ember

Previously, _assertDestroyablesDestroyed could be accessed via the Ember import:

import Ember from 'ember';

Ember._assertDestroyablesDestroyed

If needed, _assertDestroyablesDestroyed can be imported:

import { assertDestroyablesDestroyed } from '@ember/destroyable';