Recent Releases of https://github.com/moroshko/react-scanner
https://github.com/moroshko/react-scanner -
- Added support for
getPropValue. See #42.
- JavaScript
Published by moroshko almost 5 years ago
https://github.com/moroshko/react-scanner -
getComponentNamegets animportTypenow. See #33.
- JavaScript
Published by moroshko almost 5 years ago
https://github.com/moroshko/react-scanner -
- Added support for
import { default as MyComponent } from "my-module". See #39.
- JavaScript
Published by moroshko almost 5 years ago
https://github.com/moroshko/react-scanner -
excludecan be an array of strings and regexes now, e.g.:["utils", /image/i].- If no files found to scan, the program exits with exit code = 1 now.
- JavaScript
Published by moroshko over 5 years ago
https://github.com/moroshko/react-scanner -
- Added
getComponentNameconfig option. This is a breaking change. To replicate the previous behaviour, specify:getComponentName: ({ local }) => local. - Added
importInfoto component instances.
- JavaScript
Published by moroshko over 5 years ago
https://github.com/moroshko/react-scanner -
- Removed the usage of
Object.fromEntriesto allow Node 10.
- JavaScript
Published by moroshko over 5 years ago
https://github.com/moroshko/react-scanner -
- Fixed a missing
./processors/processors. - README fixes.
- JavaScript
Published by moroshko over 5 years ago
https://github.com/moroshko/react-scanner -
- Implemented processors.
- JavaScript
Published by moroshko over 5 years ago
https://github.com/moroshko/react-scanner -
- Added a new
importedFromconfig option. - Config is properly validated now.
- JavaScript
Published by moroshko over 5 years ago
https://github.com/moroshko/react-scanner -
- Added TypeScript support.
processReportgets a newsortObjectKeysByValuehelper now.
- JavaScript
Published by moroshko over 5 years ago