pivotql-compiler-mapboxgl
Advanced tools
Comparing version 0.0.2 to 0.0.3
"use strict"; | ||
const compiler = require("./index.js"); | ||
import compiler from "./index.js"; | ||
@@ -5,0 +5,0 @@ describe("Basic types", () => { |
{ | ||
"name": "pivotql-compiler-mapboxgl", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Compile PivotQL ASTs to mapbox filter queries.", | ||
@@ -12,3 +12,4 @@ "main": "./index.js", | ||
"scripts": { | ||
"test": "jest" | ||
"test": "jest", | ||
"build": "echo \"nothing to do\"" | ||
}, | ||
@@ -35,6 +36,9 @@ "repository": { | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.2.2" | ||
"jest": "^27.2.2", | ||
"jest-esm-transformer": "^1.0.0" | ||
}, | ||
"dependencies": {}, | ||
"jest": { | ||
"transform": { | ||
".js": "jest-esm-transformer" | ||
}, | ||
"testMatch": [ | ||
@@ -41,0 +45,0 @@ "**/tests/**/*.[jt]s?(x)", |
3203
5