Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILoader

Hierarchy

  • ILoader

Implemented by

Index

Properties

config

config: LoaderConfig

Methods

contentImport

  • contentImport(pathContents: string, path: string, production: boolean): Promise<string>

destructureImport

  • destructureImport(pathContents: string, path: string, toImport: Token[], production: boolean): Promise<Map<string, string | ComponentDefinition>>

linkInline

  • linkInline(content: string): string

linkPath

  • linkPath(path: string, content: string): string

Generated using TypeDoc