Ruben Bridgewater
Ruben Bridgewater
This issue is meant as general tracker for things that should be implemented after #44 landed. As such we have to decide if we want to keep on supporting IE...
If someone would still want to use the IE they would have to transpile the code with babel accordingly and hope everything works well. I guess most features that someone...
Thanks for the addition but this should be implemented in Node.js first. I did think about something like that before as well but just accepting any function would prevent other...
@zaoqi > What to implement in Node.JS? See https://github.com/browserify/commonjs-assert/pull/47#issuecomment-491513201 > What other usages for this variable? The `assert` module is very low level but it should still provide a good...
@ljharb we had expensive messages in Node.js before: We compared some entries of a complex structure and in case of an error we'd inspect the structure to know how it...
@goto-bus-stop this needs a rebase.
I believe this is now unblocked.
We can also implement a heuristic such as: detect if an identical folder name is used in the same folder level over and over (e.g., > 3-4 times / all...
@mertcanaltin adding a test is always good to prevent regressions. So far this is clearly not covered, otherwise it would have been detected :)