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.
1 parent a930893 commit a931fd8Copy full SHA for a931fd8
packages/cloudflare/src/cli/build/patches/ast/optional-deps.spec.ts
@@ -1,7 +1,7 @@
1
import { describe, expect, it } from "vitest";
2
3
import { optionalDepRule } from "./optional-deps.js";
4
-import { patchCode } from "./util.ts";
+import { patchCode } from "./util.js";
5
6
describe("optional dependecy", () => {
7
it('should wrap a top-level require("caniuse-lite") in a try-catch', () => {
0 commit comments