wdl-analysis 0.22.0

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
error: a struct named `Foo` does not exist in the imported document
  ┌─ tests/analysis/missing-aliased-struct/source.wdl:7:24
  │
7 │ import "foo.wdl" alias Foo as Bar alias Bar as Baz alias Qux as Qux2
  │                        ^^^ this struct does not exist