Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

0.1.1

Choose a tag to compare

@ekashida ekashida released this 01 Nov 23:18
· 28 commits to master since this release
  • add transpiler configuration option support to specify which transpiler to use for message format
  • add yrb transpiler

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
});