⚠️ Fix browser quirk occurring in Safari 10–13 causing sticky regular expressions in the parser to match when they shouldn't / match too eagerly
Submitted by @kitten (See #15)
Release stable v1.0.0 Release
Submitted by @kitten (See ca082c8)
Minor Changes
Alias all GraphQL AST types to the 'graphql' package’s TypeScript AST types, if it’s installed. This will ensure that all AST types are always compatible.
Submitted by undefined (See https://github.com/0no-co/graphql.web/pull/10)