this class provides resolve method that is capable of resolving paths using esbuild's node-resolution scanner.
it works by invoking esbuild's PluginBuild.resolve function whenever the resolve method is called,
and it holds an onLoad hook hostage by hanging forever,
so that the internal sub-build does not conclude until the stop method has been called.
this class provides resolve method that is capable of resolving paths using esbuild's node-resolution scanner.
it works by invoking esbuild's
PluginBuild.resolvefunction whenever the resolve method is called, and it holds anonLoadhook hostage by hanging forever, so that the internal sub-build does not conclude until the stop method has been called.