Package Exports
- commonform-annotations
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (commonform-annotations) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
commonform-annotations
Peer dependency for packages that manipulate Common Form annotations
{
"peerDependencies": {
"commonform-annotations": "1.x"
}
}All packages that peer-depend on this package expect as arguments (or return as outputs) Common Form annotation objects of a similar shape.
For this Common Form ...
{
"content":[
{"reference":"Indemnity"}
]
}... an annotation might be ...
{
"message": "The heading \"Indemnity\" is referenced, but not used.",
"path": ["content", 0],
"source": "commonform-lint",
"url": null
}