Transforms the input code string, does not access the file system.
(opts: TransformModulesOptions)
| 5 | |
| 6 | /** Transforms the input code string, does not access the file system. */ |
| 7 | transformModulesSync(opts: TransformModulesOptions): TransformOutput; |
| 8 | |
| 9 | /** Transforms the directory from the file system. */ |
| 10 | transformFs(opts: TransformFsOptions): Promise<TransformOutput>; |