Mohsen Azimi

Results 93 comments of Mohsen Azimi
trafficstars

To me, what Webpack does is strange. The `lib.js` side effect seems desired from the source code.

When not bundling, plugin system is not invoked at all. In my use-case I want to modify some import specifiers from our internal convention to something that works in node...

Thanks! Please update the package while merging.

به نظر من این تغییر خوب است.

Apparently renaming the source from ``` https://lh6.googleusercontent.com/-A0tXm8gjfMU/U08VDMRGtuI/AAAAAAAAvrI/IQEscTGZyJY/s1920-w1920-h1080-c/IMG_0293%2Bhe.jpg ``` to ``` https://lh6.googleusercontent.com/-A0tXm8gjfMU/U08VDMRGtuI/AAAAAAAAvrI/IQEscTGZyJY/s3840-w3840-h2160-c/IMG_0293%2Bhe.jpg ``` gives you the 4k Image.

In case you are interested in the script it's here: https://gist.github.com/mohsen1/2bba3165ade2c4016c10

Yes, these tests are gonna be all unyped vanilla JavaScript. However there could be cases in this test suite that breaks Hegel's type checking for some reason. For instance you...

That's fair @Soremwar but I think it is in the sprit of Hegel to infer the type of `[1,2]` as `[1,2]` instead of `Array`. TypeScript infers type of `foo` as...

FYI there is tooling built for this. https://github.com/bocoup/test262-stream

if your types are not generated from code, I suggest keep the types in DefiantlyTyped. Almost every lib that decided to publish handwritten types has regretted it.