Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the
gulp types
task to run on Windows, and place the TypeScript…
… definitions correctly in `pdfjs-dist` - Fix the `gulp types` task to run on Windows. Currently this fails, and the solution was to "borrow" the same formatting as used in the `gulp jsdoc` task. - Place the TypeScript definitions in their own `types` directory, when building `pdfjs-dist`. These should *not* be cluttering the main `build` directory, especially since the generated TypeScript definitions consists of *multiple folders*. (Only if the TypeScript definitions would be concatenated into *a single file*, would placing them directly in `pdfjs-dist/build` be acceptable.)
- Loading branch information