Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Remove outdated notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Binns-Smith committed Oct 4, 2019
1 parent 7dc401c commit 0fddf64
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
- (upstream) modified `Config#isSource` not to check for a `source` field as a prerequisite for being source. This should probably be upstreamed.
- (bug) removed an invariant in JSPackager asserting that referenced assets cannot belong to the current bundle. This seems to be a bug where the referenced asset has a contains edge but is not reachable via traversal. It should not have a contains edge.
- allow url dependencies to be resolved from `node_modules` as a fallback if the relative path doesn't exist. This should be resolved upstream when an implementation of https://github.com/parcel-bundler/parcel/issues/3492 lands.
- removeAssetGraphFromBundle: should this throw?
- should bundle objects be referentially equal?
- removed entry assets from async bundles
- while traversing for building shared bundles, check if asset is missing in every bundle, and if so, stop
- rewrote creating bundle => bundle group edges to take place after optimization because this broke situations where a shared bundle had an async import.
- commented out assertion in BundlerRunner to suppress 'Bundles must have unique filePaths' error
- (upstream) rewrote getBundleGroupsReferencedByBundle in BundleGraph.js to filter for dependency nodes instead of just finding the first one

0 comments on commit 0fddf64

Please sign in to comment.