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 da105a4 commit a927083Copy full SHA for a927083
src/transform.ts
@@ -316,6 +316,7 @@ async function doCompileScript(
316
317
return [code, compiledScript.bindings]
318
} else {
319
+ // @ts-expect-error TODO remove when 3.6 is out
320
const vaporFlag = descriptor.vapor ? '__vapor: true' :''
321
return [`\nconst ${COMP_IDENTIFIER} = { ${vaporFlag} }`, undefined]
322
}
0 commit comments