Skip to content

Commit cbf9ed4

Browse files
committed
Merge branch 'dev' into canary
2 parents 7053fbf + a25ac02 commit cbf9ed4

File tree

5 files changed

+80
-43
lines changed

5 files changed

+80
-43
lines changed

lib/query/woqlBuilder.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* module WOQLQuery
44
*/
55
const WOQLQuery = require('./woqlSchema')
6+
//const WOQLQuery = require('./woqlCore')
7+
//const WOQLSchema = require('./woqlSchema')
68
const WOQLLibrary = require('./woqlLibrary')
79

810
/*class WOQLQuery extends WOQLQueryImp {

lib/query/woqlLibrary.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ts-check
22
const WOQLQuery = require('./woqlCore')
3+
//const WOQLJSON = require('./woqlQuery')
34
const WOQL = require('../woql')
45

56
const ww = new WOQLQuery()

0 commit comments

Comments
 (0)