Continue ESM transform
This commit is contained in:
parent
b8205a63aa
commit
36835216f5
44 changed files with 1939 additions and 502 deletions
|
@ -1,8 +1,13 @@
|
|||
import path from "path";
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import * as url from "url";
|
||||
|
||||
import semver from "semver";
|
||||
|
||||
import { Output } from "./shared/index.mjs";
|
||||
|
||||
const __dirname = url.fileURLToPath(new URL(".", import.meta.url));
|
||||
|
||||
const ChangeFileDir = path.join(__dirname, "../../changes");
|
||||
const ModifiedSinceVersion = "2.x";
|
||||
async function GenerateChangeList(argv, out) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue