diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-06 12:55:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 12:55:05 +0200 |
commit | 00e63306cbcc295a87ba662f9f63311a3c6c49ce (patch) | |
tree | 88020a85a0f1d64803841386d2c5711b7ee008dc /runtime/lib.rs | |
parent | ff5d072702aee52882787ea85dd73573a8f8f316 (diff) |
refactor: add deno_file op crate (#10019)
Also enables WPT for FileReader.
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index 1606e9dfe..b45010c4d 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -5,6 +5,7 @@ pub use deno_console; pub use deno_crypto; pub use deno_fetch; +pub use deno_file; pub use deno_url; pub use deno_web; pub use deno_webgpu; |