Commit graph

5 commits

Author SHA1 Message Date
Au
f6e57fbf0b
fix(utility): correct the format of generated hash values and file names (#2012)
Fix a bug in the utility/create-sha-file.mjs module that caused the generated hash values to have an incorrect format and the file names to be undefined. Use the file.name property instead of the file.base property to get the correct file name. Append the hash value before the file name, separated by a tab character, to match the expected format.
2023-09-28 13:49:13 -07:00
be5invis
3766d82d8c fix 2023-07-10 23:20:33 -07:00
be5invis
c65131ecd3 Remove dupes in the SHA file 2023-07-10 23:20:09 -07:00
be5invis
36835216f5 Continue ESM transform 2022-07-16 20:18:52 -07:00
be5invis
b8205a63aa Initial work of ESM transformation 2022-07-16 19:26:49 -07:00