• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

graphql / graphql-js / 1127
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: directives
DEFAULT BRANCH: master
Ran 15 Aug 2016 10:10PM UTC
Jobs 1
Files 138
Run time 17s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1127

push

travis-ci

leebyron
Refactors tokenizer to emit a Token double-linked-list

This refactors the tokenizer, simplifying both tokenizer and parser code slightly (fewer utility functions) and returns tokens as part of the AST's `loc` information. Tokens also have gained a few new properties: `line`/`column` for the 1-indexed position the token begins and `prev`/`next` to navigate the dll of Tokens. Finally, this introduces three new Token types: `<SOF>` for the empty token at beginning of the file stream, `,` for ignored comma tokens, and `Comment` for ignored comment tokens. These tokens are *included* in the Token list allowing for easier navigation of the parsed document in GraphQL tools and as a basis for parsing comment descriptions in the schema language.

370 of 370 new or added lines in 4 files covered. (100.0%)

7320 of 7447 relevant lines covered (98.29%)

1385.35 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
src/language/parser.js
Jobs
ID Job ID Ran Files Coverage
1 1127.1 15 Aug 2016 10:10PM UTC 0
98.29
Travis Job 1127.1
Source Files on build 1127
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1127
  • 7c900090 on github
  • Next Build on tokensss (#1128)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc