woltlab-compiler
Version:
A compiler for WoltLab-Package Archives and WoltLab-Package Components
229 lines • 19 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var BidirectionalCollection_1 = require("./System/Collections/BidirectionalCollection");
exports.BidirectionalCollection = BidirectionalCollection_1.BidirectionalCollection;
var Compiler_1 = require("./System/Compilation/Compiler");
exports.Compiler = Compiler_1.Compiler;
var EJSFileCompiler_1 = require("./System/Compilation/EJSFileCompiler");
exports.EJSFileCompiler = EJSFileCompiler_1.EJSFileCompiler;
var EventListenerFileCompiler_1 = require("./System/Compilation/Events/EventListenerFileCompiler");
exports.EventListenerFileCompiler = EventListenerFileCompiler_1.EventListenerFileCompiler;
var ListenerFileCompiler_1 = require("./System/Compilation/Events/ListenerFileCompiler");
exports.ListenerFileCompiler = ListenerFileCompiler_1.ListenerFileCompiler;
var TemplateListenerFileCompiler_1 = require("./System/Compilation/Events/TemplateListenerFileCompiler");
exports.TemplateListenerFileCompiler = TemplateListenerFileCompiler_1.TemplateListenerFileCompiler;
var LocalizationFileCompiler_1 = require("./System/Compilation/Globalization/LocalizationFileCompiler");
exports.LocalizationFileCompiler = LocalizationFileCompiler_1.LocalizationFileCompiler;
var LocalizationSetCompiler_1 = require("./System/Compilation/Globalization/LocalizationSetCompiler");
exports.LocalizationSetCompiler = LocalizationSetCompiler_1.LocalizationSetCompiler;
var ImportFileCompiler_1 = require("./System/Compilation/ImportFileCompiler");
exports.ImportFileCompiler = ImportFileCompiler_1.ImportFileCompiler;
var NamedObjectDeletionFileCompiler_1 = require("./System/Compilation/NamedObjectDeletionFileCompiler");
exports.NamedObjectDeletionFileCompiler = NamedObjectDeletionFileCompiler_1.NamedObjectDeletionFileCompiler;
var ObjectDeletionFileCompiler_1 = require("./System/Compilation/ObjectDeletionFileCompiler");
exports.ObjectDeletionFileCompiler = ObjectDeletionFileCompiler_1.ObjectDeletionFileCompiler;
var ACPOptionFileCompiler_1 = require("./System/Compilation/Options/ACPOptionFileCompiler");
exports.ACPOptionFileCompiler = ACPOptionFileCompiler_1.ACPOptionFileCompiler;
var GroupOptionFileCompiler_1 = require("./System/Compilation/Options/GroupOptionFileCompiler");
exports.GroupOptionFileCompiler = GroupOptionFileCompiler_1.GroupOptionFileCompiler;
var OptionFileCompiler_1 = require("./System/Compilation/Options/OptionFileCompiler");
exports.OptionFileCompiler = OptionFileCompiler_1.OptionFileCompiler;
var UserOptionFileCompiler_1 = require("./System/Compilation/Options/UserOptionFileCompiler");
exports.UserOptionFileCompiler = UserOptionFileCompiler_1.UserOptionFileCompiler;
var ACPOptionInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/ACPOptionInstructionCompiler");
exports.ACPOptionInstructionCompiler = ACPOptionInstructionCompiler_1.ACPOptionInstructionCompiler;
var BBCodeInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/BBCodeInstructionCompiler");
exports.BBCodeInstructionCompiler = BBCodeInstructionCompiler_1.BBCodeInstructionCompiler;
var CronJobInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/CronJobInstructionCompiler");
exports.CronJobInstructionCompiler = CronJobInstructionCompiler_1.CronJobInstructionCompiler;
var EmojiInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/EmojiInstructionCompiler");
exports.EmojiInstructionCompiler = EmojiInstructionCompiler_1.EmojiInstructionCompiler;
var EventListenerInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/EventListenerInstructionCompiler");
exports.EventListenerInstructionCompiler = EventListenerInstructionCompiler_1.EventListenerInstructionCompiler;
var FileInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/FileInstructionCompiler");
exports.FileInstructionCompiler = FileInstructionCompiler_1.FileInstructionCompiler;
var FileSystemInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/FileSystemInstructionCompiler");
exports.FileSystemInstructionCompiler = FileSystemInstructionCompiler_1.FileSystemInstructionCompiler;
var GroupOptionInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/GroupOptionInstructionCompiler");
exports.GroupOptionInstructionCompiler = GroupOptionInstructionCompiler_1.GroupOptionInstructionCompiler;
var InstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/InstructionCompiler");
exports.InstructionCompiler = InstructionCompiler_1.InstructionCompiler;
var InstructionFileCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/InstructionFileCompiler");
exports.InstructionFileCompiler = InstructionFileCompiler_1.InstructionFileCompiler;
var LocalizationInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/LocalizationInstructionCompiler");
exports.LocalizationInstructionCompiler = LocalizationInstructionCompiler_1.LocalizationInstructionCompiler;
var LocalizationProviderCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/LocalizationProviderCompiler");
exports.LocalizationProviderCompiler = LocalizationProviderCompiler_1.LocalizationProviderCompiler;
var OptionInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/OptionInstructionCompiler");
exports.OptionInstructionCompiler = OptionInstructionCompiler_1.OptionInstructionCompiler;
var PHPInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/PHPInstructionCompiler");
exports.PHPInstructionCompiler = PHPInstructionCompiler_1.PHPInstructionCompiler;
var SelfContainedPHPInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/SelfContainedPHPInstructionCompiler");
exports.SelfContainedPHPInstructionCompiler = SelfContainedPHPInstructionCompiler_1.SelfContainedPHPInstructionCompiler;
var TemplateInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/TemplateInstructionCompiler");
exports.TemplateInstructionCompiler = TemplateInstructionCompiler_1.TemplateInstructionCompiler;
var TemplateListenerInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/TemplateListenerInstructionCompiler");
exports.TemplateListenerInstructionCompiler = TemplateListenerInstructionCompiler_1.TemplateListenerInstructionCompiler;
var ThemeInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/ThemeInstructionCompiler");
exports.ThemeInstructionCompiler = ThemeInstructionCompiler_1.ThemeInstructionCompiler;
var UserOptionInstructionCompiler_1 = require("./System/Compilation/PackageSystem/Instructions/UserOptionInstructionCompiler");
exports.UserOptionInstructionCompiler = UserOptionInstructionCompiler_1.UserOptionInstructionCompiler;
var InstructionSetCompiler_1 = require("./System/Compilation/PackageSystem/InstructionSetCompiler");
exports.InstructionSetCompiler = InstructionSetCompiler_1.InstructionSetCompiler;
var PackageCompiler_1 = require("./System/Compilation/PackageSystem/PackageCompiler");
exports.PackageCompiler = PackageCompiler_1.PackageCompiler;
var PackageFileCompiler_1 = require("./System/Compilation/PackageSystem/PackageFileCompiler");
exports.PackageFileCompiler = PackageFileCompiler_1.PackageFileCompiler;
var BBCodeFileCompiler_1 = require("./System/Compilation/Presentation/BBCodeFileCompiler");
exports.BBCodeFileCompiler = BBCodeFileCompiler_1.BBCodeFileCompiler;
var EmojiFileCompiler_1 = require("./System/Compilation/Presentation/EmojiFileCompiler");
exports.EmojiFileCompiler = EmojiFileCompiler_1.EmojiFileCompiler;
var ThemeCompiler_1 = require("./System/Compilation/Presentation/ThemeCompiler");
exports.ThemeCompiler = ThemeCompiler_1.ThemeCompiler;
var ThemeFileCompiler_1 = require("./System/Compilation/Presentation/ThemeFileCompiler");
exports.ThemeFileCompiler = ThemeFileCompiler_1.ThemeFileCompiler;
var ThemeVariableCompiler_1 = require("./System/Compilation/Presentation/ThemeVariableCompiler");
exports.ThemeVariableCompiler = ThemeVariableCompiler_1.ThemeVariableCompiler;
var CronJobFileCompiler_1 = require("./System/Compilation/Tasks/CronJobFileCompiler");
exports.CronJobFileCompiler = CronJobFileCompiler_1.CronJobFileCompiler;
var WoltLabXMLCompiler_1 = require("./System/Compilation/WoltLabXMLCompiler");
exports.WoltLabXMLCompiler = WoltLabXMLCompiler_1.WoltLabXMLCompiler;
var XMLFileCompiler_1 = require("./System/Compilation/XMLFileCompiler");
exports.XMLFileCompiler = XMLFileCompiler_1.XMLFileCompiler;
var BBCode_1 = require("./System/Customization/BBCodes/BBCode");
exports.BBCode = BBCode_1.BBCode;
var BBCodeAttribute_1 = require("./System/Customization/BBCodes/BBCodeAttribute");
exports.BBCodeAttribute = BBCodeAttribute_1.BBCodeAttribute;
var Emoji_1 = require("./System/Customization/Presentation/Emoji");
exports.Emoji = Emoji_1.Emoji;
var TemplateListener_1 = require("./System/Customization/Presentation/TemplateListener");
exports.TemplateListener = TemplateListener_1.TemplateListener;
var ImageDirectoryDescriptor_1 = require("./System/Customization/Presentation/Themes/ImageDirectoryDescriptor");
exports.ImageDirectoryDescriptor = ImageDirectoryDescriptor_1.ImageDirectoryDescriptor;
var SassVariableParser_1 = require("./System/Customization/Presentation/Themes/SassVariableParser");
exports.SassVariableParser = SassVariableParser_1.SassVariableParser;
var Theme_1 = require("./System/Customization/Presentation/Themes/Theme");
exports.Theme = Theme_1.Theme;
var ThemeInstructionCollection_1 = require("./System/Customization/Presentation/Themes/ThemeInstructionCollection");
exports.ThemeInstructionCollection = ThemeInstructionCollection_1.ThemeInstructionCollection;
var EventListener_1 = require("./System/Events/EventListener");
exports.EventListener = EventListener_1.EventListener;
var Listener_1 = require("./System/Events/Listener");
exports.Listener = Listener_1.Listener;
var ListenerEnvironment_1 = require("./System/Events/ListenerEnvironment");
exports.ListenerEnvironment = ListenerEnvironment_1.ListenerEnvironment;
var Localization_1 = require("./System/Globalization/Localization");
exports.Localization = Localization_1.Localization;
var LocalizationItem_1 = require("./System/Globalization/LocalizationItem");
exports.LocalizationItem = LocalizationItem_1.LocalizationItem;
var LocalizationNode_1 = require("./System/Globalization/LocalizationNode");
exports.LocalizationNode = LocalizationNode_1.LocalizationNode;
var Node_1 = require("./System/NodeSystem/Node");
exports.Node = Node_1.Node;
var NodeCollection_1 = require("./System/NodeSystem/NodeCollection");
exports.NodeCollection = NodeCollection_1.NodeCollection;
var NodeItem_1 = require("./System/NodeSystem/NodeItem");
exports.NodeItem = NodeItem_1.NodeItem;
var Category_1 = require("./System/Options/Category");
exports.Category = Category_1.Category;
var ACPCategory_1 = require("./System/Options/ControlPanel/ACPCategory");
exports.ACPCategory = ACPCategory_1.ACPCategory;
var ACPOption_1 = require("./System/Options/ControlPanel/ACPOption");
exports.ACPOption = ACPOption_1.ACPOption;
var GroupCategory_1 = require("./System/Options/Groups/GroupCategory");
exports.GroupCategory = GroupCategory_1.GroupCategory;
var GroupOption_1 = require("./System/Options/Groups/GroupOption");
exports.GroupOption = GroupOption_1.GroupOption;
var Option_1 = require("./System/Options/Option");
exports.Option = Option_1.Option;
var OptionItem_1 = require("./System/Options/OptionItem");
exports.OptionItem = OptionItem_1.OptionItem;
var OptionType_1 = require("./System/Options/OptionType");
exports.OptionType = OptionType_1.OptionType;
var EditPermission_1 = require("./System/Options/UserPanel/EditPermission");
exports.EditPermission = EditPermission_1.EditPermission;
var UserCategory_1 = require("./System/Options/UserPanel/UserCategory");
exports.UserCategory = UserCategory_1.UserCategory;
var UserOption_1 = require("./System/Options/UserPanel/UserOption");
exports.UserOption = UserOption_1.UserOption;
var ViewPermission_1 = require("./System/Options/UserPanel/ViewPermission");
exports.ViewPermission = ViewPermission_1.ViewPermission;
var Component_1 = require("./System/PackageSystem/Component");
exports.Component = Component_1.Component;
var ConflictingPackageDescriptor_1 = require("./System/PackageSystem/ConflictingPackageDescriptor");
exports.ConflictingPackageDescriptor = ConflictingPackageDescriptor_1.ConflictingPackageDescriptor;
var FileDescriptor_1 = require("./System/PackageSystem/FileDescriptor");
exports.FileDescriptor = FileDescriptor_1.FileDescriptor;
var BBCodeInstruction_1 = require("./System/PackageSystem/Instructions/Customization/BBCodeInstruction");
exports.BBCodeInstruction = BBCodeInstruction_1.BBCodeInstruction;
var EmojiInstruction_1 = require("./System/PackageSystem/Instructions/Customization/EmojiInstruction");
exports.EmojiInstruction = EmojiInstruction_1.EmojiInstruction;
var ACPTemplateInstruction_1 = require("./System/PackageSystem/Instructions/Customization/Presentation/ACPTemplateInstruction");
exports.ACPTemplateInstruction = ACPTemplateInstruction_1.ACPTemplateInstruction;
var TemplateInstruction_1 = require("./System/PackageSystem/Instructions/Customization/Presentation/TemplateInstruction");
exports.TemplateInstruction = TemplateInstruction_1.TemplateInstruction;
var ThemeInstruction_1 = require("./System/PackageSystem/Instructions/Customization/Presentation/ThemeInstruction");
exports.ThemeInstruction = ThemeInstruction_1.ThemeInstruction;
var SQLInstruction_1 = require("./System/PackageSystem/Instructions/Data/SQLInstruction");
exports.SQLInstruction = SQLInstruction_1.SQLInstruction;
var EventListenerInstruction_1 = require("./System/PackageSystem/Instructions/Events/EventListenerInstruction");
exports.EventListenerInstruction = EventListenerInstruction_1.EventListenerInstruction;
var ListenerInstruction_1 = require("./System/PackageSystem/Instructions/Events/ListenerInstruction");
exports.ListenerInstruction = ListenerInstruction_1.ListenerInstruction;
var TemplateListenerInstruction_1 = require("./System/PackageSystem/Instructions/Events/TemplateListenerInstruction");
exports.TemplateListenerInstruction = TemplateListenerInstruction_1.TemplateListenerInstruction;
var ApplicationFileSystemInstruction_1 = require("./System/PackageSystem/Instructions/FileSystem/ApplicationFileSystemInstruction");
exports.ApplicationFileSystemInstruction = ApplicationFileSystemInstruction_1.ApplicationFileSystemInstruction;
var FileSystemInstruction_1 = require("./System/PackageSystem/Instructions/FileSystem/FileSystemInstruction");
exports.FileSystemInstruction = FileSystemInstruction_1.FileSystemInstruction;
var ErrorMessageInstruction_1 = require("./System/PackageSystem/Instructions/Globalization/ErrorMessageInstruction");
exports.ErrorMessageInstruction = ErrorMessageInstruction_1.ErrorMessageInstruction;
var LocalizationInstruction_1 = require("./System/PackageSystem/Instructions/Globalization/LocalizationInstruction");
exports.LocalizationInstruction = LocalizationInstruction_1.LocalizationInstruction;
var TranslationInstruction_1 = require("./System/PackageSystem/Instructions/Globalization/TranslationInstruction");
exports.TranslationInstruction = TranslationInstruction_1.TranslationInstruction;
var Instruction_1 = require("./System/PackageSystem/Instructions/Instruction");
exports.Instruction = Instruction_1.Instruction;
var InstructionSet_1 = require("./System/PackageSystem/Instructions/InstructionSet");
exports.InstructionSet = InstructionSet_1.InstructionSet;
var NamedDeleteInstruction_1 = require("./System/PackageSystem/Instructions/NamedDeleteInstruction");
exports.NamedDeleteInstruction = NamedDeleteInstruction_1.NamedDeleteInstruction;
var NodeSystemInstruction_1 = require("./System/PackageSystem/Instructions/NodeSystem/NodeSystemInstruction");
exports.NodeSystemInstruction = NodeSystemInstruction_1.NodeSystemInstruction;
var ACPOptionInstruction_1 = require("./System/PackageSystem/Instructions/Options/ACPOptionInstruction");
exports.ACPOptionInstruction = ACPOptionInstruction_1.ACPOptionInstruction;
var GroupOptionInstruction_1 = require("./System/PackageSystem/Instructions/Options/GroupOptionInstruction");
exports.GroupOptionInstruction = GroupOptionInstruction_1.GroupOptionInstruction;
var OptionInstruction_1 = require("./System/PackageSystem/Instructions/Options/OptionInstruction");
exports.OptionInstruction = OptionInstruction_1.OptionInstruction;
var UserOptionInstruction_1 = require("./System/PackageSystem/Instructions/Options/UserOptionInstruction");
exports.UserOptionInstruction = UserOptionInstruction_1.UserOptionInstruction;
var PHPInstruction_1 = require("./System/PackageSystem/Instructions/PHPInstruction");
exports.PHPInstruction = PHPInstruction_1.PHPInstruction;
var SelfContainedPHPInstruction_1 = require("./System/PackageSystem/Instructions/SelfContainedPHPInstruction");
exports.SelfContainedPHPInstruction = SelfContainedPHPInstruction_1.SelfContainedPHPInstruction;
var CronJobInstruction_1 = require("./System/PackageSystem/Instructions/Tasks/CronJobInstruction");
exports.CronJobInstruction = CronJobInstruction_1.CronJobInstruction;
var UpdateInstructionSet_1 = require("./System/PackageSystem/Instructions/UpdateInstructionSet");
exports.UpdateInstructionSet = UpdateInstructionSet_1.UpdateInstructionSet;
var OptionalPackageDescriptor_1 = require("./System/PackageSystem/OptionalPackageDescriptor");
exports.OptionalPackageDescriptor = OptionalPackageDescriptor_1.OptionalPackageDescriptor;
var Package_1 = require("./System/PackageSystem/Package");
exports.Package = Package_1.Package;
var PackageDescriptor_1 = require("./System/PackageSystem/PackageDescriptor");
exports.PackageDescriptor = PackageDescriptor_1.PackageDescriptor;
var PackageFileDescriptor_1 = require("./System/PackageSystem/PackageFileDescriptor");
exports.PackageFileDescriptor = PackageFileDescriptor_1.PackageFileDescriptor;
var Person_1 = require("./System/PackageSystem/Person");
exports.Person = Person_1.Person;
var RequiredPackageDescriptor_1 = require("./System/PackageSystem/RequiredPackageDescriptor");
exports.RequiredPackageDescriptor = RequiredPackageDescriptor_1.RequiredPackageDescriptor;
var XML_1 = require("./System/Serialization/XML");
exports.XML = XML_1.XML;
var XMLEditor_1 = require("./System/Serialization/XMLEditor");
exports.XMLEditor = XMLEditor_1.XMLEditor;
var CronJob_1 = require("./System/Tasks/CronJob");
exports.CronJob = CronJob_1.CronJob;
var TimePeriod_1 = require("./System/Tasks/TimePeriod");
exports.TimePeriod = TimePeriod_1.TimePeriod;
//# sourceMappingURL=index.js.map