nextflow-io / language-server

The Nextflow language server
Apache License 2.0
9 stars 0 forks source link

Validate channel factories #32

Open bentsherman opened 1 month ago

bentsherman commented 1 month ago

Static methods (such as channel factories) can be validated without type checking. The problem is that we can't detect channel factories from plugins yet, so they would be reported as errors.

Saving this branch for when we support plugins.