Dmytro Parzhytskyi

Results 7 comments of Dmytro Parzhytskyi

Regex approach might be unreliable, especially in multi-line case. Can it be implemented via AST node removal? I think, the compiler already parses the code to AST, — can we...

Stumbled upon this issue just now. My use case is that there are definition files `*.type.ts`, which are intended for exporting only types, and a package entry-point file `index.ts` which...

@bluelovers Can I ask you to properly fill all the sections in the original comment (search terms, examples, checklist)?

Can somebody take a look at this?

Same problem for me, unfortunately. I'm considering MUIX's built-in [`` component](https://mui.com/x/react-data-grid/) @dayron9408 `--legacy-peer-deps` can potentially lead to inconsistent dependency tree: ```sh npm ERR! Fix the upstream dependency conflict, or retry...

@brainthinks did a great job digging into the issue: the `alias.basePath` is constructed incorrectly. @justkey007 Please, take a second look into this, whenever you have a spare time and motivation....