mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
Properly integrated import.meta.glob support into new parser structure: - Added handleImportMetaGlobCall to P.zig - Added import_meta_glob case handling in visitExpr.zig - Added glob detection for import.meta.glob in maybe.zig - Updated SideEffects.zig to handle import_meta_glob