mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00
refactor: move FileReader to op_crates/web (#7554)
This commit is contained in:
parent
38196f7850
commit
ec174170ba
6 changed files with 80 additions and 65 deletions
|
@ -46,6 +46,7 @@ pub fn init(isolate: &mut JsRuntime) {
|
|||
manifest_dir.join("02_abort_signal.js"),
|
||||
manifest_dir.join("08_text_encoding.js"),
|
||||
manifest_dir.join("11_url.js"),
|
||||
manifest_dir.join("21_filereader.js"),
|
||||
];
|
||||
// TODO(nayeemrmn): https://github.com/rust-lang/cargo/issues/3946 to get the
|
||||
// workspace root.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue