Continue ESM transform

This commit is contained in:
be5invis 2022-07-16 20:18:52 -07:00
parent b8205a63aa
commit 36835216f5
44 changed files with 1939 additions and 502 deletions

View file

@ -1,5 +1,6 @@
import path from "path";
import fs from "fs";
import path from "path";
import semver from "semver";
const ChangeFileDir = path.join(__dirname, "../../changes");