Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PerDirectoryResolutionCache<T>

Cached resolutions per containing directory. This assumes that any module id will have the same resolution for sibling files located in the same folder.

Type parameters

  • T

Hierarchy

Index

Methods

clear

  • clear(): void
  • Returns void

getOrCreateCacheForDirectory

  • Parameters

    Returns Map<T>

update

  • Updates with the current compilerOptions the cache will operate with. This updates the redirects map as well if needed so module resolutions are cached if they can across the projects

    Parameters

    Returns void

Generated using TypeDoc