Koen Schmeets

Results 109 comments of Koen Schmeets

That actually IS the use case right here, I am only using the source-map-loader and webpack is only used for bundling the **already compiled by typescript** files. however, the source...

@marcins thanks for that! I was able to get things working with webpack 5 with the following code: https://github.com/webpack/webpack-sources/issues/92#issuecomment-709601572 Note that I was actually having another issue when using it...

Looks like it's working! Will add some tests to it later so we can really make sure.

True, but it's open source, and there is a working version for node.js and the browser that already can do the main things people want from this library. The browser...

Changed the linked libomp on macOS to not be the one coming with llvm (through homebrew) Also added a setup.py script that I modified from here: https://github.com/pybind/cmake_example/blob/master/setup.py And made the...

There are some important fixes is this PR, not sure what the current status of the repo is, will try to make some time for it on monday and see...

Closing this, I made individual PR's for most of the stuff in here.

We should probably add a compiler config option somewhere to enable or disable logs, it can be helpful during debugging (when you don't have / want to setup a debugger...

I will fix these things with a new PR (so do not merge this one), but I'll leave this open as a note to myself for now.

I will fix these things with a new PR (so do not merge this one), but I'll leave this open as a note to myself for now.