From 29a62e81dd1812dfe8c5f05d9154ab974b330bb9 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 26 Feb 2023 12:19:00 +0900 Subject: refactor(ext/node): remove _process/stdio.js (#17911) --- ext/node/polyfills/_process/stdio.mjs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 ext/node/polyfills/_process/stdio.mjs (limited to 'ext/node/polyfills/_process') diff --git a/ext/node/polyfills/_process/stdio.mjs b/ext/node/polyfills/_process/stdio.mjs deleted file mode 100644 index 4e0173dfa..000000000 --- a/ext/node/polyfills/_process/stdio.mjs +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -// Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license. - -// Lazily initializes the actual stdio objects. -// This trick is necessary for avoiding circular dependencies between -// stream and process modules. -export const stdio = {}; -- cgit v1.2.3