mirror of
https://github.com/apache/druid.git
synced 2025-02-10 20:14:53 +00:00
* Change sql function doc generation script from Bash to Node.js * Minor code change for better reading * Disable tslint in file * clean up code * Use es6 multiline string * Solved a bug which would generate invalid TS variable if no function sections are found; in this case an empty array should be created * Edit build script