File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -9,38 +9,51 @@ deno standard library as it's a compatibility module.
99## Supported Builtins
1010
1111- [x] assert _ partly_
12+ - [x] assert/strict _ partly_
13+ - [ ] async_hooks
1214- [x] buffer
1315- [x] child_process _ partly_
1416- [ ] cluster
1517- [x] console _ partly_
1618- [x] constants _ partly_
1719- [x] crypto _ partly_
1820- [ ] dgram
21+ - [ ] diagnostics_channel
1922- [ ] dns
2023- [x] events
2124- [x] fs _ partly_
25+ - [x] fs/promises _ partly_
2226- [ ] http
2327- [ ] http2
2428- [ ] https
29+ - [ ] inspector
2530- [x] module
2631- [ ] net
2732- [x] os _ partly_
2833- [x] path
34+ - [x] path/posix
35+ - [x] path/win32
2936- [ ] perf_hooks
3037- [x] process _ partly_
3138- [x] querystring
3239- [ ] readline
3340- [ ] repl
3441- [x] stream
42+ - [x] stream/promises
43+ - [ ] stream/web
3544- [x] string_decoder
36- - [ ] sys
45+ - [x ] sys
3746- [x] timers
47+ - [x] timers/promises
3848- [ ] tls
49+ - [ ] trace_events
3950- [x] tty _ partly_
4051- [x] url
4152- [x] util _ partly_
42- - ~~ v8~~ _ can't implement_
53+ - [x] util/types _ partly_
54+ - [ ] v8
4355- [ ] vm
56+ - [ ] wasi
4457- [ ] worker_threads
4558- [ ] zlib
4659
Original file line number Diff line number Diff line change 1+ export * from "./util.ts" ;
2+ export { default } from "./util.ts" ;
You can’t perform that action at this time.
0 commit comments