You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for deprecations and encapsulation we rely on the detection of the presence of @ember-data/<packageName> via a check on require.has at runtime. We should switch these flags to being imports that are injected at build-time and eliminated via our conventional flag stripping infra. Ember compatibility helpers is a great example library for how to achieve this.
The text was updated successfully, but these errors were encountered:
Currently for deprecations and encapsulation we rely on the detection of the presence of
@ember-data/<packageName>
via a check onrequire.has
at runtime. We should switch these flags to being imports that are injected at build-time and eliminated via our conventional flag stripping infra. Ember compatibility helpers is a great example library for how to achieve this.The text was updated successfully, but these errors were encountered: