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

    Enumeration DIRECTORYConst

    an enum that represents special directories.

    currently, it is only being used in NpmPluginSetupConfig.nodeModulesDirs, and NpmAutoInstallCliConfig.dir.

    Index

    Enumeration Members

    Enumeration Members

    CWD: 0

    represents your js-runtime's current working directory (acquired via defaultGetCwd).

    ABS_WORKING_DIR: 1

    represents the absWorkingDir option provided to your esbuild build config.

    note that in almost all cases, if esbuild's absWorkingDir option was not specified, then we fallback to the current working director (i.e. DIRECTORY.CWD). this includes the node package scanner function validResolveDirFinder (generated by findResolveDirOfNpmPackageFactory), inside of the npm-plugin (npmPluginSetup).