@apollo/utils.printwithreducedwhitespace
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,3 +0,3 @@ | ||
import { DocumentNode } from "graphql"; | ||
import { type DocumentNode } from "graphql"; | ||
export declare function printWithReducedWhitespace(ast: DocumentNode): string; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@apollo/utils.printwithreducedwhitespace", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Print an AST with as little whitespace as possible", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,2 +0,2 @@ | ||
import { visit, print, DocumentNode, StringValueNode } from "graphql"; | ||
import { visit, print, type DocumentNode, type StringValueNode } from "graphql"; | ||
// Like the graphql-js print function, but deleting whitespace wherever | ||
@@ -3,0 +3,0 @@ // feasible. Specifically, all whitespace (outside of string literals) is |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6830