You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exceptions in bundle factory streams and internal components are not getting hoisted and emitted by the top level bundler. Not sure about the consequences of this, however in testing it results in hanging of the test case.
The text was updated successfully, but these errors were encountered:
* #8 Fleshed out unit tests, achieving 100% coverage
* Revised unit test names and added comments to define a rough spec
* Ignored difficult to reproduce failure recovery code from code coverage
* Removed unnecessary checks from internal class `BundleSource`
* Separated merge and validation logic into multiple files to improve maintainability
* Fixed error in duplicate detection logic of config validation
* #21 Fixed issue where a hang could occur due to a paused internal stream
* #22 Fixed flaw in results callback data collection where styles would replace styles within the same bundle
* Improved logging, particularly around source identification
* Removed redundant double usage of nyc test coverage wrapper
* Updated `CHANGELOG.md` and `README.md`
Exceptions in bundle factory streams and internal components are not getting hoisted and emitted by the top level bundler. Not sure about the consequences of this, however in testing it results in hanging of the test case.
The text was updated successfully, but these errors were encountered: