0.1.0-alpha.43 • Published 5 months ago

@react-native-esbuild/transformer v0.1.0-alpha.43

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@react-native-esbuild/transformer

Usage

import {
  stripFlowWithSucrase,
  transformWithBabel,
  transformWithSwc,
} from '@react-native-esbuild/transformer';

await stripFlowWithSucrase(code, context);
await transformWithBabel(code, context, options);
await transformWithSwc(code, context, options);