Jordan Pittman
Jordan Pittman
Sorry, I missed this. I'm doing a bit of testing with Prettier v3.6 today so will take a closer look at this too through some Prettier internals and file a...
Prettier appears to have fixed the bug in v3.6! We still have to add support for template literals there though. I will get to that soon!
I've added support for sorting these in #377. Support requires Prettier v3.6+ because of that parse error bug. You can test this now if you update to our insiders build...
This is related to `node-notifier` not supporting Apple Silicon: https://github.com/mikaelbr/node-notifier/issues/361 They need to recompile `terminal-notifier` in Xcode with Apple Silicon support. I tested this myself and it compiles just fine...
Thinking out loud here. It's possible we'll want the deprecation information to be more than just a boolean. Maybe a list of suggested classes? I'm hesitant to put "message" strings...
So right now this is implemented in a very simple manner — affecting the classList metadata that IntelliSense uses. However, given that we have bare value support there are technically...
This is super strange. I tested that exact reproduction in two separate host environments: - macOS ARM64 + OrbStack (emulating an x64 container) - Windows x86_64 + Docker Desktop (so...
What's your host OS and architecture?
Since there's an open issue for this for Next.js I'm gonna close this one here. There's not much we can do on our side. There are, however, two workarounds! 1....
This seems like it _may_ be a caching issue in WebStorm so not likely something we can fix but I'll look into it