Files

8 lines
252 B
JavaScript
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
// @bun
// Used to generate a features.json file after building Bun.
import { crash_handler } from "bun:internal-for-testing";
import { writeFileSync } from "node:fs";
writeFileSync("./features.json", JSON.stringify(crash_handler.getFeatureData()));