Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/v2' into merge-v2-03-01-23
Browse files Browse the repository at this point in the history
* upstream/v2:
  Missing edge for multiple targets (parcel-bundler#8854)
  Split large runtime manifest into separate bundles (parcel-bundler#8837)
  Improvements to new resolver (parcel-bundler#8844)
  Fix published files for resolver
  New resolver implementation in Rust (parcel-bundler#8807)
  Update yarn.lock (parcel-bundler#8843)
  Bump napi-rs to latest (parcel-bundler#8838)
  • Loading branch information
lettertwo committed Feb 28, 2023
2 parents ef5e3ac + 0cf2aff commit c8c774b
Show file tree
Hide file tree
Showing 277 changed files with 9,265 additions and 3,226 deletions.
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ dist
/test/dist
/test/input
*.min.js
packages/optimizers/image/native.js
packages/transformers/js/native.js
packages/utils/fs-search/index.js
packages/utils/hash/index.js
packages/utils/node-resolver-core/index.js

coverage
node_modules
Expand Down
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PROJECT_ROOT>/packages/core/integration-tests/test/input/**
<PROJECT_ROOT>/packages/core/integration-tests/test/integration/babel-strip-flow-types/**
<PROJECT_ROOT>/packages/core/integration-tests/test/integration/diagnostic-sourcemap/**
<PROJECT_ROOT>/packages/utils/node-resolver-core/test/fixture/node_modules/json-error/package.json

[untyped]
.*/node_modules/graphql/error/GraphQLError.js.flow
Expand Down
Loading

0 comments on commit c8c774b

Please sign in to comment.