Skip to content

Commit be8761f

Browse files
committed
chore: update patch
1 parent 535ca74 commit be8761f

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed
Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
1-
diff --git a/node_modules/@jspm/generator/dist/generator-790b7aa7.js b/node_modules/@jspm/generator/dist/generator-790b7aa7.js
2-
index 269fffc..dc7527c 100644
3-
--- a/node_modules/@jspm/generator/dist/generator-790b7aa7.js
4-
+++ b/node_modules/@jspm/generator/dist/generator-790b7aa7.js
5-
@@ -3314,6 +3314,9 @@ async function extractLockConstraintsAndMap(log, map, preloadUrls, mapUrl, rootU
6-
}
7-
if (installSubpath !== false) {
8-
setResolution(locks, parsedKey.pkgName, pkgUrl, null, installSubpath);
9-
+ if (key.endsWith('/')) {
10-
+ maps.imports[key] = map.imports[key]
11-
+ }
12-
return;
13-
}
14-
}
15-
@@ -3825,7 +3828,7 @@ function _define_property$2(obj, key, value) {
1+
diff --git a/node_modules/@jspm/generator/dist/generator-2eaaa40d.js b/node_modules/@jspm/generator/dist/generator-2eaaa40d.js
2+
index b617495..ed7aedd 100644
3+
--- a/node_modules/@jspm/generator/dist/generator-2eaaa40d.js
4+
+++ b/node_modules/@jspm/generator/dist/generator-2eaaa40d.js
5+
@@ -3775,7 +3775,7 @@ function _define_property$2(obj, key, value) {
166
return obj;
177
}
18-
function combineSubpaths(installSubpath, traceSubpath) {
8+
function combineSubpaths(traceSubpath) {
199
- if (traceSubpath.endsWith('/')) throw new Error('Trailing slash subpaths unsupported');
2010
+ if (traceSubpath.endsWith('/')) return traceSubpath;
21-
return installSubpath === null || installSubpath === '.' || traceSubpath === '.' ? installSubpath || traceSubpath : `${installSubpath}${traceSubpath.slice(1)}`;
11+
return traceSubpath;
2212
}
2313
class TraceMap {
24-
@@ -3869,7 +3872,7 @@ class TraceMap {
14+
@@ -3819,7 +3819,7 @@ class TraceMap {
2515
// very likely that the user has some CommonJS dependencies, but this is
2616
// something that the user has to explicitly enable:
2717
if (isBuiltinScheme(resolved)) return null;
@@ -30,7 +20,7 @@ index 269fffc..dc7527c 100644
3020
try {
3121
var entry = await this.resolver.analyze(resolved);
3222
} catch (e) {
33-
@@ -5112,7 +5115,7 @@ function createFetchOptions(cache = true, fetchOptions = {}) {
23+
@@ -5065,7 +5065,7 @@ function createFetchOptions(cache = true, fetchOptions = {}) {
3424
replacer.remove(existingComment.start, existingComment.end, true);
3525
}
3626
}

0 commit comments

Comments
 (0)