format and fix certain build breaks
This commit is contained in:
parent
12a3b8c244
commit
d5661093ff
65 changed files with 553 additions and 862 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue