Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
replace emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Sep 10, 2023
1 parent fc18817 commit ebd204f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions node/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

-[assert](https://nodejs.org/api/assert.html)

- ⚠️ [assert/strict](https://nodejs.org/api/assert.html)
- ℹ️ [assert/strict](https://nodejs.org/api/assert.html)

- ⚠️ [async_hooks](https://nodejs.org/api/async_hooks.html)
- ℹ️ [async_hooks](https://nodejs.org/api/async_hooks.html)

`AsyncLocalStorage` is supported. `AsyncResource`, `executionAsyncId`, and
`createHook` are stubs that do nothing. // TODO: add an issue link if users need
Expand All @@ -16,43 +16,43 @@ this API

Fully polyfilled

- ⚠️ [child_process](https://nodejs.org/api/child_process.html)
- ℹ️ [child_process](https://nodejs.org/api/child_process.html)

- ⚠️ [cluster](https://nodejs.org/api/cluster.html)
- ℹ️ [cluster](https://nodejs.org/api/cluster.html)

- ⚠️ [console](https://nodejs.org/api/console.html)
- ℹ️ [console](https://nodejs.org/api/console.html)

-[constants](https://nodejs.org/api/constants.html)

Fully polyfilled

- ⚠️ [crypto](https://nodejs.org/api/crypto.html)
- ℹ️ [crypto](https://nodejs.org/api/crypto.html)

- ⚠️ [dgram](https://nodejs.org/api/dgram.html)
- ℹ️ [dgram](https://nodejs.org/api/dgram.html)

-[diagnostics_channel](https://nodejs.org/api/diagnostics_channel.html)

- ⚠️ [dns](https://nodejs.org/api/dns.html)
- ℹ️ [dns](https://nodejs.org/api/dns.html)

-[events](https://nodejs.org/api/events.html)

- ⚠️ [fs](https://nodejs.org/api/fs.html)
- ℹ️ [fs](https://nodejs.org/api/fs.html)

- ⚠️ [fs/promises](https://nodejs.org/api/fs.html)
- ℹ️ [fs/promises](https://nodejs.org/api/fs.html)

-/⚠️ [http](https://nodejs.org/api/http.html)
- / ℹ️ [http](https://nodejs.org/api/http.html)

`createConnection` option is currently not supported. // TODO: add an issue link
if users need this API

- ⚠️ [http2](https://nodejs.org/api/http2.html)
- ℹ️ [http2](https://nodejs.org/api/http2.html)

Partially polyfilled, major work in progress to enable `grpc-js`.

- ⚠️ [https](https://nodejs.org/api/https.html) // TODO: add an issue link if
- ℹ️ [https](https://nodejs.org/api/https.html) // TODO: add an issue link if
users need this API

- ⚠️ [inspector](https://nodejs.org/api/inspector.html)
- ℹ️ [inspector](https://nodejs.org/api/inspector.html)

`console` is supported.

Expand Down Expand Up @@ -86,7 +86,7 @@ Fully polyfilled

Fully polyfilled

-/⚠️ [process](https://nodejs.org/api/process.html)
- / ℹ️ [process](https://nodejs.org/api/process.html)

// TODO: Some APIs are stubs, check which...

Expand All @@ -102,7 +102,7 @@ Fully polyfilled

Fully polyfilled

- ⚠️ [repl](https://nodejs.org/api/repl.html)
- ℹ️ [repl](https://nodejs.org/api/repl.html)

`builtinModules` and `_builtinLibs` are supported.

Expand All @@ -113,7 +113,7 @@ users need this API

-[stream/promises](https://nodejs.org/api/stream.html)

- ⚠️ [stream/web](https://nodejs.org/api/stream.html)
- ℹ️ [stream/web](https://nodejs.org/api/stream.html)

-[string_decoder](https://nodejs.org/api/string_decoder.html)

Expand All @@ -131,17 +131,17 @@ Fully polyfilled

-[trace_events](https://nodejs.org/api/trace_events.html)

- ⚠️ [tty](https://nodejs.org/api/tty.html)
- ℹ️ [tty](https://nodejs.org/api/tty.html)

-[url](https://nodejs.org/api/url.html)

Fully polyfilled

- ⚠️ [util](https://nodejs.org/api/util.html)
- ℹ️ [util](https://nodejs.org/api/util.html)

- ⚠️ [util/types](https://nodejs.org/api/util.html)
- ℹ️ [util/types](https://nodejs.org/api/util.html)

- ⚠️ [v8](https://nodejs.org/api/v8.html)
- ℹ️ [v8](https://nodejs.org/api/v8.html)

`cachedDataVersionTag` and `getHeapStatistics` are supported.

Expand All @@ -152,7 +152,7 @@ be polyfilled, but due inherent lack of format stability between the V8
versions, the Deno team is considering requiring a special flag to use them. //
TODO: add an issue link if users need this API

- ⚠️ [vm](https://nodejs.org/api/vm.html)
- ℹ️ [vm](https://nodejs.org/api/vm.html)

`runInThisContext` is supported.

Expand All @@ -163,7 +163,7 @@ link if users need this API

-[webcrypto](https://nodejs.org/api/webcrypto.html)

-/⚠️ [worker_threads](https://nodejs.org/api/worker_threads.html)
- / ℹ️ [worker_threads](https://nodejs.org/api/worker_threads.html)

-[zlib](https://nodejs.org/api/zlib.html)

Expand Down

0 comments on commit ebd204f

Please sign in to comment.