Henric Persson

Results 310 comments of Henric Persson

Intersting, this only happens when maxLineLength is large? I’m out on vacation right now, so I can’t do much about this bug. If you have the bandwidth to fix, I’m...

It’s possible but highly unlikely that the line is removed on the visual studio plugin side. All plugins are implemented in a way that hands over most control to the...

It looks like I was wrong about where this bug is. I've managed to reproduce it with the vscode extension, and I went ahead and filed a report in that...

Hi @superslau, and thanks for the report! These types of issues can usually be solved by first adding a new test to `lib/__tests__/findExports-test.js` then modifying code in `lib/findExports.js` until the...

Thanks! If I’m not mistaken, this used to be the old behavior but it changed at some point (can’t remember why). I’d be happy to review a pull request making...

I'd be open to this type of change. A few notes: - I wonder if it would be possible to combine it with the current `excludes`? We could allow both...

The "duplicates" are intentional (they are slightly different, using plural/singular). It looks like we're screwing up the paths however. This is on windows, right? Regarding the logfile, what does `importjs...

And that file is empty/non-existent?

Could you explain the directory structure a little? I'm trying to understand if this is a docker issue or more an issue with not having node_modules in the root of...

Thanks! Glad you found a workaround at least. Let's keep this issue open until we have a proper solution in place. I won't be taking this on as it's not...