influxdata / flux-lsp

Implementation of Language Server Protocol for the flux language
MIT License
27 stars 5 forks source link

chore(ui-6063): add composition tests which demonstrate support for import statements #596

Closed wiedld closed 1 year ago

wiedld commented 1 year ago

As a precursor for work on the ResultOptions, we need to have import statements (outside the composition block) be supported. This PR adds tests which demonstrate (and maintains) that the LSP supports this feature.

See current failure (which will be further debugged in the UI) here: https://github.com/influxdata/ui/issues/6063