Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/snel/imports/drollup.ts>TransformModuleJSON

A Cybernetical framework for svelte applications in deno
Latest
interface TransformModuleJSON
import { type TransformModuleJSON } from "https://deno.land/x/snel@v0.7.1/imports/drollup.ts";

Properties

optional
ast: AcornNode
code: string
customTransformCache: boolean
originalCode: string
originalSourcemap: ExistingDecodedSourceMap | null
optional
resolvedIds: ResolvedIdMap
sourcemapChain: DecodedSourceMapOrMissing[]
transformDependencies: string[]