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

Commit b80f409

Browse files
authored
Merge pull request #287 from exoego/exoego-patch-1-1
Update README.md
2 parents 4c5d6f8 + c077502 commit b80f409

File tree

1 file changed

+8
-32
lines changed

1 file changed

+8
-32
lines changed

README.md

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,8 @@ Scala.js type facades for Node.js v10 and v12.
1616

1717
## Supported Modules
1818

19-
The following core Node.js modules (v10.0.0+) have been implemented:
20-
21-
| Node Module | v10 & v12 support |
22-
| ------------------------------------------------------------ | ------------------ |
23-
| [assert](https://nodejs.org/api/assert.html) | :heavy_check_mark: |
24-
| [buffer](https://nodejs.org/api/buffer.html) | :heavy_check_mark: |
25-
| [child_process](https://nodejs.org/api/child_process.html) | :heavy_check_mark: |
26-
| [cluster](https://nodejs.org/api/cluster.html) | :heavy_check_mark: |
27-
| [console](https://nodejs.org/api/console.html) | :heavy_check_mark: |
28-
| [crypto](https://nodejs.org/api/crypto.html) | :heavy_check_mark: |
29-
| [dgram](https://nodejs.org/api/dgram.html) | :heavy_check_mark: |
30-
| [dns](https://nodejs.org/api/dns.html) | :heavy_check_mark: |
31-
| [events](https://nodejs.org/api/events.html) | :heavy_check_mark: |
32-
| [fs](https://nodejs.org/api/fs.html) | :heavy_check_mark: |
33-
| [http](https://nodejs.org/api/http.html) | :heavy_check_mark: |
34-
| [https](https://nodejs.org/api/https.html) | :heavy_check_mark: |
35-
| [net](https://nodejs.org/api/net.html) | :heavy_check_mark: |
36-
| [os](https://nodejs.org/api/os.html) | :heavy_check_mark: |
37-
| [path](https://nodejs.org/api/path.html) | :heavy_check_mark: |
38-
| [process](https://nodejs.org/api/process.html) | :heavy_check_mark: |
39-
| [querystring](https://nodejs.org/api/querystring.html) | :heavy_check_mark: |
40-
| [readline](https://nodejs.org/api/readline.html) | :heavy_check_mark: |
41-
| [repl](https://nodejs.org/api/repl.html) | :heavy_check_mark: |
42-
| [stream](https://nodejs.org/api/stream.html) | :heavy_check_mark: |
43-
| [string-decoder](https://nodejs.org/api/string_decoder.html) | :heavy_check_mark: |
44-
| [timers](https://nodejs.org/api/timers.html) | :heavy_check_mark: |
45-
| [tls](https://nodejs.org/api/tls.html) | :heavy_check_mark: |
46-
| [tty](https://nodejs.org/api/tty.html) | :heavy_check_mark: |
47-
| [url](https://nodejs.org/api/url.html) | :heavy_check_mark: |
48-
| [util](https://nodejs.org/api/util.html) | :heavy_check_mark: |
49-
| [vm](https://nodejs.org/api/vm.html) | :heavy_check_mark: |
50-
| [zlib](https://nodejs.org/api/zlib.html) | :heavy_check_mark: |
19+
Almost all Node.js modules, except [experimental modules](https://github.com/exoego/scala-js-nodejs/issues?q=is%3Aissue+is%3Aopen+label%3Amissing), are supported.
20+
Feel free to open issue/send pull request if you find missing module.
5121

5222
## How to use
5323

@@ -131,3 +101,9 @@ for {
131101
console.log("output3 =", output3)
132102
}
133103
```
104+
105+
## Note
106+
107+
This facade leverages [`@Factory` marcro](https://github.com/exoego/scalajs-types-util#factory-macro) to create highly-optimized factory method without boilerplate.
108+
109+

0 commit comments

Comments
 (0)