Kevin Decker
Kevin Decker
Allows access to metadata the may have been applied to these errors.
Expands on/supersedes #100. Removing the parser logic simplifies the webpack API integration and number of points that break as a result of webpack 5 changes. Note that karma-webpack would not...
Adds support for ``` export * from 'module'; export { function } from 'module' ``` `providedExports` field appears to be around for all of Webpack 4. If prior webpacks are...
When running in retry mode with a failing snapshot, we would see the expected failure on the first attempt. On the second attempt this would pass as the numeric ID...
Under the 0.x code, and as best I can tell 1.x, it looks like object serialization is run for every single action in the system, regardless of if it changes...
Originally requested in wycats/handlebars.js#801
This one might be a little more contentious, but this adds filtering to the stack frames for common runtime libraries. Effectively adds blackboxing to the stack traces.
For some reason the tmp directory here appears to have been corrupted. In this case we should retry the operation with a clean clone. ``` [13:30:45] Starting 'version'... fatal: Not...
Making these atomic will make it easier to recover from failures in the build flow and reduce the amount of noise in the repo.
If the initial release number has been seeded (or incorrectly listed) in the package.json file, we should allow for a mode that ignores the missing tag and treats the operation...