diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-02-17 15:58:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 15:58:31 +0100 |
commit | 1a7666a6ca63b3dc6872d8f4631a2799af534159 (patch) | |
tree | 249456600e247edc0bd55ff13eeb66d5516dde4c /ext/node/lib.rs | |
parent | 610b8cc2bf6404d0905cc273b31d85555a6912e9 (diff) |
chore: remove unneeded files from ext/node (#17810)
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index cb273ef9e..43861ef46 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -387,7 +387,6 @@ pub fn init_polyfill() -> Extension { "stream/consumers.mjs", "stream/promises.mjs", "stream/web.ts", - "string_decoder_bench.js", "string_decoder.ts", "sys.ts", "timers.ts", |