-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump lmdb to support non-ASCII project paths #7797
Conversation
|
Benchmark ResultsKitchen Sink 🚨
Timings
Cold BundlesNo bundles found, this is probably a failed build... Cached BundlesNo bundles found, this is probably a failed build... React HackerNews ✅
Timings
Cold BundlesNo bundle changes detected. Cached BundlesNo bundle changes detected. AtlasKit Editor ✅
Timings
Cold BundlesNo bundles found, this is probably a failed build... Cached BundlesNo bundles found, this is probably a failed build... Three.js ✅
Timings
Cold BundlesNo bundle changes detected. Cached BundlesNo bundle changes detected. |
* internalization bug * Cleanup * Always add assets to reachable bundles * cleanup * fixed test regressions * add ref edges whenever there are bundle edges * add edge from bundlegroups to bundles wip * * Get inline bundles in bundle group in HTML packager * Traverse each bundle instead of iterating each outbound node * Add edge between root and bundle * use and follow reference edges again * set env whenever we create bundles * Check to add parallel edges from all paths to an asset from a bundle * Always register referenced bundles before pruning when building bundle manifest * Revert "set env whenever we create bundles" This reverts commit 73ad828. * Add test for referenced roots in bundle manifest * Add reused sibling bundles to asyncBundleRootGraph * Add test case for asset that has both an async and sync import * ExperimentalBundler: stop at isolated bundles * ExperimentalBundler: fix step 7 comment * ExperimentalBundler: initialize entry bundles with no ancestors * ExperimentalBundler: accept shared bundles extracted from workers * Remove unused async bundles if needed * Scope-hositing with new bundler: allow less duplication * Uncomment line in getSymbolResolution * Consider sibling availability before removing from ancestorAssets * Uncomment line in getSymbolResolution * Upgrade flow to 0.173.0 (#7809) * Remove reachableBundles * Bump lmdb (#7797) * Replace typeof before DCE (#7788) * Consider sibling availability before removing from ancestorAssets * Consider assets in siblings before duplicating * Remove unrelated change * Don't consider any of parent's async bundles as sibling * Remove unused structure * remove eager bundle reuse and related lending code * Alter tests with mode production and correct assets with logic for splittable bundles * Skip unused dependencies in experimental bundler * Implement getBundleFromBundleRoot * Only add dependencies to CSS module JS, not CSS * Handle multiple assets on dependencies in reachability * ScopeHoistingPackager: Handle different wrapped ancestries in wrapping dfs * skip assets for reachable if isolated or inline fix invariant * Use bundleGroup instead of bundle root for determining needsStableName * Add bundle.mainEntryAsset * fixup! Add bundle.mainEntryAsset Co-authored-by: Gora Kong <[email protected]> Co-authored-by: Will Binns-Smith <[email protected]> Co-authored-by: Eric Eldredge <[email protected]> Co-authored-by: Niklas Mischkulnig <[email protected]> Co-authored-by: Agnieszka Gawrys <[email protected]> Co-authored-by: Devon Govett <[email protected]>
* upstream/v2: (26 commits) Replace typeof before DCE (#7788) Bump lmdb (#7797) Upgrade flow to 0.173.0 (#7809) Prevent `term-size` from being bundled (#7750) Pin [email protected] (#7763) Fix Windows CI (#7774) Upgrade Flow to 0.171.0 (#7667) Move tests to GitHub actions (#7678) v2.3.2 Fix autoinstalling node builtins (#7735) Fix lint Use pinned versions Don't build native packages again during publish step Fix build Fix autoinstall v2.3.1 Add diagnostic for failed autoinstall of node polyfill (#7682) v2.3.0 Changelog for 2.3.0 Support React 18 prereleases and experimental versions with automatic JSX runtime (#7642) ...
To pull in kriszyp/lmdb-js#144
Closes #7621