whipplescript-parser 0.5.5

Parser and static checks for WhippleScript workflow source
Documentation
{
  "schema": "whipplescript.package_manifest.v0",
  "package_id": "std.tracker",
  "name": "std.tracker",
  "version": "v0",
  "libraries": [
    {
      "id": "std.tracker",
      "version": "v0",
      "constructs": [
        {
          "id": "tracker.tracker",
          "construct_family": "declaration_block",
          "keyword": "tracker",
          "scope": "top_level",
          "grammar": {
            "shape": "declaration_block",
            "keyword": "tracker",
            "clauses": [
              {
                "name": "provider",
                "kind": "identifier",
                "required": false,
                "list": false,
                "unknown_hint": "the only tracker field is `provider`",
                "missing_summary": "add `provider builtin` inside the tracker block"
              }
            ]
          }
        }
      ]
    }
  ]
}