Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResolvedModule

Represents the result of module resolution. Module resolution will pick up tsx/jsx/js files even if '--jsx' and '--allowJs' are turned off. The Program will then filter results based on these flags.

Prefer to return a ResolvedModuleFull so that the file type does not have to be inferred.

Hierarchy

Index

Properties

Optional isExternalLibraryImport

isExternalLibraryImport: boolean

True if resolvedFileName comes from node_modules.

resolvedFileName

resolvedFileName: string

Path of the file the module was resolved to.

Generated using TypeDoc