summaryrefslogtreecommitdiff
path: root/cli/ops/fs_events.rs
AgeCommit message (Expand)Author
2020-04-23Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)Ryan Dahl
2020-04-21Move resource_table from deno::State to deno_core::Isolate (#4834)Ryan Dahl
2020-04-15remove calls to futures::executor::block_on (#4760)Bartek Iwańczuk
2020-03-05fix: call unwatch when dropping FsEventsResource (#4266)Ryan Dahl
2020-03-05Allow BadResource errors to take a custom message (#4251)Ryan Dahl
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-21feat: Deno.fsEvents() (#3452)Bartek Iwańczuk