jvalue / jayvee

Jayvee is a domain-specific language and runtime for automated processing of data pipelines
https://jvalue.github.io/jayvee/
116 stars 10 forks source link

Import Specific Element #574

Closed georg-schwarz closed 1 month ago

georg-schwarz commented 1 month ago

Introduces use { Element } from 'path'; syntax with according validations and LSP logic (like completion and jump-to-definition).

Also addresses https://github.com/jvalue/jayvee/pull/573#discussion_r1616999589 by moving exports extraction into a reusable utility function.