Skip to content

Commit

Permalink
this was added after the start of this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed May 8, 2024
1 parent b7e355c commit 4dfa08c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions broccoli/amd-compat-entrypoints/ember.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ d('@ember/-internals/browser-environment/index', emberinternalsBrowserEnvironmen
import * as emberinternalsContainerIndex from '@ember/-internals/container/index';
d('@ember/-internals/container/index', emberinternalsContainerIndex);

import * as emberinternalsDeprecationsIndex from '@ember/-internals/deprecations/index';
d('@ember/-internals/deprecations/index', emberinternalsDeprecationsIndex);

import * as emberinternalsEnvironmentIndex from '@ember/-internals/environment/index';
d('@ember/-internals/environment/index', emberinternalsEnvironmentIndex);

Expand Down

0 comments on commit 4dfa08c

Please sign in to comment.