mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
docs: re-apply many recent changes that somehow aren't present (#24719)
lots of recent changes aren't present, so this reapplies them
This commit is contained in:
@@ -215,7 +215,7 @@ export interface BundlerTestInput {
|
||||
unsupportedJSFeatures?: string[];
|
||||
/** if set to true or false, create or edit tsconfig.json to set compilerOptions.useDefineForClassFields */
|
||||
useDefineForClassFields?: boolean;
|
||||
sourceMap?: "inline" | "external" | "linked" | "none" | "linked";
|
||||
sourceMap?: "inline" | "external" | "linked" | "none";
|
||||
plugins?: BunPlugin[] | ((builder: PluginBuilder) => void | Promise<void>);
|
||||
install?: string[];
|
||||
production?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user