()
| 22 | : []; |
| 23 | |
| 24 | function help() { |
| 25 | console.error('usage: '); |
| 26 | console.error( |
| 27 | 'extract-meta ^fileIgnorePattern ^forbidden$|^props$|^patterns$' + |
| 28 | ' path/to/component(s) [path/to/more/component(s) ...] > metadata.json' |
| 29 | ); |
| 30 | } |
| 31 | |
| 32 | if (!src.length) { |
| 33 | help(); |
no test coverage detected
searching dependent graphs…