Skip to content

Commit

Permalink
New resolver implementation in Rust (#8807)
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett authored Feb 19, 2023
1 parent fecae38 commit 307268c
Show file tree
Hide file tree
Showing 96 changed files with 7,963 additions and 2,713 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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 307268c

Please sign in to comment.