rsnext/packages/next-codemod/bin
Tim Neutkens c5b5c43e3d
Add codemod for files that do not support the new React JSX transform (#21281)
Previously our automatic React injection approach injected `import React from 'react'` automatically whenever JSX was detected. The new official JSX transform solves this by enforcing importing `React` when it is used.

This codemod automatically converted files that are using a "global React variable" to use `import React from 'react'`
2021-01-18 15:17:10 +00:00
..
cli.ts Add codemod for files that do not support the new React JSX transform (#21281) 2021-01-18 15:17:10 +00:00
next-codemod.ts Add cli for @next/codemod (#16039) 2020-08-10 14:34:35 +02:00