queryAst: parseCqlStr()

in client/src/cqlInput/editor/plugin.ts [205:211]


          queryAst: parseCqlStr(queryStr).queryAst,
          error: undefined,
        };
      },
      apply(tr, state, oldState) {
        const maybeError: string | undefined = tr.getMeta(ACTION_SERVER_ERROR);
        if (maybeError) {