This is my attempt at opening up dependency lint to all transpilers.
The default is now simply javascript. I tried it out on Originate/exoservice-js (which is livescript) and it worked.
This currently makes assumptions about transpilers exporting a compile function which takes in specific arguments but looking at coffeescript, livescript, and pogoscript (something I was exposed to on cucumber-js), they all follow the pattern. I'd also rather not make it more complicated unless someone want to use some other transpiler.
@kevgo @alexdavid
This is my attempt at opening up dependency lint to all transpilers. The default is now simply javascript. I tried it out on
Originate/exoservice-js
(which is livescript) and it worked.This currently makes assumptions about transpilers exporting a
compile
function which takes in specific arguments but looking at coffeescript, livescript, and pogoscript (something I was exposed to on cucumber-js), they all follow the pattern. I'd also rather not make it more complicated unless someone want to use some other transpiler.