Skip to content

Commit

Permalink
Add toString
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 2, 2024
1 parent 920cb64 commit 6bd4b82
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
8 changes: 1 addition & 7 deletions content/ember/v5/deprecate-import-isNamespace-from-ember.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ 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.
is deprecated with no replacement.
13 changes: 13 additions & 0 deletions content/ember/v5/deprecate-import-toString-from-ember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Ember.toString
until: 6.0.0
since: 5.10.0
---

```js
import Ember from 'ember';

Ember.toString;
```

is deprecated with no replacement.

0 comments on commit 6bd4b82

Please sign in to comment.