You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 2. Let expansionKeys be the list of keys of matchObj containing only a single "*", sorted by the sorting function PATTERN_KEY_COMPARE which orders in descending order of specificity.
1762
1762
// 3. For each key expansionKey in expansionKeys, do
1763
-
for(key, target)in match_obj {
1764
-
let expansion_key = key.to_string();
1763
+
for(expansion_key, target)in match_obj {
1765
1764
if expansion_key.starts_with("./") || expansion_key.starts_with('#'){
1766
1765
// 1. Let patternBase be the substring of expansionKey up to but excluding the first "*" character.
// 2. Let patternMatch be the substring of matchKey starting at the index of the length of patternBase up to the length of matchKey minus the length of patternTrailer.
// TODO: [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./dist/" in the "exports" field module resolution of the package at xxx/package.json.
0 commit comments