Merge pull request #278 from XRPLF/feat/compile-wat

Increase wat file priority in sorting.
This commit is contained in:
muzamil
2022-12-07 15:03:40 +05:30
committed by GitHub

View File

@@ -61,6 +61,7 @@ export const fetchFiles = async (gistId: string) => {
// default priority is undefined == 0
const extPriority: Record<string, number> = {
c: 3,
wat: 3,
md: 2,
h: -1
}