Type Alias: TransformResult
- Exported from:
rolldown/utils - Type:
Omit<BindingEnhancedTransformResult,"errors"|"warnings"> & {errors:Error[];warnings:RolldownLog[]; }
Defined in: utils/transform.ts:23
Result of transforming a code.
Type Declaration
errors
- Type:
Error[]
warnings
- Type:
RolldownLog[]