Andre Wachsmuth

Results 120 comments of Andre Wachsmuth

I am going to second this. Our use case: I'm evaluating whether we can use EJS for an app that allows users to enter custom templates. For example, users can...

@IanVS I made a general issue for side effect imports here #110, if I understand you correctly, might this also solve your issue if the PR gets accepted (without requiring...

I must say I'm not familiar with CSS modules myself -- the import order really affects the outcome? That seems like quite an abuse of ESModules ; ) But in...

Personally (my opinion, not the opinion of the the author(s) of this plugin) I think we should keep it as simple as possible. Having to add prettier or plugin specific...

@fkrauthan These global CSS imports (I call them side effect imports) won't be sorted after this gets merged https://github.com/trivago/prettier-plugin-sort-imports/pull/111 So they stay the way the user sorted them. Or should...

The idea was that these imports that don't import any symbol, so their only purpose can be a side effects. And since we don't know how these side effects interact,...

Probably also solves #95, if I understand that issue correctly.

These issues make me wonder if anybody who's using this plugin actually has any side effect imports in files that are not in the .prettierignore. If nobody does, then #111...

The current state of the issue, as far as I know, is that it's not a bug and also working as intended. There was the suggestion to add an option...

Hmm, yeah, forking this project just for changing one default option is not worth the effort. If anything I was thinking about a different sorting plugin with a different philosophy...