It would be nice to be able to use the indexer script in a slightly more generic manner which is targeted at JS/TS export collating.
O: src/index.ts I: **/*.{ts,tsx}
O: src/index.ts I: **/index.{ts,tsx} (similar to current --barrel flag)
O: src/components/index.ts I: */index.ts
O: src/vanilla.ts I: **/*.css.ts, **/types.ts, ./types/*.ts, ./styles/*.ts, ./utils/css.ts
exclude: ['**/*.{spec,stories,test}.*']
It would be nice to be able to use the indexer script in a slightly more generic manner which is targeted at JS/TS export collating.
My desired features:
// __private-exportsunnecessaryExamples: