I usually put bogus "!" properties in objects for this purpose.
{
"!": "The purpose of this file."
}
Kris Kowal
I usually put bogus "!" properties in objects for this purpose.
{
"!": "The purpose of this file."
}
--
You received this message because you are subscribed to the Google Groups "mozilla-labs-jetpack" group.
To post to this group, send email to mozilla-la...@googlegroups.com.
To unsubscribe from this group, send email to mozilla-labs-jet...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mozilla-labs-jetpack?hl=en.
The unfortunate thing is that since JSON is a standard, and package.json needs to be readable by any of the many implementations of parsers out there,
All the potential ways I can think of getting around this limitation would involve a lot of work and also conflict with CommonJS, so I'm thinking we should probably just deal with this annoyance,