Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private absoluteUrl

absoluteUrl: string

Absolute url to the css file.

Protected config

config: YassbConfig

Full config options

Protected directiveFullString

directiveFullString: string

Directive full string found in the file

Protected fileContents

fileContents: string

File contents there the yassb directive was found

Protected fileFullPath

fileFullPath: string

Full path to the file being processed

Private filename

filename: string

Filename of the css file to link to.

Protected lang

lang: string

Lang being processed

Private stylesElement

stylesElement: string

HTML code with the link to the styles file.

Static regex

regex: RegExp = /<!-- include-styles-src -->/g

Regex to match the comments to invoke the directive

Methods

init

Private setAbsoluteUrl

  • setAbsoluteUrl(): void

Private setFilename

  • setFilename(): void

Private setStylesElement

  • setStylesElement(): void