aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.footer.node.js
blob: 7d2b3a649b87cea0179963ff13cb1cbbed392a36 (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
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 $$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);
      },
    }
  );
/> 2023-12-05[ci] release (#9319)@astrojs/vue@4.0.1@astrojs/upgrade@0.2.1Gravatar Houston (Bot) 9-16/+18 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2023-12-05[ci] formatGravatar Amumu 1-3/+7 2023-12-05Improve Vue `appEntrypoint` handling (#8794)Gravatar Amumu 18-13/+257 Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Florian LEFEBVRE <contact@florian-lefebvre.dev> Co-authored-by: Nate Moore <nate@astro.build> 2023-12-05[ci] formatGravatar Nate Moore 1-17/+27 2023-12-05Improves `@astrojs/upgrade` dependency handling (#9317)Gravatar Nate Moore 4-8/+94 2023-12-05[ci] formatGravatar Reuben Tier 1-2/+2 2023-12-05Move i18n config above legacy (#9318)Gravatar Reuben Tier 1-11/+12 2023-12-05fix: docs placement and wording (#9316)Gravatar Emanuele Stoppa 1-24/+18 * fix: docs placement and wording * more changes * Update packages/astro/src/@types/astro.ts Co-authored-by: Matthew Phillips <matthew@skypack.dev> * apply Sarah's suggestion * Remove tag --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: = <otterlord.dev@gmail.com> 2023-12-05[ci] release (#9314)astro@4.0.1@astrojs/tailwind@5.0.3Gravatar Houston (Bot) 33-70/+72 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2023-12-05fix: logging build trace of pages (#9315)Gravatar Emanuele Stoppa 2-12/+14