mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
GitHub actions
This commit is contained in:
@@ -4,6 +4,10 @@ import type { Field, ClassDefinition } from "./class-definitions";
|
||||
import { writeIfNotChanged } from "./helpers";
|
||||
import { camelCase, pascalCase } from "change-case";
|
||||
|
||||
if (process.env.BUN_SILENT === "1") {
|
||||
console.log = () => {};
|
||||
}
|
||||
|
||||
const files = process.argv.slice(2);
|
||||
const outBase = files.pop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user