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 fccace3 commit 890df1dCopy full SHA for 890df1d
packages/open-next/src/build/patch/patchFetchCacheISR.ts
@@ -1,7 +1,7 @@
1
+import { Lang } from "@ast-grep/napi";
2
import { getCrossPlatformPathRegex } from "utils/regex.js";
3
import { createPatchCode } from "./astCodePatcher.js";
4
import type { CodePatcher } from "./codePatcher";
-import { Lang } from "@ast-grep/napi";
5
6
export const fetchRule = `
7
rule:
packages/tests-unit/tests/build/patch/patchFetchCacheISR.test.ts
import { patchCode } from "@opennextjs/aws/build/patch/astCodePatcher.js";
import {
- unstable_cacheRule,
fetchRule,
+ unstable_cacheRule,
} from "@opennextjs/aws/build/patch/patchFetchCacheISR.js";
import { describe } from "vitest";
0 commit comments