pofider / node-simple-odata-server

Simple OData server for node.js
MIT License
97 stars 60 forks source link

If ComplexType is empty to do not include. #40

Closed rwilson504 closed 4 years ago

rwilson504 commented 4 years ago

Do not include and empty ComplexType node ( if there are no complex types. Including the empty node can cause issues during parsing.

rwilson504 commented 4 years ago

Would you be able to tell me why this is failing in Node 4 ci build? I'm looking at the results but I can't seem to find exactly where the issue is, thanks.

pofider commented 4 years ago

Some kind of nested dependency of standard lint likely requires a newer node... I change the CI to just run with 8...

pofider commented 4 years ago

Thank you