@embroider/shared-internals
Advanced tools
Comparing version 2.6.3-unstable.5063729 to 2.6.3-unstable.024270b
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "2.6.3-unstable.5063729", | ||
"version": "2.6.3-unstable.024270b", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Utilities shared among the other embroider packages", |
@@ -18,1 +18,2 @@ export { AppMeta, AddonMeta, PackageInfo } from './metadata'; | ||
export * from './dep-validation'; | ||
export * from './colocation'; |
@@ -56,2 +56,3 @@ "use strict"; | ||
__exportStar(require("./dep-validation"), exports); | ||
__exportStar(require("./colocation"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -21,3 +21,3 @@ "use strict"; | ||
} | ||
if ((0, path_1.isAbsolute)(toFile) && result.endsWith(toFile)) { | ||
if ((0, path_1.isAbsolute)(toFile) && result.split(path_1.sep).join('/').endsWith(toFile)) { | ||
// this prevents silly "relative" paths like | ||
@@ -24,0 +24,0 @@ // "../../../../../Users/you/projects/your/stuff" when we could have just |
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
164748
62
1624
12