forked from rollup/rollup-docs-cn
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve circular dependency execution order (#3840)
* Improve circular dependency execution order * Add test * Trace side-effects in indirect reexport modules * Unify logic for default export side-effects * Include synthetic exports in side-effects logic * Improve side effect module logic to store stide-effects on the module * Use better error for circular reexports * Further improve errors * Prevent infinite loops * Clean up some code * Warn for dangerous cyclic cross-chunk reexports * Explain reexport behaviour in documentation * Slightly improve docs * Update dependencies
- Loading branch information
1 parent
0ed8722
commit aa0b4c8
Showing
280 changed files
with
1,963 additions
and
1,373 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
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.