Skip to content

Commit

Permalink
it begins...........................
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 2, 2024
1 parent d8d130d commit 920cb64
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/ember/v5/deprecate-import-isNamespace-from-ember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Ember.isNamespace
until: 6.0.0
since: 5.10.0
---

The imports,
```js
import Ember from 'ember';

Ember.isNamespace;
```

or
```js
import { isNamespace } from 'ember';
```

are deprecated with no replacement.

0 comments on commit 920cb64

Please sign in to comment.