bun-bundle.ts 183 B

12345
  1. // Runtime shim for bun:bundle - all feature flags return false
  2. // (internal/ant-only features won't be available)
  3. export function feature(_name: string): boolean {
  4. return false;
  5. }