format and fix certain build breaks

This commit is contained in:
be5invis 2024-03-04 17:09:15 -08:00
parent 12a3b8c244
commit d5661093ff
65 changed files with 553 additions and 862 deletions

View file

@ -18,7 +18,7 @@ class CharDataLookup {
} else {
return {
gc: ugc.get(lch),
charName: ucdNames.get(lch)
charName: ucdNames.get(lch),
};
}
}
@ -29,7 +29,7 @@ export async function createCharDataLookup() {
const additionalDataTxt = await fs.promises.readFile(
path.join(__dirname, "additional-char-data.txt"),
"utf-8"
"utf-8",
);
let nameSuffix = "";