graphql
Version:
A Query Language and Runtime which can target any service.
1 lines • 528 B
Source Map (JSON)
{"version":3,"file":"KindTypeMap.js","sourceRoot":"","sources":["../../src/language/KindTypeMap.ts"],"names":[],"mappings":"","sourcesContent":["/* eslint-disable import/no-namespace */\nimport type * as Kind_ from './kinds_.ts';\n\n// Keep the kind literal map available as a type-only import for `ast.ts`.\n// This avoids depending on the `Kind` runtime namespace in type positions,\n// which Deno's publish type-output validation rejects for this package shape.\n/** @internal */\nexport type KindTypeMap = typeof Kind_;\n"]}