mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
feat: Deno.fsEvents() (#3452)
This commit is contained in:
parent
754b8c65ad
commit
bd640bc7e6
12 changed files with 1355 additions and 943 deletions
|
@ -206,6 +206,7 @@ impl MainWorker {
|
|||
ops::fetch::init(isolate, &state);
|
||||
ops::files::init(isolate, &state);
|
||||
ops::fs::init(isolate, &state);
|
||||
ops::fs_events::init(isolate, &state);
|
||||
ops::io::init(isolate, &state);
|
||||
ops::plugins::init(isolate, &state, op_registry);
|
||||
ops::net::init(isolate, &state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue