Class: LocalResolver¶
FROM — fetch external deps. v1.0: async (network IO is inherently async; sync HTTP would block the event loop).
Implements¶
Constructors¶
Constructor¶
Parameters¶
| Parameter | Type |
|---|---|
baseDir? |
string |
Returns¶
LocalResolver
Properties¶
baseDir¶
Methods¶
cacheKey()¶
Parameters¶
| Parameter | Type |
|---|---|
uri |
string |
Returns¶
string
Implementation of¶
resolve()¶
Parameters¶
| Parameter | Type |
|---|---|
uri |
string |
dep |
Record\<string, unknown> |
Returns¶
Promise\<ResolvedItem[]>