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.
the default name of the block used unless the block specifies one itself.
If a file identifier has an on-disk representation, return an absolute path to it.
compute a unique identifier for a given import path. If fromIdentifier
is provided,
the importPath can be relative to the file that is identified by it.
import the file with the given metadata and return a string and meta data for it.
returns the syntax the contents are written in.
Generated using TypeDoc
Importer provides an API that enables css-blocks to resolve a
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.