Parser fixes; Lib updates

This commit is contained in:
dcodeIO
2018-01-29 22:36:07 +01:00
parent 74498852f0
commit 1995bf9eb4
18 changed files with 282 additions and 103 deletions

View File

@ -13,5 +13,5 @@ var myModule = ...;
var helpers = utils(myModule);
var str = helpers.getString(myModule.exportReturningAString());
var str = helpers.string(myModule.exportReturningAString());
```