Filipe Costa

Results 21 comments of Filipe Costa

@AdamBrianBright It's definitely a bad time to be Russian, but it's a terrible time to be Ukrainian. From one day to the other they lost everything that you give for...

+1 for using an object for references.

I would love to have this introduced, this would make the code much easier to read. This format that Prettier is applying now is making it very hard to understand...

@alexander-akait This is not related with stackblitz, me and my team are able to reproduce this locally using both MacOS and Windows 10, please follow local steps and you should...

@alexander-akait After import you'll need to use the import otherwise the import will be ignored, something like: ``` import sdpTransform from 'sdp-transform'; sdpTransform.test; ``` That should be enough.

@alexander-akait Not using docker or containers.

@alexander-akait Not using WSL, just plain Windows 10 with nodejs v14.17.0 and npm 6.14.13. I can test it using WSL, just to confirm if it reproduces.

@alexander-akait I'm also able to reproduce using Ubuntu 20.04.2 LTS (Windows 10 WSL), with same nodejs v14.17.0 and npm 6.14.13 versions. Sorry, how can I debug `fs` calls? With `stats:...

@alexander-akait Followed the above stackblitz setup / steps: 1. Created package.json: ``` { "name": "webpack-double-compilation", "version": "0.0.0", "private": true, "scripts": { "start": "webpack serve --progress" }, "dependencies": { "sdp-transform": "2.14.0"...