Merge branch 'main' into main

This commit is contained in:
Jiguo Li
2026-04-02 13:35:28 +08:00
committed by GitHub
42 changed files with 4170 additions and 16 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env bun
import { feature } from 'bun:bundle'
// Runtime polyfill for bun:bundle (build-time macros)
const feature = (name: string) => name === "BUDDY";
if (typeof globalThis.MACRO === "undefined") {