Bases: builtins.object
Returns a unique identify of the class. Typically as it is stored inside the project.
Bases: jasy.item.Abstract.AbstractItem
Bases: jasy.item.Abstract.AbstractItem
Generates the fileId of this item as being used by other modules
Returns all down-priorized dependencies. This are dependencies which are required to make the module work, but are not required being available before the current item.
Returns a set of dependencies seen through the given list of known classes (ignoring all unknown items in original set) and configured fields with their individual detection classes. This method also makes use of the meta data and the variable data.
Returns the top level scope object which contains information about the global variable and package usage/influence.
Bases: builtins.Exception
Error class used for issues during style processing
Bases: jasy.item.Abstract.AbstractItem
Returns a new permutation which only contains information about the fields actually accessed in this stylesheet.
Generates the fileId of this item as being used by other modules
Returns all down-priorized dependencies. These are dependencies which are required to make the item work, but are not required being available before the current item.
Returns a set of dependencies seen through the given list of known items (ignoring all unknown items in original set).
Returns the merged (includes resolved) and optimized (permutation values applied) tree.
Returns the modification date of the stylesheet (or the sum of modification dates when using includes)
Bases: jasy.item.Abstract.AbstractItem
Exports the translation table as JSON based on the given set of classes
Generates the fileId of this item as being used by other modules