Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/webpack/enhanced-resolve

Offers an async require.resolve function. It's highly configurable.
https://github.com/webpack/enhanced-resolve

Merge pull request #245 from webpack/bugfix/pnp

resolve PnP at the location of node_modules in the modules option

aa18aeae49cbdb3d0bee0737977ecd70ab418b70 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
resolve PnP at the location of node_modules in the modules option

fixes vercel/next.js#16892

6ec84c28068471252f8b49cb2419a7d2c92cc09f authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
5.0.0-beta.12

c200a08a18e700c4d7d8fecdf460b8b1930c75fc authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #244 from webpack/bugfix/hash-folder

revert #folder handling

1916bf0cba300a543571e6ae1a47bab44d1ae60e authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
revert #folder handling

53fddeb1c3b8426c12021928332dff686c49d1e1 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
5.0.0-beta.11

151150fb5a9e9f4a212794951c38bb9194830874 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #241 from webpack/feature/fallback-option

add fallback option

d6a1be8e80e032506d8bee0186f6d870622140d9 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
move type import to type import section

5dfa83ce59c4c3ee344e5da3a7113e37d551bb21 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
revert AliasPlugin to state without strategy

a3bf3c60fa06b1f9bef0d62af24b172fb2bf7d83 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
fix fallback test cases and plugin location

25ac183a623de66d7756cccef90201053fe54db8 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
add fallback option

- rework how AliasPlugin work
- add fallback option and test cases

8622241daf3ab7953518d42b773eb2b5e0dd743b authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
Merge pull request #237 from webpack/feature/imports-field

add imports field support

d2a56e227d228d4fad6451e5e489473c72e63171 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
absolute paths are not valid in imports field

48ccaec35f67aeb05920d06c7ba77e12ffb72acf authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
private requests should be stored in request and not in fragment only

ImportsFieldPlugin should not check if request starts with `#` as this is the job of ResolverFact...

aa84ccd2eb61275230989326ec798e671a6c98d1 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
simplify regexp

bc048f2b358931525691764318128266f0ae616d authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
fix class name

e755a6f6d2c391c2f085337d1accc213235aeeec authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
add more tests

29d2b4107cdb4efed62f06507ec1177033112cfc authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
rework identifier parsing

c1cbc9c068623cdfdb5570ca6a4067d10bf3ef1b authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
more tests

ab8ba0e888cdc0a99b97c2fa88977c3d272991ec authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
add ImportsFieldPlugin

effa185fdbb876d88cf2ec473779aa5eb3ad8c31 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
increase coverage, randomize tests a little bit

6166645a15795b33d7e8d0fd59fdad31a1aa0cac authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
add imports field tests, refactor implementation

75590cc33f594301435305b817d310cd6eddc4ea authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
add imports field support

8a247e16c2ad5e5f04a15ebf2bace40f3e19c0a8 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
Merge pull request #240 from webpack/fix/issue-238

fix #238

3c2418851129b9273dbbc8400e61945d7503fcd6 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
remove unneeded comments

d487d870d88ee0d05835101b85cc1577177439bc authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
fix #238, apply raw-file only for remaining request "."

029d3e2ce802ef5181355bf64f14f6d0d819ed66 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
add test case

6d7a4128a39e602c082ebe852b7d28fdf53ce47d authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
Merge pull request #236 from bugknightyyp/master

refactor forEachBail.js

7d273fcd7fb89f3f45b601d6798ab814b7084f09 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
optimize forEachBail and readd stack flattening

af71a3460b288774a497589de8bda211972d17e5 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
refactor forEachBail.js

99c5fd3666dd0e60b3ee5093aac4600c82f19c8b authored over 4 years ago by bugknightyyp <bugknightyyp@gmail.com>
5.0.0-beta.10

84761ba8806fe7fb26e82f6b3b953f91045a79ef authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #234 from webpack/bugfix/resolve-context-fully-specified

fix resolveToContext with fullySpecified

b43e85fde9afa7840cf871a7904ae915b8a7518e authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #233 from webpack/dependabot/npm_and_yarn/lodash-4.17.19

Bump lodash from 4.17.15 to 4.17.19

33aef999d31c52846571f764197e09028ebfac96 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
fix resolveToContext with fullySpecified

dabe3eed251d46448ec0bf343da9a3c4a870d932 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge branch 'enhanced-resolve-4'

550af982a8185ddb4d3fa0d485cb0c34d71d9cb6 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
5.0.0-beta.9

8992d74a288729cd74c758d337a0dff421d82fc7 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

5a0130fae65a29908233d92d2891cf0ee7b61f7f authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #232 from webpack/feature/fully-specified

allow to flag requests as already fully specified

c1a3f78377c8d81563237be423995506405f4b87 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
allow to flag requests as already fully specified

this is needed for compatibility with how node.js resolves requests in ESM

261562f9c72dd4ead2b4e574dbb10162d125307f authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #230 from webpack/improve/file-system

refactor CachedFileSystem

bcf7ee84374af8b9d7b97de0e991b6a4e2a85359 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
add more test cases

aa2d57a71456cc401a5b4b30e31491d44bfb99b5 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
4.3.0

e08f93671c59faca76ab2726faf0ca1e4bddbfa5 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
refactor CachedFileSystem

add sync mode (when only using sync fs operations)
checks cache invalidation based on Date.now()...

58c0ed9a3c04b03565d5e26f03af5c47e913608c authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #228 from vankop/add-roots

add roots option

7044c1092ead0ec2cec436d90bc9f03be87f80ed authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
add roots option

046e89b1ad8d3afd4bdb1b07a77d0df7d19d8bca authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
5.0.0-beta.8

501df1b16181b2eb39d61a98d4574d3e49f1c4fc authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #227 from vankop/add-roots-option

add roots option

0f96b6325220e87e8843f22278f19642dc088310 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
rename to RootsPlugin

a51e89e648b5374af1a96c7baa095a22394fb2c2 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
move PathPlugin earlier to handle more cases

d2b31499e44c4ddf4e74a121c137d259e23200b2 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
add ResolveContext to exports types

b83cacefcb7ed62e9873b6da21caac2412e67072 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
add roots option

940c3efb9a6632ae02507d16e4ca2c7f20b52222 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
5.0.0-beta.7

9b54561c64378c5e992cfea00832fa59295129ae authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #226 from vankop/add-hash-support

add fragment support

7aa777a7f9b462ce3123ef550b5e788d80cd04ab authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
add fragment support

726547881baa803c612f0d697e8d835142320af1 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
4.2.0

00a347d8bcf60ea296c1245e23052f1987c3687d authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #225 from vankop/add-tests-and-types

support query in ExportsFieldPlugin

cf9cd25d32e00d112f55db029a1c3fd301bb133f authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #223 from vankop/add-restrictions-4

add restrictions to enhanced-resolve@4

9321d0bb785d715bd9ab9d8543c2be4af75bf89a authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
fix discussions

8ffab8c82af1a510f51be4aefa4794d7043643e5 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
support query in ExportsFieldPlugin

- add exports field test cases
- add types export

22a42679ef26a3a5aa29f5d2177d1e165afac85c authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
add restrictions

5afdf11ad23d88742b240e92b387f508717a1f9f authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
5.0.0-beta.6

cf930fea3f3c95792e55b206e1477a8bb15fbaa1 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #222 from vankop/fix-exports-field-processing

fix processing direct mapping in exports field

235c947e127ee8b52371fb13cd8259c2680cde09 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #221 from vankop/add-restrictions

add restrictions option support

ff110089a11f69ae25e9fd263e7bc6e4fbb06dd5 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
more test cases

bfcec0368f46d050a5e80d369071580e9b21a791 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
add info log when restriction was matched

strings in restrictions are treated as directory

4bce6942f122c9242fb2defd2da7a8ed2fd30fda authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
fix processing direct mapping in exports field

9352377aac5a680a1a9ddda4667aaed87ead1ae0 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
fix discussions, add more tests

2efcc6bf04e9a9bbf1e9a9376cb4f2a2572daa86 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
add restrictions option support

0ac8b8f221f451929c992d45f9016fc9b4e59b15 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
5.0.0-beta.5

3ad1fd02760bae692ea510d0f23f7696d5bf02d1 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #220 from webpack/dev-1

Merge exports field development into master

ba5bd92ada53abdfc46dcd1570fdce647579273a authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge branch 'master' into dev-1

6b6766f351437531339ab57f25f56f5828b7a1f9 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #219 from vankop/reafactor-array-options-to-set

Refactor array options to set

2fb9a07aadfa5f272e008569f229e316e85f7320 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
improve error handling

fix performance edge case

e702024aa7f494b8cc5ba8865d48a9af9c8f89f5 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #218 from vankop/exports-fields-option

exportsFields option

3ae6330ca62863241ad99e8a174294951ff54428 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
node defaults in index.js instead of ResolverFactory

fdb689f10764097d00da9afeac4fcd1872d48801 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
test: improve code coverage

d8f7e261a6fda0f5586a8ea1a1634ca8137f71c7 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
less allocations

56eafb6a20eaf8c061bb8ad3c4c91fe93266a557 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
fix review discussions

7b9c63c17e7a43271d291e2fde0d3f5f4592a3f7 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
update types

38d63b220096d2d54f63526056804893257a488f authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
define readJson property type

e8384dc2a3135eb96bfeceb8a928ab3d3efa2b4b authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
use Set for aliasFields, modules, mainFields

c1f65d11fb2d0d74e303bbf7df9aedd6832558d1 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
change mainFiles option to Set instead of Array

a7ead002e8776a0021efeeae5f43354ed8da53fd authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
change descriptionFiles and extensions options to Set instead of Array

603d837eaf0e3ba21ec049c57f784abaceb7554c authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
use node condition names by default

bc9ddd67d26888c71627ad11455f79df333b7f8d authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
refactor MainFieldPlugin.js

015fad7d1bb7da2c4d2858b2e2d3def08fa4d8bb authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
feature: finish exports field:

- improve docs
- support exportsFields configuration param

f526a9894f59c135427c5f145f93dc67686e07ad authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
Merge pull request #214 from vankop/exports-field-plugin

ExportFieldPlugin

9fbb50d4f335a9cf413c98b85ee59a9b651fb974 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
fixes from review

640c35767f4f21379ed347bdd6d1019cf3588990 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
fix behavior for edge cases in the path tree

46683e4bf6d244ed8033475898c86d94982c908b authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
target argument should be last

0c923ed345d8593e1ce3b24279cc92dace1c4eac authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
fix hook name

192fffa270520243392c96705e9fcb7948d53659 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
add nice error message when not exported from package

b3d29d9eed55a38e6354038251f80a6811d91f2d authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
improve error messages

test invalid exports field

201a54b0ceedcbb1435f5dc53f62d9c706dab56f authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
use forEachBail in ExportsFieldPlugin

improve error reporting

d09fa2ae4c62b0a30c393beb78626bc1dfefa04d authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
cleanup ExportsFieldPlugin

move SelfReference logic into separate plugin
improve tests

2e86a8acfdc34fc80b18c196a0399044c1e71fee authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
optimize JoinRequestPartPlugin for scoped packages

a5c65a48b66b163716b783cdcb2fc85f1c80776c authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>
move caching to the ExportsFieldPlugin

150a78cda87c9b451e3ca29368c88d1fe8668953 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #217 from vankop/optimize-join-request-part-plugin

optimize JoinRequestPartPlugin for scoped packages

122e5126fdc147753a28bd1c14ddb53638b3a743 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
handle edge case

a80b39ae23adddc39307f69996c4a88df843549a authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
minor refactoring

36a6c8de559af3c7064121d9e95b3287c9f64216 authored over 4 years ago by Ivan Kopeykin <ikopeykin@ozon.ru>