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

Ensure files are loaded in the correct order #141

Closed blakeembrey closed 9 years ago

blakeembrey commented 9 years ago

Closes https://github.com/raml-org/raml-js-parser/issues/102

dmartinezg commented 9 years ago

Can you add one more test case to test nested includes?

If that works out, you should be ok to merge.

blakeembrey commented 9 years ago

@dmartinezg The test cases were updated with nested includes and resolve perfectly. Can you review this again?

xaka commented 9 years ago

LGTM :+1: