wdl-analysis 0.24.0

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
## This is a test of aliasing a struct that does not exist in an import.

#@ except: UnusedImport

version 1.1

import "foo.wdl" alias Foo as Bar alias Bar as Baz alias Qux as Qux2

struct Qux {
    Int x
}