Function compile

  • Compiles an array of chunks into a Buffer.

    Parameters

    • chunks: Buffer | Stack

      The array of chunks to compile.

    Returns Buffer

    The compiled Buffer.

    Throws

    Error if the compilation fails.