Skip to content

Commit df9e887

Browse files
committed
Assume 100% ok files still ok
1 parent e5bc884 commit df9e887

File tree

1,553 files changed

+114577
-283645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,553 files changed

+114577
-283645
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "sqllogictest of AlaSQL",
55
"main": "sqllogic/run_raw.js",
66
"scripts": {
7-
"test": "cd sqllogic && node --expose-gc run_md.js > ../results.md"
7+
"test": "node --expose-gc run.js > results/output.md"
88
},
99
"repository": {
1010
"type": "git",
@@ -21,7 +21,13 @@
2121
"url": "https://github.com/mathiasrw/alasql-logictest/issues"
2222
},
2323
"homepage": "https://github.com/mathiasrw/alasql-logictest",
24-
"devDependencies": {
25-
"numeral": "^1.5.3"
24+
"dependencies": {
25+
"MD5": "^1.3.0",
26+
"alasql": "^0.2.1",
27+
"comparray": "^1.1.2",
28+
"numeral": "^1.5.3",
29+
"pegjs": "^0.9.0",
30+
"sql.js": "^0.2.21",
31+
"yargs": "^3.31.0"
2632
}
2733
}
File renamed without changes.

results.md

Lines changed: 0 additions & 178 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)