jiti
jiti copied to clipboard
Support `import.meta.glob`
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?