From 05bd547238006f089f05ef046470e00c94317da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 12 Sep 2024 00:02:50 +0100 Subject: feat(ext/node): export more symbols from streams and timers/promises (#25582) --- ext/node/polyfills/internal/buffer.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/node/polyfills/internal/buffer.mjs') diff --git a/ext/node/polyfills/internal/buffer.mjs b/ext/node/polyfills/internal/buffer.mjs index 4964b1956..48b102a77 100644 --- a/ext/node/polyfills/internal/buffer.mjs +++ b/ext/node/polyfills/internal/buffer.mjs @@ -65,7 +65,7 @@ const customInspectSymbol = ? Symbol["for"]("nodejs.util.inspect.custom") : null; -const INSPECT_MAX_BYTES = 50; +export const INSPECT_MAX_BYTES = 50; export const constants = { MAX_LENGTH: kMaxLength, -- cgit v1.2.3