quirks.utility

Undocumented in source.

Members

Static functions

interpolateMixin
string interpolateMixin(string code)

Takes code in the form of a string and interpolates variables defined in the form of ${variableName}. Usefull in combination with the q{} string literal, to keep syntax highlighting for mixed in code and avoid string concatenations, which keeps the code readable

Meta