Commit 0da80c0
feat(resolve): export
nft allows you to override the resolve step with a hook however it does
not expose its internal resolveDependency implementation. This means if
you want to take over resolving in certain cases you must do so in every
case. To make conditional or augmented resolving possible this change
reexports the resolveDependency function from the index. This way you
can use it in custom resolve hook implementations
---------
Co-authored-by: Steven <steven@ceriously.com>resolve() function (#354)1 parent f41f349 commit 0da80c0
2 files changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
112 | 131 | | |
113 | 132 | | |
114 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments