Skip to content

Commit

Permalink
Merge pull request #431 from NullVoxPopuli/add-deprecate-to-ember-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Jan 18, 2023
2 parents e0aec8f + 2f717ef commit 3de99fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@
"export": "debug",
"deprecated": false
},
{
"global": "Ember.deprecate",
"module": "@ember/debug",
"export": "deprecate",
"deprecated": false
},
{
"global": "Ember.inspect",
"module": "@ember/debug",
Expand Down

0 comments on commit 3de99fb

Please sign in to comment.