Skip to content

Commit 44567c3

Browse files
authored
chore: ts-ignore for rolldown-vite ci (#566)
1 parent b1d63a8 commit 44567c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-rsc/examples/basic/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ function vitePluginUseCache(): Plugin[] {
166166
async transform(code) {
167167
if (!code.includes('use cache')) return
168168
const ast = await parseAstAsync(code)
169+
// @ts-ignore for rolldown-vite ci estree/oxc mismatch
169170
const result = transformHoistInlineDirective(code, ast, {
170171
runtime: (value) => `__vite_rsc_cache(${value})`,
171172
directive: 'use cache',

0 commit comments

Comments
 (0)