aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.footer.node.js
blob: ef28d3b31425677dc625e1b32988dce21f2440a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
import * as __$module from "node:module";
export var $$m = BUN_RUNTIME.$$m;
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 __decorateClass = BUN_RUNTIME.__decorateClass;
export var __decorateParam = BUN_RUNTIME.__decorateParam;
export var $$bun_runtime_json_parse = JSON.parse;
export var __internalIsCommonJSNamespace = BUN_RUNTIME.__internalIsCommonJSNamespace;
var require = __$module.createRequire(import.meta.url);
var process =
  globalThis.process ||
  new Proxy(
    {},
    {
      get: function (target, prop, receiver) {
        var _process = require("process");
        target = process = _process;
        return Reflect.get(_process, prop, receiver);
      },
      apply: function (target, thisArg, argumentsList) {
        var _process = require("process");
        target = process = _process;
        return Reflect.apply(target, thisArg, argumentsList);
      },
      defineProperty(target, key, descriptor) {
        var _process = require("process");
        target = process = _process;
        return Reflect.defineProperty(_process, key, descriptor);
      },
      construct: function (target, args) {
        var _process = require("process");
        target = process = _process;
        return Reflect.construct(_process, args);
      },
      has: function (target, prop, receiver) {
        var _process = require("process");
        target = process = _process;
        return Reflect.has(_process, prop, receiver);
      },
    },
  );

var Buffer =
  globalThis.Buffer ||
  new Proxy(
    {},
    {
      get: function (target, prop, receiver) {
        var NewBuffer = require("buffer").Buffer;
        target = Buffer = NewBuffer;
        return Reflect.get(NewBuffer, prop, receiver);
      },
      apply: function (target, thisArg, argumentsList) {
        var NewBuffer = require("buffer").Buffer;
        target = Buffer = NewBuffer;
        return Reflect.apply(target, thisArg, argumentsList);
      },
      defineProperty(target, key, descriptor) {
        var NewBuffer = require("buffer").Buffer;
        target = Buffer = NewBuffer;
        return Reflect.defineProperty(NewBuffer, key, descriptor);
      },
      construct: function (target, args) {
        var NewBuffer = require("buffer").Buffer;
        target = Buffer = NewBuffer;
        return Reflect.construct(NewBuffer, args);
      },
      has: function (target, prop, receiver) {
        var NewBuffer = require("buffer").Buffer;
        target = Buffer = NewBuffer;
        return Reflect.has(NewBuffer, prop, receiver);
      },
    },
  );
.gravatar.com/avatar/baa603bdd57a23841094bcde4bbdc646?s=13&d=retro' width='13' height='13' alt='Gravatar' /> Houston (Bot) 34-81/+74 2024-11-06[ci] formatGravatar Bjorn Lu 2-18/+17 2024-11-06Add support for Svelte 5 @render syntax (#12390)Gravatar Bjorn Lu 3-0/+30 2024-11-06fix(deps): update all non-major dependencies (#12366)Gravatar renovate[bot] 29-533/+552 2024-11-06add `checked` to htmlBooleanAttributes (#12311)Gravatar Sujal Gurung 2-1/+6 2024-11-06fix: show file name with invalid frontmatter errors for MDX (#12355)Gravatar Arpan Patel 6-63/+50 2024-11-06[ci] formatGravatar Emanuele Stoppa 2-3/+3 2024-11-06chore: codspeed benchmark (#12347)Gravatar Emanuele Stoppa 19-42/+527 2024-11-06Fix `astro add` generated import identifier (#12363)Gravatar Luiz Ferraz 2-1/+11 2024-11-04Improve tinyexec errors (#12368)Gravatar Bjorn Lu 11-5/+45 2024-11-04[ci] release (#12345)astro@4.16.9Gravatar Houston (Bot) 33-79/+65 2024-11-04fix: honor getViteConfig inlineAstroConfig.logLevel setting (#12358)Gravatar Paul Welsh 2-7/+8 2024-11-04Fix watchfile multiple dev server restart (#12353)Gravatar Hippo 2-1/+8 2024-11-01fix: revert #12227 (#12351)Gravatar Florian Lefebvre 4-8/+11 2024-11-01[ci] formatGravatar Vladislav Mamon 2-5/+7 2024-11-01fix(assets): fix `getImage` options type (#12349)Gravatar Vladislav Mamon 3-3/+13 2024-11-01Fix prefetch sourcemap generation (#12346)Gravatar Bjorn Lu 2-6/+21 2024-10-31fix: Destroy the node http server response stream if there was a caught error...Gravatar Matt Callaway 2-2/+9 2024-10-31[ci] release (#12290)astro@4.16.8@astrojs/mdx@3.1.9Gravatar Houston (Bot) 36-93/+80 2024-10-31Fix cli command typo (#12342)Gravatar liruifengv 2-1/+6 2024-10-31[ci] formatGravatar situ2001 1-1/+1 2024-10-31fix(cli): reset `NODE_ENV` to ensure install command run in dev mode (#12338)Gravatar situ2001 2-1/+12