Joseph White

Results 6 comments of Joseph White

+1 (I chose Arctic Typescript for the same reasons) Another reason I chose it was because the MS plugin defaults to 4-space tabs instead of regular tabs, and I find...

> [sinedied](https://github.com/sinedied) commented [on Dec 14, 2021](https://github.com/stylelint-scss/stylelint-config-recommended-scss/issues/89#issuecomment-993690445) > > I'm seeing this as well, and even worse it cause stylelint to crash: > > ``` > TypeError: Class extends value...

Thanks you as well!! `unzip2` fixed a similar problem I had in unzipping folders made with the `archiver` module.

The problem is that `webpack-version-file` writes the output file _immediately_ in its `apply()` function, instead of waiting until after the directory has been cleaned. If you are using the `clean-webpack-plugin`,...

I'm currently trying to use gents to convert about 300k LOC Closure code to Typescript ES6. My current roadblock is https://github.com/angular/clutz/issues/524. Not sure how best to get this issue fixed...