Brody McKee

Results 213 comments of Brody McKee

Thanks for trying to create a reproduction, I appreciate the effort. As you can imagine, it makes debugging significantly (even infinitely) easier. Could you try a release like these? -...

No, that's plenty - thanks! Let's see if the TS team has any thoughts.

Closed by #244 for now. We'll reopen if the TS team think there are changes we can make in future. Thanks again!

Hi @TikkY-hash, are you able to share more information? The plugin does work with SCSS - we have tests for that - but there may be something specific to your...

Hi @yslpn, are you able to provide a minimal reproduction? Even if it's just a new Next.js project (or your preferred framework) set up to demonstrate the failure, that will...

Hi @murm, you'll need to configure this plugin the same way. You should be able to use `additionalData` as explained in the README for this plugin: https://github.com/mrmckeb/typescript-plugin-css-modules?tab=readme-ov-file#options

We've had a contribution from @rmachado-studocu that should improve how we handle aliases, which hopefully resolves the remaining issues here: https://github.com/mrmckeb/typescript-plugin-css-modules/pull/251 I've added a test today to confirm that `@use`...

We only added it somewhat recently I think, don't stress! Most of open source is troubleshooting - you should see the questions I've asked!

In TypeScript v5, a number of APIs were deprecated and we had to move to a new API. I don't have any composite projects to test against, but if someone...

Hi all, I tried again to solve this today using @leozhao0709's [repo](https://github.com/mrmckeb/typescript-plugin-css-modules/issues/222#issuecomment-1575577319), and still saw the issue that @Delevin888 shared in their screenshot. > File '/[redacted]/src/App.module.scss' is not listed within...