Anton Golub

Results 200 comments of Anton Golub

If anyone is looking for a workaround for now: `moduleNameMapper` ```json "moduleNameMapper": { "chalk": "chalk/source/index.js", "#ansi-styles": "chalk/source/vendor/ansi-styles/index.js", "#supports-color": "chalk/source/vendor/supports-color/index.js" }, ``` https://github.com/qiwi/libdefkit/blob/master/jest.config.json#L22

Hmm... Cannot imagine interop between these apis. For example: ```json "resolutions": { "foo/**/bar": "1.0.0" } ``` Ok, we can traverse `node_modules` and resolve paths for npm: ```json "overrides": { "foo":...

Seems technically possible. But right now `synp` uses `nmtree`, that requires `node_modules` dir to be processed.

@sebastienroux As I can see, we now have false-positive `dev` flags. It will take some time to clarify how the **npm** implements this logic.

As an alternative: https://github.com/npm/arborist

Yarn 2+ (Berry) lockfiles are not supported yet( ``` __metadata: version: 6 cacheKey: 8 ```

@esatterwhite, Ok, I will dig this issue next week, but I cannot promise a quick fix. We really have a lot of work to do right now, sorry.

My recipe for success in GTD is procrastination and multitasking :((

@esatterwhite I'm so sorry, but I have no resources left for volunteer projects at this moment. Hope that someone else will be able to continue this work.