getdns-node
getdns-node copied to clipboard
Automatically detect node.js version support issues
Had two issues where a few "too modern" pieces of javascript code got pushed to getdns-node. Apart from setting up full a transpilation system, a simpler build/commit time test would be good.
- For browsers there is browserslist. There's talk about supporting node.js, but not sure it's functional yet.
- eslint might have suitable rules.