tacoss / raml2code

14 stars 4 forks source link

fix a validation error for a valid case according to RAML spec #12

Closed bustinjailey closed 9 years ago

bustinjailey commented 9 years ago

I'm using raml2code with a RAML file that contains 'displayName' properties in the method definitions. This causes a validation error due to a bug in raml-js-parser (https://github.com/raml-org/raml-js-parser/issues/108). This bugfix is in later versions of the parser and would probably be of interest to anyone using raml2code.

atomsfat commented 9 years ago

I had published this with version 1.8.4 on npm.

bustinjailey commented 9 years ago

Awesome, thanks!