This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
forked from proverma/arrow
-
Notifications
You must be signed in to change notification settings - Fork 59
Allow comments in descriptor files #224
Comments
https://www.npmjs.org/package/json5 How about json5 ? |
@pranavparikh Temp solution for sure, would this work for scenarios? Sorry, forgot to add scenario was the original usecase. Scenario chains can get really long, and having new devs key off of what the url and its params communicate in terms of context is tricky. YES. Json5!!! |
Why not turn descriptor files into node modules and just have an export object? That way you could just have javascript comments and it wouldn't increase the number of dependencies? |
+1, and others here at Yahoo have been thinking the same way. |
+1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For a new module owner, it is often hard to decipher the purpose of each scenario when reading through a long scenario chain within a descriptor file. This could probably be baked into the insertion point of a JsonLint solution proposed here:
#222
The text was updated successfully, but these errors were encountered: