@embroider/shared-internals
Advanced tools
Comparing version 2.2.4-unstable.4f3826d to 2.2.4-unstable.9834d5b
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "2.2.4-unstable.4f3826d", | ||
"version": "2.2.4-unstable.9834d5b", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Utilities shared among the other embroider packages", |
@@ -39,2 +39,6 @@ "use strict"; | ||
exports.emberVirtualPeerDeps.add('@embroider/macros'); | ||
// while people don't manually import from ember-source, our v1-to-v2 conversion | ||
// of ember-source can send requests to here, and therefore any addon might need | ||
// to see it as a peer. | ||
exports.emberVirtualPeerDeps.add('ember-source'); | ||
// rfc176-data only covers things up to the point where Ember stopped needing | ||
@@ -41,0 +45,0 @@ // the modules-api-polyfill. Newer APIs need to be added here. |
Sorry, the diff of this file is not supported yet
133412
1372