Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Importer

Importer provides an API that enables css-blocks to resolve a

block-reference

directive into a string that is a css-block stylesheet and to determine in which syntax the file is written.

Importing does not have to ever talk to the filesystem, but importers that do, will probably want to inherit from either PathBasedImporter or FilesystemImporter.

Hierarchy

  • Importer

Implemented by

Index

Methods

debugIdentifier

  • Returns a string meant for human consumption that identifies the file. As is used in debug statements and error reporting. Unlike filesystemPath, this needn't resolve to an actual file or be an absolute path.

    Parameters

    Returns string

defaultName

filesystemPath

identifier

import

syntax

Generated using TypeDoc