typescript-plugin-css-modules
typescript-plugin-css-modules copied to clipboard
A TypeScript language service plugin providing support for CSS Modules.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
**Describe the bug** Import the global variable in Vite, when the variable is used in another file, the prompt invalidates **To Reproduce** Steps to reproduce the behavior: 1. The scss...
**Describe the bug** Similar to https://github.com/mrmckeb/typescript-plugin-css-modules/issues/207, we have a project using `[email protected]` (and all default plugin `options` usage), in it, we use CSS Modules exclusively with named exports. There seem...
**Describe the bug** I'm trying to set up `customTemplate` option in tsconfig.json. For testing, I use the following `customTemplate.js`: ```js module.exports = (dts, { classes, fileName, logger }) => {...
**Describe the bug** Enabling the plugin affects the normal operation of TS service **To Reproduce** Steps to reproduce the behavior: 1. Go to [sandbox sources](https://codesandbox.io/p/devbox/test-typescript-plugin-css-modules2-g76ljh?file=%2Fsrc%2FApp.vue%3A14%2C2) 2. [Using the workspace version...
**Describe the bug** use global path alias @ for sources (defines in tsconfig.json through "baseUrl": "." and "paths": { "@/*": ["./src/*"] }). **To Reproduce** Steps to reproduce the behavior: 1....
> I've found a fix for the problem, and a potential improvement in either the code or the docs (or both!). > > This line sets up the alias imports:...
**Describe the bug** While trying to implement my own LSP plugin (based on this one) I stumbled into the following bug: ``` Info 0 [11:51:44.517] Starting TS Server Info 1...
**Describe the bug** I found a plugin, typescript-plugin-yaml, which basically copy pasted your code and changed it to make a plugin that supports yaml in TSServer. I reported this to...
**Describe the bug** When using an npm package that exports a `scss` file, an error occurs: "Property 'MenuEnter' does not exist on type '{}'" **To Reproduce** Steps to reproduce the...