common-workflow-lab / cwl-ts-auto

Autogenerated TypeScript bindings for CWL
Apache License 2.0
6 stars 4 forks source link

Supporting recursive expansion of `typeDSL` #25

Open tom-tan opened 1 year ago

tom-tan commented 1 year ago

Since Schema Salad v1.3 (which will likely be used in CWL v1.3), supporting TypeDSL fields with syntax such as File[][] is required. It would be nice if cwl-ts-auto can support it by updating

See common-workflow-language/schema_salad#711 for how this was done for Python

Related: