Yosuke Kurami
Yosuke Kurami
> So, I can make up some name, prefix it with some fictional org and all good > > But if someone registers that name I am back to zero...
> seems to work much faster than what I had before (running eslint on file changes) Yes. My plugin skips lexing and parsing because parsed AST is provided by tsserver....
> this use case it's definitely the latter. 👍 yes. I want to reject nested spans in an http-client span which matches the `blocklist`.
@Axure Sorry for my late reply. typed-css-modules does not have any CSS-preprocessors. It only parses CSS Modules' tokens and convert them to .d.ts files. But you can pass through pre-processed...
@pmyagkov I'm attempting to reproduce your `error TS7017`, but I can't... ```ts /* a.ts */ import * as cn from 'classnames'; import * as styles from "./styles.css"; type Theme =...
@nanot1m Do you have any idea?
Hi @andersekdahl I can't imagine your directory structure and configuration of Webpack, so I can't grasp the feature you request... Please send me your repository or gist.
Ok, I got it. I'll consider the feature to customize the path resolver.
Your another option seems good !(And it seems easy to implement rather than custom resolver).
thanks for your feedback. I'll check that typed-css-modules works as you want.