From a5b3056c76268e4bf219f68a15827be5b564313b Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 9 May 2023 21:41:05 -0700 Subject: Fix extra semicolon --- src/bun.js/scripts/generate-classes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bun.js/scripts/generate-classes.ts') diff --git a/src/bun.js/scripts/generate-classes.ts b/src/bun.js/scripts/generate-classes.ts index 8afde35c7..038f51117 100644 --- a/src/bun.js/scripts/generate-classes.ts +++ b/src/bun.js/scripts/generate-classes.ts @@ -986,7 +986,7 @@ void ${name}::visitAdditionalChildren(Visitor& visitor) ASSERT_GC_OBJECT_INHERITS(thisObject, info()); ${values} ${DEFINE_VISIT_CHILDREN_LIST} - ${hasPendingActivity ? "visitor.addOpaqueRoot(this->wrapped())" : ""}; + ${hasPendingActivity ? "visitor.addOpaqueRoot(this->wrapped());" : ""} } DEFINE_VISIT_ADDITIONAL_CHILDREN(${name}); -- cgit v1.2.3 option value='ansg191/system-store'>ansg191/system-store Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/object-entries.mjs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-12prettier + stop serverGravatar Jarred Sumner 1-119/+101
2023-02-12Return server on listen (#2057)Gravatar MichaƂ Warda 2-1/+10
2023-02-12Set `require("module").globalPaths` to empty arrayGravatar Jarred Sumner 2-0/+8
2023-02-11fix string corruption in FS entry cache (#2055)Gravatar Alex Lam S.L 6-52/+72
2023-02-11fix segfault during non-install script execution (#2045)Gravatar Alex Lam S.L 8-219/+107
2023-02-11[WIP] feat(napi): add `napi-fatal-exception` (#2054)Gravatar Derrick Farris 3-0/+17
2023-02-11Fixes https://github.com/oven-sh/bun/issues/2052Gravatar Jarred Sumner 3-44/+19
2023-02-11Backport std::forward changeGravatar Jarred Sumner 50-292/+292
2023-02-10Fix #631: bun add throwing JSON lexer bug (#2041)Gravatar Justin Whear 2-1/+39
2023-02-10Fix PATH setup in macOS setup instructions (#2044)Gravatar Eric Zhang 1-1/+1
2023-02-10update to simdutf 3.2.0Gravatar Jarred Sumner 2-341/+859
2023-02-10fix(string_immutable): fix `toUTF16Alloc` for bindgen w/ `use_simdutf = false...Gravatar Derrick Farris 1-1/+2
2023-02-10Add bun-ecosystem for running tests on npm packagesGravatar Ashcon Partovi 7-0/+201
2023-02-10[install] fix duplicate check on `peerDependencies` (#2039)Gravatar Alex Lam S.L 2-9/+53
2023-02-10drop ASCII double-scan and other minor clean-ups (#2038)Gravatar Alex Lam S.L 1-137/+86
2023-02-10Enable https://github.com/tc39/proposal-set-methodsGravatar Jarred Sumner 1-0/+1
2023-02-09Upgrade WebKitGravatar Jarred Sumner 11-31/+31
2023-02-09fix assertion failure (#2033)Gravatar Alex Lam S.L 2-5/+10
2023-02-09[install] fix flaky tests (#2032)Gravatar Alex Lam S.L 2-37/+37
2023-02-09[simdutf] workaround validation OOB access (#2031)Gravatar Alex Lam S.L 2-15/+18
2023-02-09Workaround https://github.com/simdutf/simdutf/issues/213Gravatar Jarred Sumner 1-3/+4
2023-02-09[streams] fix byte accounting (#2029)Gravatar Alex Lam S.L 2-31/+45
2023-02-09Add a note about builtinsGravatar Jarred Sumner 1-0/+16
2023-02-09[bun:test] Auto-import jest globals in test filesGravatar Jarred Sumner 9-0/+135
2023-02-08move some code aroundGravatar Jarred Sumner 1-64/+91
2023-02-08Update CONTRIBUTING.mdGravatar Jarred Sumner 1-1/+1