-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: performance meter for actions * fix(babel): potential race condition in resolveImports * chore: changeset * fix(babel): action recovery attempts happen on the wrong level * fix(babel): do not skip ignored files when explode reexports * fix(babel): removeDangerousCode was too agressive * feat(babel): fileReporter for debug * fix(babel): broken detection of identifier declaration * fix(babel): actions reruns return unexpected undefined instead of throwing error when first run fails * fix(babel): actions' runner should process parallel throws * fix(babel): add tests for async generators runner * fix(babel): do not skip ignored files in getExports * fix(babel): fix references detection for function expressions * fix(babel): tests for createExports * fix(testkit): fix failed tests * fix(babel): fix for strange 'Cannot read properties of undefined' in tests * fix(webpack): protection from fail-on-unhandled-errors * feat(babel): more logs for actions * fix(babel): add logs for 'module is disposed' event * fix(babel): replace regex for esm detection * fix(babel): add log for resolved exports in getExports * fix(babel): race condition on evalFile * fix(babel): fix potential stack overflow in evalFIle * fix(babel): fix for module.exports= * fix(babel): fix for 'module is disposed'
- Loading branch information
Showing
64 changed files
with
1,661 additions
and
656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@linaria/babel-preset': patch | ||
'@linaria/testkit': patch | ||
'@linaria/utils': patch | ||
--- | ||
|
||
In some cases, an asynchronous resolver could cause race conditions. Fixed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.