Fixes compile errors by moving files

The two files moved in this commit are referenced from the
javascript/lib qlpack, but they are located in the
javascript/src qlpack. This causes compile errors when running
compile-ish commands for javascript queries. Moving the
files fixes it.
This commit is contained in:
Andrew Eisenberg
2021-10-05 11:30:39 -07:00
parent 5b13232a9d
commit 57ef989a89
9 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
*/
import javascript
import UnusedIndexVariable
import LanguageFeatures.UnusedIndexVariable
from RelationalComparison rel, Variable idx, Variable v
where unusedIndexVariable(rel, idx, v)