This commit is contained in:
Rich Harris
2017-12-22 09:19:32 -05:00
parent 0bcb61650b
commit 68c2f2e388
9 changed files with 3657 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ function create_templates() {
i = end + 1;
} while (i < template.length);
}
}
};
})
.sort((a, b) => b.specificity - a.specificity);
}