We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f231b4 + 92d88c2 commit 28ab98eCopy full SHA for 28ab98e
src/github.ts
@@ -1,4 +1,9 @@
1
import { github } from "./deps.ts";
2
+import { performance } from "node:perf_hooks";
3
+
4
+// Workaround for deno compatibility issue on undici:
5
+// deno-lint-ignore no-explicit-any
6
+(globalThis as any).performance = performance;
7
8
export function generateNotes({
9
githubToken,
0 commit comments