jadonk / bonescript

Scripting tools for BeagleBone and PocketBeagle
http://beagleboard.org
MIT License
514 stars 158 forks source link

Replaced use of exports with module.exports #165

Closed vaishnavachath closed 6 years ago

vaishnavachath commented 6 years ago

I have replaced the use of exports with module.exports and verified all the exports ( including from individual files) by comparing with the objects exported before and after the change. Issue #82

jadonk commented 6 years ago

I see now that the indentation was covered in the 'run js-beautify' commit.

vaishnavachath commented 6 years ago

I have made the proposed changes , can you please review it.

vaishnavachath commented 6 years ago

@jadonk I am closing this pull request for now , i will submit a new one shortly with function-definitions separated, so that it will be easier for review and in future removing unused exports will be simpler.