Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResolvedModuleFull

ResolvedModule with an explicitly provided extension property. Prefer this over ResolvedModule. If changing this, remember to change moduleResolutionIsEqualTo.

Hierarchy

Index

Properties

extension

extension: Extension

Extension of resolvedFileName. This must match what's at the end of resolvedFileName. This is optional for backwards-compatibility, but will be added if not provided.

Optional isExternalLibraryImport

isExternalLibraryImport: boolean

True if resolvedFileName comes from node_modules.

Optional packageId

packageId: PackageId

resolvedFileName

resolvedFileName: string

Path of the file the module was resolved to.

Generated using TypeDoc