From 1f5b8aa3ea3d8789c1c4913cafbd9a2d87ce3f9c Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 17 Oct 2022 11:48:35 -0600 Subject: [PATCH] Updates --- src/api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api.ts b/src/api.ts index aa5abaf..3d7244c 100644 --- a/src/api.ts +++ b/src/api.ts @@ -466,6 +466,7 @@ export function parseStringSync( directiveCallback: options.parseDirectives ? push : undefined, commentCallback: options.parseComments ? push : undefined, sequenceCallback: options.parseSequences ? push : undefined, + disableDerivesFromReferences: options.disableDerivesFromReferences || false, bufferSize: Infinity, errorCallback: (err) => { throw err