Skip to content

Commit

Permalink
Merge pull request #2075 from embroider-build/update-ember-standard-m…
Browse files Browse the repository at this point in the history
…odules

Update ember standard modules to include @ember/renderer and @ember/-internals and ember-testing
  • Loading branch information
ef4 authored Aug 30, 2024
2 parents 57f99b0 + 3e8a6d8 commit 1b3ebb2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/shared-internals/src/ember-standard-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ emberVirtualPeerDeps.add('@ember/string');
// (like snowpack) not to worry about these packages.
emberVirtualPackages.add('@glimmer/env');
emberVirtualPackages.add('ember');
emberVirtualPackages.add('ember-testing');

// this is a real package and even though most of its primary API is implemented
// as transforms, it does include some runtime code.
Expand All @@ -45,6 +46,13 @@ emberVirtualPeerDeps.add('ember-source');
// the modules-api-polyfill. Newer APIs need to be added here.
emberVirtualPackages.add('@ember/owner');

// Added in ember-source 4.5.0-beta.1
emberVirtualPackages.add('@ember/renderer');

// Not provided by rfc176-data, but is needed for special librarys
// that know the dangers of importing private APIs
emberVirtualPackages.add('@ember/-internals');

// these are not public API but they're included in ember-source, so for
// correctness we still want to understand that they come from there.
emberVirtualPackages.add('@glimmer/validator');
Expand Down

0 comments on commit 1b3ebb2

Please sign in to comment.