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

Enable passing multiple files into `parseMotokoTyped()` #23

Closed rvanasa closed 2 years ago

rvanasa commented 2 years ago

Makes it possible to optimize parseMotokoTyped() for situations such as parsing and validating an entire Motoko project.