Skip to content

Commit

Permalink
transpile checkRequiredDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Oct 4, 2018
1 parent 2d11a52 commit 30f6ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transpile.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const commonRegexes = [
[ /\.throwExceptionOnError\s/g, '.throw_exception_on_error'],
[ /\.handleErrors\s/g, '.handle_errors'],
[ /\.checkRequiredCredentials\s/g, '.check_required_credentials'],
[ /\.checkRequiredDependencies\s/g, '.check_required_dependencies'],
[ /\.checkAddress\s/g, '.check_address'],
[ /\.convertTradingViewToOHLCV\s/g, '.convert_trading_view_to_ohlcv'],
[ /\.convertOHLCVToTradingView\s/g, '.convert_ohlcv_to_trading_view'],
Expand Down

0 comments on commit 30f6ded

Please sign in to comment.