graphql-language-service
Advanced tools
Comparing version
@@ -27,3 +27,5 @@ "use strict"; | ||
} | ||
catch (_a) { } | ||
catch (_a) { | ||
return; | ||
} | ||
} | ||
@@ -30,0 +32,0 @@ exports.default = getOperationFacts; |
@@ -23,5 +23,7 @@ import { parse, visit } from 'graphql'; | ||
} | ||
catch (_a) { } | ||
catch (_a) { | ||
return; | ||
} | ||
} | ||
export const getQueryFacts = getOperationFacts; | ||
//# sourceMappingURL=getOperationFacts.js.map |
{ | ||
"name": "graphql-language-service", | ||
"version": "5.3.2-canary-f1400c3a.0", | ||
"version": "5.4.0-canary-582d886e.0", | ||
"description": "The official, runtime independent Language Service for GraphQL", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -93,3 +93,5 @@ /** | ||
}; | ||
} catch {} | ||
} catch { | ||
return; | ||
} | ||
} | ||
@@ -96,0 +98,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
825630
0.01%15641
0.04%