dtsmake icon indicating copy to clipboard operation
dtsmake copied to clipboard

[Feature Request][Question] Glob support for input and single file generation

Open futagoza opened this issue 7 years ago • 0 comments

Hi @ConquestArrow,

  1. Any plans to support glob patterns for input: dtsmake -s lib/**/*.js

  2. Correct me if I'm wrong, but from what I'm understanding right now, you can pass multiple source files and generate a single .d.ts file by passing the --dist [value] option, e.g. dtsmake -s lib/index.js,lib/util.js,bin/cli-utils.js --dist index

futagoza avatar Jun 28 '17 22:06 futagoza