@embroider/shared-internals
Advanced tools
Comparing version 2.0.1-unstable.514566f to 2.0.1-unstable.58c9ed2
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "2.0.1-unstable.514566f", | ||
"version": "2.0.1-unstable.58c9ed2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Utilities shared among the other embroider packages", |
@@ -33,6 +33,9 @@ "use strict"; | ||
// but we may need to tell a build tool that is inspecting pre-transpiled code | ||
// (like snowpack) not to worrya bout these packages. | ||
// (like snowpack) not to worry about these packages. | ||
exports.emberVirtualPackages.add('@glimmer/env'); | ||
exports.emberVirtualPackages.add('ember'); | ||
exports.emberVirtualPackages.add('@embroider/macros'); | ||
// rfc176-data only covers things up to the point where Ember stopped needing | ||
// the modules-api-polyfill. Newer APIs need to be added here. | ||
exports.emberVirtualPackages.add('@ember/owner'); | ||
// These are the known names that people use to import template precomiplation | ||
@@ -39,0 +42,0 @@ // macros from. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96731
1018
20
153