Hi!

I would like to know if it is possible and how to write a plugin for 
supporting class factories. For instance, in our application, we do:

$class('MyClass', {

    foo: function() {

    },

    bar: function() {

    }

});

var myInstance = new MyClass();

Thanks a lot for your help.

Best regards

-- 
You received this message because you are subscribed to the Google Groups 
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to