Skip to content

Commit

Permalink
chore: apply automated lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 25, 2024
1 parent b7fecbb commit a65f33b
Showing 1 changed file with 2 additions and 54 deletions.
56 changes: 2 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,60 +132,8 @@ const envConfig = env(nodeless, vercel, {});

<!-- automd:nodeCoverage -->

- [node:assert](https://nodejs.org/api/assert.html) - βœ… polyfilled all exports
- [node:assert/strict](https://nodejs.org/api/assert.html) - βœ… polyfilled all exports
- [node:async_hooks](https://nodejs.org/api/async_hooks.html) - βœ… polyfilled all exports
- [node:buffer](https://nodejs.org/api/buffer.html) - βœ… polyfilled all exports
- [node:child_process](https://nodejs.org/api/child_process.html) - βœ… polyfilled all exports
- [node:cluster](https://nodejs.org/api/cluster.html) - βœ… polyfilled all exports
- [node:console](https://nodejs.org/api/console.html) - βœ… polyfilled all exports
- [node:constants](https://nodejs.org/api/constants.html) - βœ… polyfilled all exports
- [node:crypto](https://nodejs.org/api/crypto.html) - βœ… polyfilled all exports
- [node:dgram](https://nodejs.org/api/dgram.html) - βœ… polyfilled all exports
- [node:diagnostics_channel](https://nodejs.org/api/diagnostics_channel.html) - βœ… polyfilled all exports
- [node:dns](https://nodejs.org/api/dns.html) - βœ… polyfilled all exports
- [node:dns/promises](https://nodejs.org/api/dns.html) - βœ… polyfilled all exports
- [node:domain](https://nodejs.org/api/domain.html) - βœ… polyfilled all exports
- [node:events](https://nodejs.org/api/events.html) - βœ… polyfilled all exports
- [node:fs](https://nodejs.org/api/fs.html) - βœ… polyfilled all exports
- [node:fs/promises](https://nodejs.org/api/fs.html) - βœ… polyfilled all exports
- [node:http](https://nodejs.org/api/http.html) - βœ… polyfilled all exports
- [node:http2](https://nodejs.org/api/http2.html) - βœ… polyfilled all exports
- [node:https](https://nodejs.org/api/https.html) - βœ… polyfilled all exports
- [node:inspector](https://nodejs.org/api/inspector.html) - βœ… polyfilled all exports
- [node:inspector/promises](https://nodejs.org/api/inspector.html) - 🚧 mocked using proxy
- [node:module](https://nodejs.org/api/module.html) - βœ… polyfilled all exports
- [node:net](https://nodejs.org/api/net.html) - βœ… polyfilled 15/19 exports
- [node:os](https://nodejs.org/api/os.html) - βœ… polyfilled all exports
- [node:path](https://nodejs.org/api/path.html) - βœ… polyfilled all exports
- [node:path/posix](https://nodejs.org/api/path.html) - βœ… polyfilled all exports
- [node:path/win32](https://nodejs.org/api/path.html) - βœ… polyfilled all exports
- [node:perf_hooks](https://nodejs.org/api/perf_hooks.html) - βœ… polyfilled all exports
- [node:process](https://nodejs.org/api/process.html) - βœ… polyfilled all exports
- [node:punycode](https://nodejs.org/api/punycode.html) - βœ… polyfilled all exports
- [node:querystring](https://nodejs.org/api/querystring.html) - βœ… polyfilled all exports
- [node:readline](https://nodejs.org/api/readline.html) - βœ… polyfilled all exports
- [node:readline/promises](https://nodejs.org/api/readline.html) - βœ… polyfilled all exports
- [node:repl](https://nodejs.org/api/repl.html) - 🚧 mocked using proxy
- [node:stream](https://nodejs.org/api/stream.html) - βœ… polyfilled 17/23 exports
- [node:stream/consumers](https://nodejs.org/api/stream.html) - βœ… polyfilled all exports
- [node:stream/promises](https://nodejs.org/api/stream.html) - βœ… polyfilled all exports
- [node:stream/web](https://nodejs.org/api/stream.html) - βœ… polyfilled all exports
- [node:string_decoder](https://nodejs.org/api/string_decoder.html) - βœ… polyfilled all exports
- [node:sys](https://nodejs.org/api/sys.html) - βœ… polyfilled all exports
- [node:timers](https://nodejs.org/api/timers.html) - βœ… polyfilled all exports
- [node:timers/promises](https://nodejs.org/api/timers.html) - βœ… polyfilled all exports
- [node:tls](https://nodejs.org/api/tls.html) - βœ… polyfilled all exports
- [node:trace_events](https://nodejs.org/api/trace_events.html) - βœ… polyfilled all exports
- [node:tty](https://nodejs.org/api/tty.html) - βœ… polyfilled all exports
- [node:url](https://nodejs.org/api/url.html) - βœ… polyfilled all exports
- [node:util](https://nodejs.org/api/util.html) - βœ… polyfilled all exports
- [node:util/types](https://nodejs.org/api/util.html) - βœ… polyfilled all exports
- [node:v8](https://nodejs.org/api/v8.html) - βœ… polyfilled all exports
- [node:vm](https://nodejs.org/api/vm.html) - βœ… polyfilled all exports
- [node:wasi](https://nodejs.org/api/wasi.html) - βœ… polyfilled all exports
- [node:worker_threads](https://nodejs.org/api/worker_threads.html) - βœ… polyfilled all exports
- [node:zlib](https://nodejs.org/api/zlib.html) - βœ… polyfilled 39/40 exports
<!-- ⚠️ (nodeCoverage) Cannot find package 'consola' imported from /home/runner/work/unenv/unenv/test/node-coverage.mjs
Did you mean to import "consola/dist/utils.cjs"? -->

<!-- /automd -->

Expand Down

0 comments on commit a65f33b

Please sign in to comment.