Vivek Nayyar 66b86e088c
added basic support for module attributes and tests updated (#10962)
Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2020-05-25 01:26:28 +02:00

12 lines
296 B
JSON

{
"plugins": [
[
"moduleAttributes",
{
"version": "jan-2020"
}
]
],
"sourceType": "module",
"throws": "The 'moduleAttributes' plugin requires a 'version' option, representing the last proposal update. Currently, the only supported value is 'may-2020'."
}