File tree Expand file tree Collapse file tree 3 files changed +576
-14
lines changed
packages/cubejs-schema-compiler Expand file tree Collapse file tree 3 files changed +576
-14
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const R = require('ramda');
22const UserError = require ( './UserError' ) ;
33const DynamicReference = require ( './DynamicReference' ) ;
44
5- const FunctionRegex = / f u n c t i o n \s + \w + \( ( [ A - Z a - z 0 - 9 _ , ] * ) | \( ( [ \s \S ] * ?) \) \s + | \( ? ( \w + ) \) ? \s + = > \s / ;
5+ const FunctionRegex = / f u n c t i o n \s + \w + \( ( [ A - Z a - z 0 - 9 _ , ] * ) | \( ( [ \s \S ] * ?) \) \s * = > | \( ? ( \w + ) \) ? \s * = > / ;
66const CONTEXT_SYMBOLS = {
77 USER_CONTEXT : 'userContext' ,
88 FILTER_PARAMS : 'filterParams' ,
Original file line number Diff line number Diff line change 1212 "node" : " >=8.11.1"
1313 },
1414 "scripts" : {
15- "test" : " istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && codecov " ,
15+ "test" : " nyc --reporter=lcov mocha " ,
1616 "lint" : " eslint adapter/*.js compiler/*.js extensions/*.js scaffolding/*.js parser/SqlParser.js"
1717 },
1818 "dependencies" : {
4242 "mocha" : " ^3.4.2" ,
4343 "mssql" : " ^6.1.0" ,
4444 "mysql" : " ^2.17.1" ,
45+ "nyc" : " ^15.0.0" ,
4546 "pg-promise" : " ^7.3.2" ,
4647 "request" : " ^2.88.0" ,
4748 "request-promise" : " ^4.2.4" ,
You can’t perform that action at this time.
0 commit comments