dfinity / node-motoko

Compile and run Motoko smart contracts in Node.js or the browser.
Apache License 2.0
16 stars 4 forks source link

Simplify return value from `file.parseMotokoTyped()` #46

Closed rvanasa closed 1 year ago

rvanasa commented 1 year ago

Adjusts file.parseMotokoTyped() to return a single ParseMotokoTypedResult instead of a singleton array.