mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* Add a zig fmt action * add failing file * Setup prettier better * Update prettier-fmt.yml * Fail on error * Update prettier-fmt.yml * boop * boop2 * tar.gz * Update zig-fmt.yml * Update zig-fmt.yml * Update zig-fmt.yml * Update zig-fmt.yml * Update zig-fmt.yml * boop * Update prettier-fmt.yml * tag * newlines * multiline * fixup * Update zig-fmt.yml * update it * fixup * both * w * Update prettier-fmt.yml * prettier all the things * Update package.json * zig fmt * ❌ ✅ * bump * . * quotes * fix prettier ignore * once more * Update prettier-fmt.yml * Update fallback.ts * consistentcy --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
29 lines
1.4 KiB
JavaScript
29 lines
1.4 KiB
JavaScript
// ---
|
|
// Public exports from runtime
|
|
// Compatible with bun's Runtime Environment and web browsers.
|
|
export var $$m = "$primordials" in globalThis ? $primordials.require : BUN_RUNTIME.$$m;
|
|
export var __HMRModule = BUN_RUNTIME.__HMRModule;
|
|
export var __FastRefreshModule = BUN_RUNTIME.__FastRefreshModule;
|
|
export var __HMRClient = BUN_RUNTIME.__HMRClient;
|
|
export var __markAsModule = BUN_RUNTIME.__markAsModule;
|
|
export var $$lzy = BUN_RUNTIME.$$lzy;
|
|
export var __toModule = BUN_RUNTIME.__toModule;
|
|
export var __commonJS = BUN_RUNTIME.__commonJS;
|
|
export var __require = BUN_RUNTIME.__require;
|
|
export var __name = BUN_RUNTIME.__name;
|
|
export var __export = BUN_RUNTIME.__export;
|
|
export var __reExport = BUN_RUNTIME.__reExport;
|
|
export var __cJS2eSM = BUN_RUNTIME.__cJS2eSM;
|
|
export var regeneratorRuntime = BUN_RUNTIME.regeneratorRuntime;
|
|
export var __exportValue = BUN_RUNTIME.__exportValue;
|
|
export var __exportDefault = BUN_RUNTIME.__exportDefault;
|
|
export var __merge = BUN_RUNTIME.__merge;
|
|
export var __decorateClass = BUN_RUNTIME.__decorateClass;
|
|
export var __decorateParam = BUN_RUNTIME.__decorateParam;
|
|
export var $$bun_runtime_json_parse = JSON.parse;
|
|
export var __internalIsCommonJSNamespace = BUN_RUNTIME.__internalIsCommonJSNamespace;
|
|
|
|
globalThis.__internalIsCommonJSNamespace ||= __internalIsCommonJSNamespace;
|
|
globalThis.require ||= BUN_RUNTIME.__require;
|
|
globalThis.self ||= globalThis;
|