startupjs icon indicating copy to clipboard operation
startupjs copied to clipboard

[WIP] refactor(babel-plugin-import-to-react-lazy): Refactor and add more tests

Open cray0000 opened this issue 2 years ago • 1 comments

  • use $path names
  • get rid of global lazy and skip
  • ...and actually get rid of the skip completely
  • add more tests

cray0000 avatar Mar 21 '23 18:03 cray0000

turns out state is shared across all plugins processing a particular file. So have to rollback to using private vars.

cray0000 avatar Nov 17 '23 15:11 cray0000