ast
attributes
attributes: Record<string, string> code
code: string | null
dynamicallyImportedIdResolutions
dynamicallyImportedIdResolutions: readonly ResolvedId[] dynamicallyImportedIds
dynamicallyImportedIds: readonly string[]
dynamicImporters
dynamicImporters: readonly string[]
exportedBindings
exportedBindings: Record<string, string[]> | null exports
exports: string[] | null
hasDefaultExport
hasDefaultExport: boolean | null
id
id: string
implicitlyLoadedAfterOneOf
implicitlyLoadedAfterOneOf: readonly string[]
implicitlyLoadedBefore
implicitlyLoadedBefore: readonly string[]
importedIdResolutions
importedIds
importedIds: readonly string[]
importers
importers: readonly string[]
isEntry
isEntry: boolean
isExternal
isExternal: boolean
isIncluded
isIncluded: boolean | null
meta: CustomPluginOptions
moduleSideEffects
moduleSideEffects: boolean | "no-treeshake"
safeVariableNames
safeVariableNames: Record<string, string> | null syntheticNamedExports
syntheticNamedExports: string | boolean