Vaughan Rouesnel
Vaughan Rouesnel
See https://github.com/sentialx/multrin/issues/105. macOS no longer supported.
Any node.js internal will not be able to be resolved by path. Or if someone has modified the stack trace perhaps. I think we should check if it exists, and...
The nice sugar of Flummox that we all know and love will be available as a lib over the top of Redux. This is good, keeps the Redux core nice...
The solution here is to use `--experimental-loader` instead.
> How should this be integrated into the v8 CallSite API? The `longjohn` module does it when showing stack traces across nextTick by creating a dummy CallSite object and setting...
Ah this explains why longjohn was crashing when I tried to implement it. So what would be best is if we made `longjohn` compatible with the stack-chain formatter.
Found the problem. @mattphillips ```js const buildLog = template => (...args) => level => { if (level == 0) { return template('console.log(args);')({ args }); } const indentation = indentWith(level, '|...
PR: https://github.com/mattphillips/babel-plugin-console/pull/8
I'm interested to test out any developments of this. A use case might be searching with early-exit. Say I have a monorepo of `package.json` files and I'm looking for one...