Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 661 Bytes

File metadata and controls

24 lines (15 loc) · 661 Bytes

Home > @velcro/bundler > Plugin_2 > transform

Plugin_2.transform() method

Signature:

transform?(ctx: PluginTransformContext, id: Uri, code: string): MaybeThenable<PluginTransformResult | undefined>;

Parameters

Parameter Type Description
ctx PluginTransformContext
id Uri
code string

Returns:

MaybeThenable<PluginTransformResult | undefined>