Skip to content

Commit a927083

Browse files
committed
fix: ts error
1 parent da105a4 commit a927083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transform.ts

+1
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ async function doCompileScript(
316316

317317
return [code, compiledScript.bindings]
318318
} else {
319+
// @ts-expect-error TODO remove when 3.6 is out
319320
const vaporFlag = descriptor.vapor ? '__vapor: true' :''
320321
return [`\nconst ${COMP_IDENTIFIER} = { ${vaporFlag} }`, undefined]
321322
}

0 commit comments

Comments
 (0)