Lines Matching refs:permutation
241 for (const permutation of permutations({
251 const parentPath = `./parent${permutation.parentExtension}`;
252 const parentFormat = fileExtensionFormat(permutation.parentExtension);
253 const depFormat = fileExtensionFormat(permutation.depExtension);
259 const depPath = `./dep${permutation.depExtension}`;
268 if (permutation.depIntegrity === 'invalid') {
271 } else if (permutation.depIntegrity === 'missing') {
274 } else if (permutation.depIntegrity !== 'match') {
278 permutation.preloads = permutation.preloads.filter((_) => _ !== 'parent');
285 if (permutation.parentIntegrity === 'invalid') {
288 } else if (permutation.parentIntegrity === 'missing') {
291 } else if (permutation.parentIntegrity !== 'match') {
295 if (permutation.onError === 'log') {
300 onError: permutation.onError,
304 preloads: permutation.preloads