Browse Source

let transpile.ts show what the query is

yakomaxa 2 năm trước cách đây
mục cha
commit
15fd2cd5a0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/mol-script/transpile.ts

+ 1 - 0
src/mol-script/transpile.ts

@@ -16,6 +16,7 @@ export function parse(lang: string, str: string) {
         const query = transpiler[lang](str);
 
         console.log(str);
+	console.log(query);
         //	console.log(util.inspect(query, {depth: 20, color: true}))
         console.log('\n');