Lily Skye

Results 103 comments of Lily Skye

FWIW, the main motivation between not indenting them all was to make switch-like expressions look good. See also https://github.com/prettier/prettier/issues/737

@gaearon there's a lot of context in https://github.com/prettier/prettier/issues/737, but the idea here is that it's mirroring if/else if: ```jsx const StorybookLoader = ({ match }) => match.params.storyId === "button" ?...

> FWIW, in JSX you want to use explicit conditions anyway. Since things like commentCount ? X : Y are ambiguous and often hide bugs. Could you expound on this?...

`cosmiconfig` is built for loading configurations from JSON or yaml, but prettierignore files are a list of file globs and negations, perhaps with comments. You could emulate that behavior with...

We don't do this for other operators, like `||`. I'm not sure it makes sense to do this for `??`.

@vjeux @cpojer I know facebook started using the nullish coalescing operator recently, do you have any insight into people's reactions with reading it?

I'm fine adding them as long as we're consistent across binary expressions

+1 on this; installing large metapackages like `xorg` can take a long time since downloads are all serial. Many web servers can send data faster with multiple connections open.

Thanks!! After deinstalling the old version and installing the version from GitHub, now I see this in the dmesg output, which is promising (but still not-yet-functional): ``` [ 0.649848] Run...

Thanks! I'll try that. What should the symlink target be?