@0no-co/graphqlsp 1.15.3 → 1.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3006,8 +3006,9 @@ function create(e) {
3006
3006
  return u;
3007
3007
  }
3008
3008
  };
3009
- c.getQuickInfoAtPosition = (t, c) => {
3010
- var v = function getGraphQLQuickInfo(e, t, c, l) {
3009
+ c.getQuickInfoAtPosition = (...t) => {
3010
+ var [c, v] = t;
3011
+ var p = function getGraphQLQuickInfo(e, t, c, l) {
3011
3012
  var v = l.config.templateIsCallExpression ?? !0;
3012
3013
  var p = l.languageService.getProgram()?.getTypeChecker();
3013
3014
  var g = r(l, e);
@@ -3060,11 +3061,11 @@ function create(e) {
3060
3061
  text: _
3061
3062
  } ]
3062
3063
  };
3063
- }(t, c, l, e);
3064
- if (v) {
3065
- return v;
3064
+ }(c, v, l, e);
3065
+ if (p) {
3066
+ return p;
3066
3067
  }
3067
- return e.languageService.getQuickInfoAtPosition(t, c);
3068
+ return e.languageService.getQuickInfoAtPosition(...t);
3068
3069
  };
3069
3070
  logger("proxy: " + JSON.stringify(c));
3070
3071
  return c;