nextflow-io / language-server

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

Validate channel factories #32

Open bentsherman opened 3 weeks ago

bentsherman commented 3 weeks 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.