You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm okay with making that change. Something to be aware of is that value as a variable name is already used very often, so perhaps a different name is needed.
Now includes the generated wrapper class file API, guidance on writing implementation class files, and documentation for the generated utils.js file.
See #52, #53, #54, #55, and #56 for oddities discovered during the course of writing this, which we hope to clean up later. (Many of them having to do with functionality that should not be considered public, and as such is not documented here, but is exposed as if it were public.)
Since I had to do some refactoring to reduce duplication anyway, this also includes general cleanup to the output, such as replacing obj with either value or wrapper, using arrow functions for our exports, and such. Closes#54.
Closes#193.
In particular we accept any value, not just objects. I will document it as
value
for now in #51.The text was updated successfully, but these errors were encountered: