summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_process/stdio.mjs
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2023-02-26 12:19:00 +0900
committerGitHub <noreply@github.com>2023-02-26 12:19:00 +0900
commit29a62e81dd1812dfe8c5f05d9154ab974b330bb9 (patch)
treec5d8c95a389f48d410bff155e4a19b9d79d13ff0 /ext/node/polyfills/_process/stdio.mjs
parent3187e4e909c734da1f1d35488315e9eb6c76d9cb (diff)
refactor(ext/node): remove _process/stdio.js (#17911)
Diffstat (limited to 'ext/node/polyfills/_process/stdio.mjs')
-rw-r--r--ext/node/polyfills/_process/stdio.mjs7
1 files changed, 0 insertions, 7 deletions
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 = {};