Austaras
Austaras
## Description closes #6767 ## Checklist - [x] I’ve added tests to confirm my change works. - [x] (If changing the API or CLI) I’ve documented the changes I’ve made...
# Bug report In webpack's declarations.d.ts, `Source` is ```ts export abstract class Source { size(): number; map(options?: MapOptions): Object; ``` while in `@types/webpack-sources`, it is ``` map(options?: MapOptions): RawSourceMap |...
### Describe the bug This would require implementing `terser` `evaluate` method. ### Input code ```typescript let a = 'aaaa' if (a === 'aaaa') { console.log(a) } ``` ### Config _No...
**Description:** A follow up of #5253. **BREAKING CHANGE:** **Related issue (if exists):**
As of 2020, the arrow function syntax is widely supported and performance is [almost identical](https://jsperf.com/function-vs-arrow-function), so IMO it's time to switch to this syntax for smaller bundle size. At least...
In angular we could ```ts private injector: Injector ``` so that we can get depenency dynamically at any time instead of when construted, this is specifically useful for inject multi...
**Bug report or Feature request?** **Version (complete output of `terser -V` or specific git commit)** latest **Complete CLI command or `minify()` options used** playground **`terser` input** ```js for ({ x:...
**Bug report or Feature request?** **Version (complete output of `terser -V` or specific git commit)** terser playground **Complete CLI command or `minify()` options used** playground default **`terser` input** ```js function...
**Bug report or Feature request?** **Version (complete output of `terser -V` or specific git commit)** playground **Complete CLI command or `minify()` options used** playground default **`terser` input** ```js switch (a)...
**Bug report or Feature request?** Feature request **Version (complete output of `terser -V` or specific git commit)** latest **Complete CLI command or `minify()` options used** terser playground **`terser` input** ```js...