Andrey Sitnik

Results 1039 comments of Andrey Sitnik

@danburzo here is a good statistics why TS support is very important for modern webdev ![FXAFxaAUIAI2s2s](https://user-images.githubusercontent.com/19343/183214560-3843605a-f099-4b2b-a145-6b133a10643c.png) Almost 80% of modern npm packages have types and developers expect it.

JSDoc syntax looks like very limited. For instance, `culori` may need more complex types for color object: ```js export type Color = string | { mode: 'rgb', r: number, g:...

@aslushnikov I can’t find in Tracium doc a way to get RTI. Can you help me?

@aslushnikov got it 😩. Any ETA when it will be in upstream? Or it is just an experimental branch?

Linux platform is enough. I will print a warning for non-Linux platform that data is not stable but will be stable on CI (we just need to be sure about...

Seems like the example was generated with [documentation-theme-light](https://github.com/documentationjs/documentation-theme-light)? Should we mention it in docs? Or use the default theme? Or maybe it will be better to change the default theme...

I think `../index.js` should be classified as `parent` since it is not different between `x/` and `x/index.js`. According to the docs, I thought that only `./` and `./index` is part...

@ssivanatarajan I recommend forking this parser, copy the PostCSS tokenizer to the fork, fix it for the Less case. I will promote the fork. Unfortunately, @shellscape’s way saves only his...

Yeap, fork postcss-less. Copy tokenizer from `postcss` and apply your fixes.

Yeap, it will be better to copy parser too.