JSPM

commonform-annotations

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q30162F
  • License Apache-2.0

peer dependency for packages that manipulate Common Form annotations

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

NPM version

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
}