@oazmi/esbuild-plugin-deno - v0.4.0
    Preparing search index...

    Interface NodeModulesResolverFactoryConfig

    an interface to configure the nodeModulesResolverFactory function.

    interface NodeModulesResolverFactoryConfig {
        absWorkingDir?: string;
    }
    Index

    Properties

    Properties

    absWorkingDir?: string

    the fallback resolve-dir path which should be used in place of args.resolveDir and args.importer, if neither are available. the absWorkingDir path will generally correspond to your project's directory (i.e. current working directory).