This repository was archived by the owner on Apr 16, 2019. It is now read-only.
0.1.1
- add
transpilerconfiguration option support to specify which transpiler to use for message format - add
yrbtranspiler
E.g:
new LocatorLang({
transpiler: 'yrb', // this will transpile yrb message format into our internal js format
format: 'yui' // output format for the module wrapper
});