Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e8e7cc4

Browse files
support stringifying the having keyword
1 parent 508f697 commit e8e7cc4

File tree

3 files changed

+157
-146
lines changed

3 files changed

+157
-146
lines changed

‎package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"main": "./dist/parser/sqlParser.js",
66
"scripts": {
77
"build": "jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js && npm run build-concat",
8-
"build-concat": "cat src/stringify.js src/suffix.js >> ./dist/parser/sqlParser.js",
8+
"build-concat": "minicat src/stringify.js src/suffix.js >> dist/parser/sqlParser.js",
99
"postbuild": "npm run test:build",
1010
"test": "npm run build",
1111
"test:all": "mocha --require babel-register",
12-
"test:build": "mocha --require babel-register 'test/*.test.js'",
12+
"test:build": "mocha --require babel-register test/*.test.js",
1313
"test:benchmark": "mocha --require babel-register test/benchmark.js"
1414
},
1515
"repository": {
@@ -33,6 +33,7 @@
3333
"concat": "^1.0.3",
3434
"debug": "^3.1.0",
3535
"jison": "^0.4.17",
36+
"minicat": "^1.0.0",
3637
"mocha": "^3.2.0"
3738
}
3839
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /