Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 7893d49

Browse files
authored
Merge pull request #65 from exoego/support-matrix-update
Update support matrix for recent changes.
2 parents 1e75317 + 8fd0739 commit 7893d49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ The following core Node.js modules (v8.7.0+) have been implemented:
2929
| [dgram](https://nodejs.org/api/dgram.html) | |
3030
| [dns](https://nodejs.org/api/dns.html) | |
3131
| [events](https://nodejs.org/api/events.html) | |
32-
| [fs](https://nodejs.org/api/fs.html) | |
32+
| [fs](https://nodejs.org/api/fs.html) | :heavy_check_mark: |
3333
| [http](https://nodejs.org/api/http.html) | |
3434
| [http2](https://nodejs.org/api/http2.html) | |
3535
| [https](https://nodejs.org/api/https.html) | |
3636
| [net](https://nodejs.org/api/net.html) | |
37-
| [os](https://nodejs.org/api/os.html) | |
37+
| [os](https://nodejs.org/api/os.html) | :heavy_check_mark: |
3838
| [path](https://nodejs.org/api/path.html) | |
3939
| [process](https://nodejs.org/api/process.html) | |
40-
| [querystring](https://nodejs.org/api/querystring.html) | |
40+
| [querystring](https://nodejs.org/api/querystring.html) | :heavy_check_mark: |
4141
| [readline](https://nodejs.org/api/readline.html) | |
4242
| [repl](https://nodejs.org/api/repl.html) | |
4343
| [stream](https://nodejs.org/api/stream.html) | |
4444
| [string-decoder](https://nodejs.org/api/string_decoder.html) | |
45-
| [timers](https://nodejs.org/api/timers.html) | |
45+
| [timers](https://nodejs.org/api/timers.html) | :heavy_check_mark: |
4646
| [tty](https://nodejs.org/api/tty.html) | |
4747
| [url](https://nodejs.org/api/url.html) | :heavy_check_mark: |
48-
| [util](https://nodejs.org/api/util.html) | |
48+
| [util](https://nodejs.org/api/util.html) | :heavy_check_mark: |
4949
| [vm](https://nodejs.org/api/vm.html) | |
5050
| [zlib](https://nodejs.org/api/zlib.html) | |
5151

0 commit comments

Comments
 (0)