@embroider/shared-internals
Advanced tools
Comparing version 2.0.1-unstable.3a9d8ad to 2.0.1-unstable.40cebb2
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "2.0.1-unstable.3a9d8ad", | ||
"version": "2.0.1-unstable.40cebb2", | ||
"private": false, | ||
@@ -41,3 +41,8 @@ "description": "Utilities shared among the other embroider packages", | ||
"devDependencies": { | ||
"broccoli-node-api": "^1.7.0", | ||
"@embroider/test-support": "0.36.0", | ||
"@types/babel__core": "^7.1.14", | ||
"@types/babel__traverse": "^7.18.5", | ||
"@types/fs-extra": "^9.0.12", | ||
"@types/lodash": "^4.14.170", | ||
"@types/js-string-escape": "^1.0.0", | ||
@@ -44,0 +49,0 @@ "@types/semver": "^7.3.6", |
@@ -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
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
96921
1018
12
20
153