graphql-language-service-parser
Version:
An online parser for GraphQL for use in syntax-highlighters and code intelligence tools
6 lines • 296 B
JavaScript
export { default as CharacterStream } from './CharacterStream';
export { LexRules, ParseRules, isIgnored } from './Rules';
export { butNot, list, opt, p, t } from './RuleHelpers';
export { default as onlineParser } from './onlineParser';
export * from './types';
//# sourceMappingURL=index.js.map