From c1c5d536ce29a51cd49c5eb1552e65bdf2464884 Mon Sep 17 00:00:00 2001 From: "C.J. Winslow" Date: Wed, 6 May 2020 19:24:38 -0700 Subject: [PATCH] Add directivesEndMarker to Document type --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 81cd7fe6..254dd348 100644 --- a/index.d.ts +++ b/index.d.ts @@ -187,6 +187,7 @@ export class Document extends AST.Collection { cstNode?: CST.Document constructor(options?: Options) tag: never + directivesEndMarker?: boolean type: Type.DOCUMENT /** * Anchors associated with the document's nodes;