gulp-sofa-define-annotation
v0.3.1
Published
A Simple Gulp Task That Replaces A Simple Annotation With A Legacy sofa.define Wrapper
Downloads
22
Readme
sofa.define Annotation Gulp Plugin
Usage
If writing ES6 code using only a single class, with a constructor, this will automatically try to find the class name and parameters.
// @SofaWrapper
Otherwise, this syntax can be used to create the wrapper
// @SofaWrapper: NAME(param1, param2, ...)