aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/process/print-process-args.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/node/process/print-process-args.js')
-rw-r--r--test/js/node/process/print-process-args.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/js/node/process/print-process-args.js b/test/js/node/process/print-process-args.js
index e9d2295c8..c34c1b231 100644
--- a/test/js/node/process/print-process-args.js
+++ b/test/js/node/process/print-process-args.js
@@ -3,8 +3,8 @@ import assert from "assert";
// ensure process.argv and Bun.argv are the same
assert.deepStrictEqual(process.argv, Bun.argv, "process.argv does not equal Bun.argv");
assert(process.argv === process.argv, "process.argv isn't cached");
-// assert(Bun.argv === Bun.argv, 'Bun.argv isn\'t cached');
-// assert(Bun.argv === process.argv, 'Bun.argv doesnt share same ref as process.argv');
+assert(Bun.argv === Bun.argv, "Bun.argv isn't cached");
+// assert(Bun.argv === process.argv, "Bun.argv doesnt share same ref as process.argv");
var writer = Bun.stdout.writer();
writer.write(JSON.stringify(process.argv));
eam-buffer'>stream-buffer Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/svelte.config.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-11fix(i18n): correctly pull the ssr entry during build (#9380)Gravatar Emanuele Stoppa 3-2/+43
2023-12-11Refactor Vue example to use `<script setup>` (#9379)Gravatar Shinya Fujino 1-19/+10
2023-12-08[docs] Vercel README - update code samples (#9383)Gravatar Sarah Rainsberger 2-4/+9
2023-12-08[ci] formatGravatar Arsh 2-20/+22
2023-12-08fix(vercel): clear artifacts from redirects (#9287)Gravatar Arsh 6-7/+35
2023-12-08Preserve generating routes that end with .mjs (#9374)Gravatar Bjorn Lu 7-39/+76
2023-12-08Prettify generated route names from integrations (#9375)Gravatar Bjorn Lu 2-5/+18
2023-12-08fix: markdown formatting issueGravatar Martin Trapp 1-0/+2
2023-12-08feat(examples): make content collections type explicitGravatar __dil__ 2-0/+2
2023-12-08feat(badges): add github badge (#9231)Gravatar mischahaenen 1-0/+6
2023-12-07chore: update peer dependencies (#9366)Gravatar Arsh 5-4/+12
2023-12-07chore: markdown-remark peerDependencies (#9349)Gravatar Arsh 2-3/+5
2023-12-07Allow Svelte 5 render slots as snippets (#9285)Gravatar Bjorn Lu 3-3/+17
2023-12-07Allow async functions in the Vercel edge middleware integration (#9334)Gravatar Geoffrey Casper 2-1/+6
2023-12-06[ci] release (#9340)astro@4.0.3@astrojs/vercel@6.0.1@astrojs/rss@4.0.1Gravatar Houston (Bot) 39-87/+81
2023-12-06Define the Vercel adapter's peerDependency (#9348)Gravatar Matthew Phillips 2-1/+6
2023-12-06Adds source file properties to HTML elements only if devToolbar is enabled (#...Gravatar Martin Trapp 3-1/+14
2023-12-06[ci] formatGravatar Charles Villard 1-13/+12
2023-12-06[@astrojs/rss] Quality-of-Life Improvement to `items` property-related error ...Gravatar Charles Villard 2-2/+20
2023-12-06fix: add types for `is:inline` on slots (#9342)Gravatar Erika 3-1/+11
2023-12-06Fix issue where 404/500 status codes were logged as "[200]" (#9336)Gravatar Fred K. Schott 3-18/+22
2023-12-06Fix log message for `Disable notifications` (#9339)Gravatar Shinya Fujino 2-1/+6
2023-12-05[ci] release (#9332)astro@4.0.2@astrojs/vue@4.0.2Gravatar Houston (Bot) 34-73/+72
2023-12-06[ci] formatGravatar Ted Klingenberg 2-8/+11
2023-12-05Prevent client-side navigation for method="dialog" (#9327)Gravatar Ted Klingenberg 4-0/+42
2023-12-06[ci] formatGravatar Nate Moore 2-4/+4
2023-12-05Vue: Remove `hasDefaultExport` check from `appEntrypoint` logic (#9333)Gravatar Nate Moore 12-6/+149
2023-12-05Update `vitefu` version (#9331)Gravatar Nate Moore 3-2/+7
2023-12-05[ci] release (#9319)@astrojs/vue@4.0.1@astrojs/upgrade@0.2.1Gravatar Houston (Bot) 9-16/+18
2023-12-05[ci] formatGravatar Amumu 1-3/+7
2023-12-05Improve Vue `appEntrypoint` handling (#8794)Gravatar Amumu 18-13/+257
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
2023-12-05[ci] release (#9314)astro@4.0.1@astrojs/tailwind@5.0.3Gravatar Houston (Bot) 33-70/+72
2023-12-05fix: logging build trace of pages (#9315)Gravatar Emanuele Stoppa 2-12/+14