mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 10:44:28 +11:00
tweak
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
const parseQueryTree = (tokens, typeGraph, options) => {
|
||||
let current = 1; //primed
|
||||
|
||||
//TODO: check for top-level keywords
|
||||
|
||||
//get a token that matches a type
|
||||
if (!typeGraph[tokens[current - 1]]) {
|
||||
throw `Expected a type in the type graph (found ${tokens[current - 1]})`;
|
||||
|
||||
Reference in New Issue
Block a user