@brody4hire - C. Jonathan Brody
@brody4hire - C. Jonathan Brody
Awesome, thanks!
Seems to be fixed in master by PR #178 but never released
I would love to see this get done. My workaround is to keep a special git stash of changes to replace all ternaries with expanded if/else blocks. And mutation testing...
@coolaj86 according to https://docs.npmjs.com/misc/disputes and https://www.npmjs.com/policies/disputes you should be able to get co-ownership of the `node-dns` or `native-dns` package **if** you follow the procedure they described. In short (from https://www.npmjs.com/policies/disputes):...
Hi @dantesolis, my apologies for the delay. I think you should feel free to contribute a proposal as you see to be the best fit. One thing that I think...
As an outside contributor, I would personally consider that to be a breaking change and vote for something that will work with Rust 1.49, if possible. From a quick search...
> Updated implementation to use the exact [fs::try_exists impl from std](https://github.com/rust-lang/rust/blob/5243ea5c29b136137c36bd773e5baa663790e097/library/std/src/sys_common/fs.rs#L45-L51) Another outsider comment I would kinda favor adding a comment with this info. --- P.S. +1 on the explanatory...
(see #37)
From I found something else: **Prettier 2.2.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAExMEMnYBGBwYAvmZgLzZkA0mAJiZnAwGYMDmJAFhdVqZKNLnBgBlCAFs4AeUIArOGBgAKAJQg6ICAAcYAS3TJQuAE7mIAdwAKFhGmQhcAG2u4Ank52FzuMABrcQk9AMMoLmQYcwBXNhA4aUI4RkZUgBlcSNjcMQAxCHNpXBgjSOdcWJgIbRBeGGlXAHVeQ3g0MLA4CUd2wwA3ds9nMDQfEAi0OHMYW38uEuR2N2mdRTQADwAhfyCQ3FkMiLhl1YSNzYkIrlc4AEVYiHgz1zWQMPNp82dCXBTXHU9OYIjBmoZGDBeMgABwABh0wIg02a-j0zmBcG+A1OOgAjk94PN9E4ULg0ABaKBwVKpOrmOAEwwM+Z5JZIFZvBLTaSGaJxbk3O6PZ6nDnnHQwf7gyHQpAAJkl-kMrhuAGEZOzEmgAKx1WLTAAq-1JnPeA3iAEkoOlYBIwCCDABBG0SGCeO6vaYUIA) ```sh --parser babel ``` **Input:** ```jsx const { a: {b: {c}} = {}, d: { e, f, g: {h}} = {}...
And I don't know about this one: **Prettier 2.2.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAExMEMnaYBGBwYpAJqXAL52b2YC8eRYIANCBAA4wCW6ZKFwAnURADuABTEI0yELgA2k3AE8FXIqNxgA1nBgBlHnv5QA5shiiArnC5wAtkTgUK7gDK4rd3JZwAGIQos64MAJWirh2MBCcIAAWMM7KAOpJ-PBoZmBwxvLZ-ABu2eqKYGhaIBZocKIw0rqW4cgAZir1XABWaAAeAEK6BkbGuM5wXhZwHV2OIH39xhaWynAAinYQ8HPK3SBmovWiikS4bsqJPKIWMOn8FDBJyAAcAAxcNxD16bo8ihucBOJVmXAAjtt4M1eAoULg0ABaKBwdzuRKiOCQ-iY5oBNpITr7Bb1Zz8Gz2EmrdZbHazQnzLgwC4PJ4vJAAJiZun4ylWAGEIM4CSBgQBWRJ2eoAFQucKJBxKDgAklBPLBjGBbnwAIJq4wwdTrPb1OhAA) ```sh --parser babel ``` **Input:** ```jsx const { a: { b: {c: {d: {e}}} }} = abc ``` **Output:**...