Skip to content

Type Alias: TransformResult

  • Exported from: rolldown/utils
  • Type: Omit<BindingEnhancedTransformResult, "errors" | "warnings"> & { errors: Error[]; warnings: RolldownLog[]; }

Result of transforming a code.

Type Declaration

errors

  • Type: Error[]

warnings