Uzhanin Egor

Results 6 comments of Uzhanin Egor

Still valid? Sounds cool

typescript is so damn hard

```rust let main_module = deno_core::resolve_path(file_path, env::current_dir()?.as_path())?; fs::write(file_path, "console.log(\"1\")")?; // js_runtime.lazy_load_es_module_with_code() let mod_id = js_runtime.load_side_es_module(&main_module).await?; let _ = js_runtime.mod_evaluate(mod_id).await?; // [out]: "hello 1" js_runtime.run_event_loop(Default::default()).await?; // main_module updated here, now it contains...

@marvinhagemeister opened a pull request here https://github.com/denoland/deno_core/pull/890