Skip to content

oxc-graphql-parser-v0.0.2

Choose a tag to compare

@oxc-guard oxc-guard released this 01 Jul 06:59
Immutable release. Only release title and notes can be modified.
3d7e7a1

Fixed

  • borrow allocator for oxc_allocator 0.138 new_in API

Other

  • scan whitespace runs in a tight loop (#12)
  • avoid token clones in the parser (#13)
  • scan name tokens in a tight loop (#11)
  • inline lexer iterator next (#10)
  • inline lexer token completion (#9)
  • avoid cloning lexer errors (#8)
  • avoid definition selector allocation (#7)
  • use byte cursor in lexer (#5)
  • allocate ast with oxc_allocator (#4)
  • replace cst with direct ast (#3)
  • port shared workflows
  • add workspace lint config
  • move benchmarks to workspace root
  • add codspeed benchmarks and rust 2024
  • remove parser error screenshot