CommandkitInterfacesTransformedResultVersion: NextOn this pageTransformedResultTransformedResult commandkitCompilerPlugin.ts Signatureinterface TransformedResult { code?: string; map?: string | null;} codepropertystringThe transformed code.mappropertystring | nullThe source map for the transformed code, if applicable.