0.3.1 • Published 10 years ago

gulp-sofa-define-annotation v0.3.1

Weekly downloads
1
License
GPL
Repository
github
Last release
10 years ago

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