!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):((e="undefined"!=typeof globalThis?globalThis:e||self).prettierPlugins=e.prettierPlugins||{},e.prettierPlugins.graphql=t())}(this,(function(){"use strict";var e=function(e,t){const n=new SyntaxError(e+" ("+t.start.line+":"+t.start.column+")");return n.loc=t,n};var t=function(){let e;for(var t=arguments.length,n=new Array(t),i=0;i120){for(var d=Math.floor(c/80),h=c%80,f=[],E=0;E",EOF:"",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"});H.TokenKind=z;var $={},W={};Object.defineProperty(W,"__esModule",{value:!0}),W.default=function(e){return te(e,[])};var Z=function(e){return e&&e.__esModule?e:{default:e}}(U);function ee(e){return ee="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ee(e)}function te(e,t){switch(ee(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":return null===e?"null":function(e,t){if(-1!==t.indexOf(e))return"[Circular]";var n=[].concat(t,[e]),i=function(e){var t=e[String(Z.default)];if("function"==typeof t)return t;if("function"==typeof e.inspect)return e.inspect}(e);if(void 0!==i){var r=i.call(e);if(r!==e)return"string"==typeof r?r:te(r,n)}else if(Array.isArray(e))return function(e,t){if(0===e.length)return"[]";if(t.length>2)return"[Array]";for(var n=Math.min(10,e.length),i=e.length-n,r=[],o=0;o1&&r.push("... ".concat(i," more items"));return"["+r.join(", ")+"]"}(e,n);return function(e,t){var n=Object.keys(e);if(0===n.length)return"{}";if(t.length>2)return"["+function(e){var t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof e.constructor){var n=e.constructor.name;if("string"==typeof n&&""!==n)return n}return t}(e)+"]";var i=n.map((function(n){return n+": "+te(e[n],t)}));return"{ "+i.join(", ")+" }"}(e,n)}(e,t);default:return String(e)}}var ne={};Object.defineProperty(ne,"__esModule",{value:!0}),ne.default=function(e,t){if(!Boolean(e))throw new Error(t)};var ie={};Object.defineProperty(ie,"__esModule",{value:!0}),ie.default=void 0,function(e){e&&e.__esModule}(W);ie.default=function(e,t){return e instanceof t},Object.defineProperty($,"__esModule",{value:!0}),$.isSource=function(e){return(0,se.default)(e,le)},$.Source=void 0;var re=s,oe=ce(W),ae=ce(ne),se=ce(ie);function ce(e){return e&&e.__esModule?e:{default:e}}function ue(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:"GraphQL request",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{line:1,column:1};"string"==typeof e||(0,ae.default)(0,"Body must be a string. Received: ".concat((0,oe.default)(e),".")),this.body=e,this.name=t,this.locationOffset=n,this.locationOffset.line>0||(0,ae.default)(0,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||(0,ae.default)(0,"column in locationOffset is 1-indexed and must be positive.")}var t,n,i;return t=e,(n=[{key:re.SYMBOL_TO_STRING_TAG,get:function(){return"Source"}}])&&ue(t.prototype,n),i&&ue(t,i),e}();$.Source=le;var pe={};Object.defineProperty(pe,"__esModule",{value:!0}),pe.DirectiveLocation=void 0;var de=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});pe.DirectiveLocation=de;var he={},fe={};function Te(e){for(var t=0;tr&&Te(t[o-1]);)--o;return t.slice(r,o).join("\n")},fe.getBlockStringIndentation=ve,fe.printBlockString=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=-1===e.indexOf("\n"),r=" "===e[0]||"\t"===e[0],o='"'===e[e.length-1],a="\\"===e[e.length-1],s=!i||o||a||n,c="";!s||i&&r||(c+="\n"+t);c+=t?e.replace(/\n/g,"\n"+t):e,s&&(c+="\n");return'"""'+c.replace(/"""/g,'\\"""')+'"""'},Object.defineProperty(he,"__esModule",{value:!0}),he.isPunctuatorTokenKind=function(e){return e===Ne.TokenKind.BANG||e===Ne.TokenKind.DOLLAR||e===Ne.TokenKind.AMP||e===Ne.TokenKind.PAREN_L||e===Ne.TokenKind.PAREN_R||e===Ne.TokenKind.SPREAD||e===Ne.TokenKind.COLON||e===Ne.TokenKind.EQUALS||e===Ne.TokenKind.AT||e===Ne.TokenKind.BRACKET_L||e===Ne.TokenKind.BRACKET_R||e===Ne.TokenKind.BRACE_L||e===Ne.TokenKind.PIPE||e===Ne.TokenKind.BRACE_R},he.Lexer=void 0;var Ee=C,ke=M,Ne=H,ye=fe,_e=function(){function e(e){var t=new ke.Token(Ne.TokenKind.SOF,0,0,0,0,null);this.source=e,this.lastToken=t,this.token=t,this.line=1,this.lineStart=0}var t=e.prototype;return t.advance=function(){return this.lastToken=this.token,this.token=this.lookahead()},t.lookahead=function(){var e=this.token;if(e.kind!==Ne.TokenKind.EOF)do{var t;e=null!==(t=e.next)&&void 0!==t?t:e.next=Oe(this,e)}while(e.kind===Ne.TokenKind.COMMENT);return e},e}();function Ie(e){return isNaN(e)?Ne.TokenKind.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function Oe(e,t){for(var n=e.source,i=n.body,r=i.length,o=t.end;o31||9===o));return new ke.Token(Ne.TokenKind.COMMENT,t,s,n,i,r,a.slice(t+1,s))}function xe(e,t,n,i,r,o){var a=e.body,s=n,c=t,u=!1;if(45===s&&(s=a.charCodeAt(++c)),48===s){if((s=a.charCodeAt(++c))>=48&&s<=57)throw(0,Ee.syntaxError)(e,c,"Invalid number, unexpected digit after 0: ".concat(Ie(s),"."))}else c=Ke(e,c,s),s=a.charCodeAt(c);if(46===s&&(u=!0,s=a.charCodeAt(++c),c=Ke(e,c,s),s=a.charCodeAt(c)),69!==s&&101!==s||(u=!0,43!==(s=a.charCodeAt(++c))&&45!==s||(s=a.charCodeAt(++c)),c=Ke(e,c,s),s=a.charCodeAt(c)),46===s||function(e){return 95===e||e>=65&&e<=90||e>=97&&e<=122}(s))throw(0,Ee.syntaxError)(e,c,"Invalid number, expected digit but got: ".concat(Ie(s),"."));return new ke.Token(u?Ne.TokenKind.FLOAT:Ne.TokenKind.INT,t,c,i,r,o,a.slice(t,c))}function Ke(e,t,n){var i=e.body,r=t,o=n;if(o>=48&&o<=57){do{o=i.charCodeAt(++r)}while(o>=48&&o<=57);return r}throw(0,Ee.syntaxError)(e,r,"Invalid number, expected digit but got: ".concat(Ie(o),"."))}function De(e,t,n,i,r){for(var o,a,s,c,u=e.body,l=t+1,p=l,d=0,h="";l=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function Le(e,t,n,i,r){for(var o=e.body,a=o.length,s=t+1,c=0;s!==a&&!isNaN(c=o.charCodeAt(s))&&(95===c||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122);)++s;return new ke.Token(Ne.TokenKind.NAME,t,s,n,i,r,o.slice(t,s))}he.Lexer=_e,Object.defineProperty(g,"__esModule",{value:!0}),g.parse=function(e,t){return new Be(e,t).parseDocument()},g.parseValue=function(e,t){var n=new Be(e,t);n.expectToken(we.TokenKind.SOF);var i=n.parseValueLiteral(!1);return n.expectToken(we.TokenKind.EOF),i},g.parseType=function(e,t){var n=new Be(e,t);n.expectToken(we.TokenKind.SOF);var i=n.parseTypeReference();return n.expectToken(we.TokenKind.EOF),i},g.Parser=void 0;var Re=C,ge=F,Ce=M,we=H,Fe=$,Pe=pe,Me=he;var Be=function(){function e(e,t){var n=(0,Fe.isSource)(e)?e:new Fe.Source(e);this._lexer=new Me.Lexer(n),this._options=t}var t=e.prototype;return t.parseName=function(){var e=this.expectToken(we.TokenKind.NAME);return{kind:ge.Kind.NAME,value:e.value,loc:this.loc(e)}},t.parseDocument=function(){var e=this._lexer.token;return{kind:ge.Kind.DOCUMENT,definitions:this.many(we.TokenKind.SOF,this.parseDefinition,we.TokenKind.EOF),loc:this.loc(e)}},t.parseDefinition=function(){if(this.peek(we.TokenKind.NAME))switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}else{if(this.peek(we.TokenKind.BRACE_L))return this.parseOperationDefinition();if(this.peekDescription())return this.parseTypeSystemDefinition()}throw this.unexpected()},t.parseOperationDefinition=function(){var e=this._lexer.token;if(this.peek(we.TokenKind.BRACE_L))return{kind:ge.Kind.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(e)};var t,n=this.parseOperationType();return this.peek(we.TokenKind.NAME)&&(t=this.parseName()),{kind:ge.Kind.OPERATION_DEFINITION,operation:n,name:t,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},t.parseOperationType=function(){var e=this.expectToken(we.TokenKind.NAME);switch(e.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(e)},t.parseVariableDefinitions=function(){return this.optionalMany(we.TokenKind.PAREN_L,this.parseVariableDefinition,we.TokenKind.PAREN_R)},t.parseVariableDefinition=function(){var e=this._lexer.token;return{kind:ge.Kind.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(we.TokenKind.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(we.TokenKind.EQUALS)?this.parseValueLiteral(!0):void 0,directives:this.parseDirectives(!0),loc:this.loc(e)}},t.parseVariable=function(){var e=this._lexer.token;return this.expectToken(we.TokenKind.DOLLAR),{kind:ge.Kind.VARIABLE,name:this.parseName(),loc:this.loc(e)}},t.parseSelectionSet=function(){var e=this._lexer.token;return{kind:ge.Kind.SELECTION_SET,selections:this.many(we.TokenKind.BRACE_L,this.parseSelection,we.TokenKind.BRACE_R),loc:this.loc(e)}},t.parseSelection=function(){return this.peek(we.TokenKind.SPREAD)?this.parseFragment():this.parseField()},t.parseField=function(){var e,t,n=this._lexer.token,i=this.parseName();return this.expectOptionalToken(we.TokenKind.COLON)?(e=i,t=this.parseName()):t=i,{kind:ge.Kind.FIELD,alias:e,name:t,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(we.TokenKind.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(n)}},t.parseArguments=function(e){var t=e?this.parseConstArgument:this.parseArgument;return this.optionalMany(we.TokenKind.PAREN_L,t,we.TokenKind.PAREN_R)},t.parseArgument=function(){var e=this._lexer.token,t=this.parseName();return this.expectToken(we.TokenKind.COLON),{kind:ge.Kind.ARGUMENT,name:t,value:this.parseValueLiteral(!1),loc:this.loc(e)}},t.parseConstArgument=function(){var e=this._lexer.token;return{kind:ge.Kind.ARGUMENT,name:this.parseName(),value:(this.expectToken(we.TokenKind.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},t.parseFragment=function(){var e=this._lexer.token;this.expectToken(we.TokenKind.SPREAD);var t=this.expectOptionalKeyword("on");return!t&&this.peek(we.TokenKind.NAME)?{kind:ge.Kind.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:ge.Kind.INLINE_FRAGMENT,typeCondition:t?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},t.parseFragmentDefinition=function(){var e,t=this._lexer.token;return this.expectKeyword("fragment"),!0===(null===(e=this._options)||void 0===e?void 0:e.experimentalFragmentVariables)?{kind:ge.Kind.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}:{kind:ge.Kind.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}},t.parseFragmentName=function(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()},t.parseValueLiteral=function(e){var t=this._lexer.token;switch(t.kind){case we.TokenKind.BRACKET_L:return this.parseList(e);case we.TokenKind.BRACE_L:return this.parseObject(e);case we.TokenKind.INT:return this._lexer.advance(),{kind:ge.Kind.INT,value:t.value,loc:this.loc(t)};case we.TokenKind.FLOAT:return this._lexer.advance(),{kind:ge.Kind.FLOAT,value:t.value,loc:this.loc(t)};case we.TokenKind.STRING:case we.TokenKind.BLOCK_STRING:return this.parseStringLiteral();case we.TokenKind.NAME:switch(this._lexer.advance(),t.value){case"true":return{kind:ge.Kind.BOOLEAN,value:!0,loc:this.loc(t)};case"false":return{kind:ge.Kind.BOOLEAN,value:!1,loc:this.loc(t)};case"null":return{kind:ge.Kind.NULL,loc:this.loc(t)};default:return{kind:ge.Kind.ENUM,value:t.value,loc:this.loc(t)}}case we.TokenKind.DOLLAR:if(!e)return this.parseVariable()}throw this.unexpected()},t.parseStringLiteral=function(){var e=this._lexer.token;return this._lexer.advance(),{kind:ge.Kind.STRING,value:e.value,block:e.kind===we.TokenKind.BLOCK_STRING,loc:this.loc(e)}},t.parseList=function(e){var t=this,n=this._lexer.token;return{kind:ge.Kind.LIST,values:this.any(we.TokenKind.BRACKET_L,(function(){return t.parseValueLiteral(e)}),we.TokenKind.BRACKET_R),loc:this.loc(n)}},t.parseObject=function(e){var t=this,n=this._lexer.token;return{kind:ge.Kind.OBJECT,fields:this.any(we.TokenKind.BRACE_L,(function(){return t.parseObjectField(e)}),we.TokenKind.BRACE_R),loc:this.loc(n)}},t.parseObjectField=function(e){var t=this._lexer.token,n=this.parseName();return this.expectToken(we.TokenKind.COLON),{kind:ge.Kind.OBJECT_FIELD,name:n,value:this.parseValueLiteral(e),loc:this.loc(t)}},t.parseDirectives=function(e){for(var t=[];this.peek(we.TokenKind.AT);)t.push(this.parseDirective(e));return t},t.parseDirective=function(e){var t=this._lexer.token;return this.expectToken(we.TokenKind.AT),{kind:ge.Kind.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(t)}},t.parseTypeReference=function(){var e,t=this._lexer.token;return this.expectOptionalToken(we.TokenKind.BRACKET_L)?(e=this.parseTypeReference(),this.expectToken(we.TokenKind.BRACKET_R),e={kind:ge.Kind.LIST_TYPE,type:e,loc:this.loc(t)}):e=this.parseNamedType(),this.expectOptionalToken(we.TokenKind.BANG)?{kind:ge.Kind.NON_NULL_TYPE,type:e,loc:this.loc(t)}:e},t.parseNamedType=function(){var e=this._lexer.token;return{kind:ge.Kind.NAMED_TYPE,name:this.parseName(),loc:this.loc(e)}},t.parseTypeSystemDefinition=function(){var e=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(e.kind===we.TokenKind.NAME)switch(e.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}throw this.unexpected(e)},t.peekDescription=function(){return this.peek(we.TokenKind.STRING)||this.peek(we.TokenKind.BLOCK_STRING)},t.parseDescription=function(){if(this.peekDescription())return this.parseStringLiteral()},t.parseSchemaDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("schema");var n=this.parseDirectives(!0),i=this.many(we.TokenKind.BRACE_L,this.parseOperationTypeDefinition,we.TokenKind.BRACE_R);return{kind:ge.Kind.SCHEMA_DEFINITION,description:t,directives:n,operationTypes:i,loc:this.loc(e)}},t.parseOperationTypeDefinition=function(){var e=this._lexer.token,t=this.parseOperationType();this.expectToken(we.TokenKind.COLON);var n=this.parseNamedType();return{kind:ge.Kind.OPERATION_TYPE_DEFINITION,operation:t,type:n,loc:this.loc(e)}},t.parseScalarTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("scalar");var n=this.parseName(),i=this.parseDirectives(!0);return{kind:ge.Kind.SCALAR_TYPE_DEFINITION,description:t,name:n,directives:i,loc:this.loc(e)}},t.parseObjectTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("type");var n=this.parseName(),i=this.parseImplementsInterfaces(),r=this.parseDirectives(!0),o=this.parseFieldsDefinition();return{kind:ge.Kind.OBJECT_TYPE_DEFINITION,description:t,name:n,interfaces:i,directives:r,fields:o,loc:this.loc(e)}},t.parseImplementsInterfaces=function(){var e;if(!this.expectOptionalKeyword("implements"))return[];if(!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLImplementsInterfaces)){var t=[];this.expectOptionalToken(we.TokenKind.AMP);do{t.push(this.parseNamedType())}while(this.expectOptionalToken(we.TokenKind.AMP)||this.peek(we.TokenKind.NAME));return t}return this.delimitedMany(we.TokenKind.AMP,this.parseNamedType)},t.parseFieldsDefinition=function(){var e;return!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLEmptyFields)&&this.peek(we.TokenKind.BRACE_L)&&this._lexer.lookahead().kind===we.TokenKind.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(we.TokenKind.BRACE_L,this.parseFieldDefinition,we.TokenKind.BRACE_R)},t.parseFieldDefinition=function(){var e=this._lexer.token,t=this.parseDescription(),n=this.parseName(),i=this.parseArgumentDefs();this.expectToken(we.TokenKind.COLON);var r=this.parseTypeReference(),o=this.parseDirectives(!0);return{kind:ge.Kind.FIELD_DEFINITION,description:t,name:n,arguments:i,type:r,directives:o,loc:this.loc(e)}},t.parseArgumentDefs=function(){return this.optionalMany(we.TokenKind.PAREN_L,this.parseInputValueDef,we.TokenKind.PAREN_R)},t.parseInputValueDef=function(){var e=this._lexer.token,t=this.parseDescription(),n=this.parseName();this.expectToken(we.TokenKind.COLON);var i,r=this.parseTypeReference();this.expectOptionalToken(we.TokenKind.EQUALS)&&(i=this.parseValueLiteral(!0));var o=this.parseDirectives(!0);return{kind:ge.Kind.INPUT_VALUE_DEFINITION,description:t,name:n,type:r,defaultValue:i,directives:o,loc:this.loc(e)}},t.parseInterfaceTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("interface");var n=this.parseName(),i=this.parseImplementsInterfaces(),r=this.parseDirectives(!0),o=this.parseFieldsDefinition();return{kind:ge.Kind.INTERFACE_TYPE_DEFINITION,description:t,name:n,interfaces:i,directives:r,fields:o,loc:this.loc(e)}},t.parseUnionTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("union");var n=this.parseName(),i=this.parseDirectives(!0),r=this.parseUnionMemberTypes();return{kind:ge.Kind.UNION_TYPE_DEFINITION,description:t,name:n,directives:i,types:r,loc:this.loc(e)}},t.parseUnionMemberTypes=function(){return this.expectOptionalToken(we.TokenKind.EQUALS)?this.delimitedMany(we.TokenKind.PIPE,this.parseNamedType):[]},t.parseEnumTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("enum");var n=this.parseName(),i=this.parseDirectives(!0),r=this.parseEnumValuesDefinition();return{kind:ge.Kind.ENUM_TYPE_DEFINITION,description:t,name:n,directives:i,values:r,loc:this.loc(e)}},t.parseEnumValuesDefinition=function(){return this.optionalMany(we.TokenKind.BRACE_L,this.parseEnumValueDefinition,we.TokenKind.BRACE_R)},t.parseEnumValueDefinition=function(){var e=this._lexer.token,t=this.parseDescription(),n=this.parseName(),i=this.parseDirectives(!0);return{kind:ge.Kind.ENUM_VALUE_DEFINITION,description:t,name:n,directives:i,loc:this.loc(e)}},t.parseInputObjectTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("input");var n=this.parseName(),i=this.parseDirectives(!0),r=this.parseInputFieldsDefinition();return{kind:ge.Kind.INPUT_OBJECT_TYPE_DEFINITION,description:t,name:n,directives:i,fields:r,loc:this.loc(e)}},t.parseInputFieldsDefinition=function(){return this.optionalMany(we.TokenKind.BRACE_L,this.parseInputValueDef,we.TokenKind.BRACE_R)},t.parseTypeSystemExtension=function(){var e=this._lexer.lookahead();if(e.kind===we.TokenKind.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)},t.parseSchemaExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");var t=this.parseDirectives(!0),n=this.optionalMany(we.TokenKind.BRACE_L,this.parseOperationTypeDefinition,we.TokenKind.BRACE_R);if(0===t.length&&0===n.length)throw this.unexpected();return{kind:ge.Kind.SCHEMA_EXTENSION,directives:t,operationTypes:n,loc:this.loc(e)}},t.parseScalarTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");var t=this.parseName(),n=this.parseDirectives(!0);if(0===n.length)throw this.unexpected();return{kind:ge.Kind.SCALAR_TYPE_EXTENSION,name:t,directives:n,loc:this.loc(e)}},t.parseObjectTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");var t=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseDirectives(!0),r=this.parseFieldsDefinition();if(0===n.length&&0===i.length&&0===r.length)throw this.unexpected();return{kind:ge.Kind.OBJECT_TYPE_EXTENSION,name:t,interfaces:n,directives:i,fields:r,loc:this.loc(e)}},t.parseInterfaceTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");var t=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseDirectives(!0),r=this.parseFieldsDefinition();if(0===n.length&&0===i.length&&0===r.length)throw this.unexpected();return{kind:ge.Kind.INTERFACE_TYPE_EXTENSION,name:t,interfaces:n,directives:i,fields:r,loc:this.loc(e)}},t.parseUnionTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");var t=this.parseName(),n=this.parseDirectives(!0),i=this.parseUnionMemberTypes();if(0===n.length&&0===i.length)throw this.unexpected();return{kind:ge.Kind.UNION_TYPE_EXTENSION,name:t,directives:n,types:i,loc:this.loc(e)}},t.parseEnumTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");var t=this.parseName(),n=this.parseDirectives(!0),i=this.parseEnumValuesDefinition();if(0===n.length&&0===i.length)throw this.unexpected();return{kind:ge.Kind.ENUM_TYPE_EXTENSION,name:t,directives:n,values:i,loc:this.loc(e)}},t.parseInputObjectTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");var t=this.parseName(),n=this.parseDirectives(!0),i=this.parseInputFieldsDefinition();if(0===n.length&&0===i.length)throw this.unexpected();return{kind:ge.Kind.INPUT_OBJECT_TYPE_EXTENSION,name:t,directives:n,fields:i,loc:this.loc(e)}},t.parseDirectiveDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("directive"),this.expectToken(we.TokenKind.AT);var n=this.parseName(),i=this.parseArgumentDefs(),r=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var o=this.parseDirectiveLocations();return{kind:ge.Kind.DIRECTIVE_DEFINITION,description:t,name:n,arguments:i,repeatable:r,locations:o,loc:this.loc(e)}},t.parseDirectiveLocations=function(){return this.delimitedMany(we.TokenKind.PIPE,this.parseDirectiveLocation)},t.parseDirectiveLocation=function(){var e=this._lexer.token,t=this.parseName();if(void 0!==Pe.DirectiveLocation[t.value])return t;throw this.unexpected(e)},t.loc=function(e){var t;if(!0!==(null===(t=this._options)||void 0===t?void 0:t.noLocation))return new Ce.Location(e,this._lexer.lastToken,this._lexer.source)},t.peek=function(e){return this._lexer.token.kind===e},t.expectToken=function(e){var t=this._lexer.token;if(t.kind===e)return this._lexer.advance(),t;throw(0,Re.syntaxError)(this._lexer.source,t.start,"Expected ".concat(Ue(e),", found ").concat(je(t),"."))},t.expectOptionalToken=function(e){var t=this._lexer.token;if(t.kind===e)return this._lexer.advance(),t},t.expectKeyword=function(e){var t=this._lexer.token;if(t.kind!==we.TokenKind.NAME||t.value!==e)throw(0,Re.syntaxError)(this._lexer.source,t.start,'Expected "'.concat(e,'", found ').concat(je(t),"."));this._lexer.advance()},t.expectOptionalKeyword=function(e){var t=this._lexer.token;return t.kind===we.TokenKind.NAME&&t.value===e&&(this._lexer.advance(),!0)},t.unexpected=function(e){var t=null!=e?e:this._lexer.token;return(0,Re.syntaxError)(this._lexer.source,t.start,"Unexpected ".concat(je(t),"."))},t.any=function(e,t,n){this.expectToken(e);for(var i=[];!this.expectOptionalToken(n);)i.push(t.call(this));return i},t.optionalMany=function(e,t,n){if(this.expectOptionalToken(e)){var i=[];do{i.push(t.call(this))}while(!this.expectOptionalToken(n));return i}return[]},t.many=function(e,t,n){this.expectToken(e);var i=[];do{i.push(t.call(this))}while(!this.expectOptionalToken(n));return i},t.delimitedMany=function(e,t){this.expectOptionalToken(e);var n=[];do{n.push(t.call(this))}while(this.expectOptionalToken(e));return n},e}();function je(e){var t=e.value;return Ue(e.kind)+(null!=t?' "'.concat(t,'"'):"")}function Ue(e){return(0,Me.isPunctuatorTokenKind)(e)?'"'.concat(e,'"'):e}g.Parser=Be;const Ve=e,Ge=t,{hasPragma:Ye}=n,{locStart:Je,locEnd:Qe}=i;function Xe(e){if(e&&"object"==typeof e){delete e.startToken,delete e.endToken,delete e.prev,delete e.next;for(const t in e)Xe(e[t])}return e}const qe={allowLegacySDLImplementsInterfaces:!1,experimentalFragmentVariables:!0};var He={parsers:{graphql:{parse:function(e){const{parse:t}=g,{result:n,error:i}=Ge((()=>t(e,Object.assign({},qe))),(()=>t(e,Object.assign(Object.assign({},qe),{},{allowLegacySDLImplementsInterfaces:!0}))));if(!n)throw function(e){const{GraphQLError:t}=r;if(e instanceof t){const{message:t,locations:[n]}=e;return Ve(t,{start:n})}return e}(i);return n.comments=function(e){const t=[],{startToken:n}=e.loc;let{next:i}=n;for(;""!==i.kind;)"Comment"===i.kind&&(Object.assign(i,{column:i.column-1}),t.push(i)),i=i.next;return t}(n),Xe(n),n},astFormat:"graphql",hasPragma:Ye,locStart:Je,locEnd:Qe}}};return He}));