Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/yaml/browser/index.js>Composer#end

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method Composer.prototype.end
import { Composer } from "https://deno.land/x/windmill@v1.353.0/node_modules/yaml/browser/index.js";

Call at end of input to yield any remaining document.

Parameters

optional
forceDoc = [UNSUPPORTED]
  • If the stream contains no document, still emit a final document including any comments and directives that would be applied to a subsequent document.
optional
endOffset = [UNSUPPORTED]
  • Should be set if forceDoc is also set, to set the document range end and to indicate errors correctly.