We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b6cb7 commit 149797fCopy full SHA for 149797f
src/PackageManager.ts
@@ -1089,6 +1089,9 @@ export class PackageManager {
1089
.replace(/\?/g, '.')
1090
.replace(/\*/g, '.*?'), 'i');
1091
}
1092
+ if (accept.$Cclass && accept.$Cgroup) {
1093
+ condition.component = this.makeComponentGroupName(accept.$Cclass, accept.$Cgroup, accept.$Csub);
1094
+ }
1095
1096
if (Object.keys(condition).length > 0) {
1097
cGroup.acceptList.push(condition);
0 commit comments