Refactored code and added two compile implementations

This commit is contained in:
delvedor
2020-09-03 15:24:47 +02:00
parent 95df8ebc7d
commit ea582dd231
5 changed files with 774 additions and 720 deletions

7
dsl/index.d.ts vendored
View File

@ -17,7 +17,8 @@
* under the License.
*/
import Q from './lib/query-helpers'
import A from './lib/aggregation-helpers'
import Q from './lib/query'
import A from './lib/aggregation'
import F from './lib/fluent'
export { Q, A }
export { Q, A, F }