- libraryDirectory
- camel2DashComponentName
- camel2UnderlineComponentName
So here I got 3 options to figure out, I guess that libraryDirectory is transform import { x } from 'y' to import x from 'y/valueOfLibraryDirectory/x, and camel2DashComponentName camel2UnderlineComponentName are which rule will be applied to transform the x.
I'll later find the source to confirm my guess. Maybe readme.md should be more clear about that. Thx
So here I got 3 options to figure out, I guess that
libraryDirectoryis transformimport { x } from 'y'toimport x from 'y/valueOfLibraryDirectory/x, andcamel2DashComponentNamecamel2UnderlineComponentNameare which rule will be applied to transform thex.I'll later find the source to confirm my guess. Maybe readme.md should be more clear about that. Thx