jiti icon indicating copy to clipboard operation
jiti copied to clipboard

Support `import.meta.glob`

Open pi0 opened this issue 1 year ago • 0 comments

Describe the feature

Vite has Glob Import support. Example:

const modules = import.meta.glob('./dir/*.js')

We might support it for jiti but it will be a non-standard feature. For ts files works and for native imports, might work with fallback system jiti has.

Additional information

  • [ ] Would you be willing to help implement this feature?

pi0 avatar Nov 05 '24 10:11 pi0