Friedel Ziegelmayer
Friedel Ziegelmayer
what kind of work: while code != working: make small edits & run tests Interestingly enough, after I posted this, and tried to reproduce another time it is not happening....
:tada: :tada: :tada: :tada:
The `@std/esm` loader is a loader specifically designed for node.js not for browser bundlers. If we would change our code base to use ES Modules with an interop `index.js` as...
@diasdavid what do you want to see/do before moving forward with this?
src/index.js would not be generated, it would be a wrapper for node.js using std/esm while generated files would still go into dist
and re package.json fields we would probably do - main: src/index.js - module: src/index.mjs - browser: dist/index.js
re scope hoisting, webpack3 can do that but only if you use es modules all the way, same as rollup
I think this would be very useful to ensure that peers understand the difference between a connection drop and an intentional close from the other side. I don't think we...
Interesting, that this happens on non windows systems as well, this is mainly due to an issue in node-glob. Will have to do more digging. Thanks for the report
I don't think this is an issue with karma directly, it might be an issue with node-glob (which is known to be quirky on windows). The problem is I as...