UNPKG

woltlab-compiler

Version:

A compiler for WoltLab-Package Archives and WoltLab-Package Components

12 lines (11 loc) 378 B
import { PHPInstruction } from "../../../PackageSystem/Instructions/PHPInstruction"; import { InstructionCompiler } from "./InstructionCompiler"; /** * Provides the functionality to compile PHP-instructions. */ export declare class PHPInstructionCompiler extends InstructionCompiler<PHPInstruction> { /** * @inheritdoc */ Serialize(): Document; }