raml-org / raml-js-parser

(deprecated) A RAML parser based on PyYAML written in CoffeScript and available for use as NodeJs module or in-browser.
195 stars 53 forks source link

loadFileSync #185

Open protometa opened 7 years ago

protometa commented 7 years ago

Since this is usually done when the app is initializing it would be nice to have a synchronous form of loadFile so that everything else that depends on the express app doesn't have to deal with a promise.