enhanced-resolve icon indicating copy to clipboard operation
enhanced-resolve copied to clipboard

Offers an async require.resolve function. It's highly configurable.

Results 58 enhanced-resolve issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/90079525/183330676-4ef4f0f0-050b-4597-ba76-8dbcb6f8933c.png) Hope to show the module name

**What's the problem this PR addresses?** - In some cases `enhanced-resolve` is outside the control of the `pnpapi` and can't require it - The `issuer` might not belong to the...

PR: review-outdated

solve https://github.com/webpack/enhanced-resolve/issues/352

PR: unreviewed

Referring to the Node [subpath patterns](https://nodejs.org/api/packages.html#subpath-patterns) documentation, notice how a pattern can specify a file extension (in this example `.js`) on both sides of the pattern mapping: ``` { "exports":...

This PR contains a: - [x] **bugfix** - [ ] new **feature** - [x] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ] **metadata...

PR: unreviewed

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

PR: unreviewed
PR: small
dependencies

https://github.com/webpack/enhanced-resolve/blob/c960801d5cfbb6a472e40a7fe8f6c0679955a13b/lib/AliasPlugin.js#L70 This line needs to normalize paths between unix paths and Windows. When using packages like Linaria on Windows (that depend on enhanced-resolve), aliases don't work (which is the only...

Since it is now being run on all files, it can be run as part of the pre-commit hook to check locally

PR: unreviewed
PR: small

When the exports field of a package has top-level conditions leading to subpath conditions, enhanced-resolve does not parse the subpath conditions. Following a discussion with the maintainer, this is expected...

Resolves https://github.com/webpack/enhanced-resolve/issues/316 Additionally fixing a few types and updating graceful-fs to support the new option. Thankfully, `stat` being null (vs throwing) is already being handled correctly. cc @alexander-akait - graceful-fs...

PR: unreviewed
PR: conflict