Skip to content

sofa/gulp-sofa-define-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, ...)