diff options
Diffstat (limited to 'ext/node/polyfills/_process/stdio.mjs')
-rw-r--r-- | ext/node/polyfills/_process/stdio.mjs | 7 |
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 = {}; |