typescript-plugin-css-modules
typescript-plugin-css-modules copied to clipboard
A TypeScript language service plugin providing support for CSS Modules.
**Describe the bug** I recently updated to `5.0.1` of this plugin and regular TS type checking in JetBrains WebStorm doesn't work unless I comment out the `plugin` definition in my...
**Describe the bug** I am unable to use the new ["Move to File"](https://code.visualstudio.com/updates/v1_82#_move-to-file-refactoring) refactoring in vscode with `typescript-plugin-css-modules` installed. This was introduced in [https://github.com/microsoft/TypeScript/pull/53542](https://github.com/microsoft/TypeScript/pull/53542). **To Reproduce** Steps to reproduce the...
**Is your feature request related to a problem? Please describe.** Allow to create configurable extensions for VSCode based on this plugin. **Describe the solution you'd like** Implement `onConfigurationChanged` for [plugin...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.2 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
VSCode Intellisense with version 5 is very slow typescrpt@5 and typescript-plugin-css-modules@5: ~50'' typescrpt@4 and typescript-plugin-css-modules@4: ~2''
I couldn't get it to work with the Stylus even though I installed it as documented, even the renderer options for the Stylus are documented. After some time, while going...
I saw that sometime ago you added https://github.com/mrmckeb/typescript-plugin-css-modules/pull/103 readonly classes, but it got never merged. Any chance that you'd accept a PR for this? With added 'readonly' option, so users...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
This was fine when the library was smaller, but as the library grows the tests for that file are also growing. Ideally, there should be two files; one that manages...
**Describe the bug** I have a project that uses this plugin and ts, as well as eslint with an extensive ruleset. For some reason I keep getting linting errors. Does...