@react-native-esbuild/transformer
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha.43 • Public • Published

@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);

Package Sidebar

Install

npm i @react-native-esbuild/transformer

Weekly Downloads

9

Version

0.1.0-alpha.43

License

MIT

Unpacked Size

51.2 kB

Total Files

22

Last publish

Collaborators

  • ghlee