Factored out materialized query providers

This commit is contained in:
Zef Hemel
2022-04-19 16:54:47 +02:00
parent 31254d15e6
commit c7176b00fa
31 changed files with 437 additions and 187 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ async function compile(
filePath: string,
functionName: string,
debug: boolean,
meta = true
meta = false
) {
let outFile = "_out.tmp";
let inFile = filePath;