Derek Young
Derek Young
I'm using gulp-typedoc 3.0.1. We run two gulp-typedoc on two different sets of files and for each set generate both json and doc output. What I've found is that when...
I am trying to use gulp-terser to run terser against js files that were compiled from TypeScript. The TypeScript compiler generated sourcemaps when it ran, and in this source map,...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? @babel/cli ### Input code ```js import { X } from "abc";...