Bartek Iwańczuk

Results 164 issues of Bartek Iwańczuk

This PR adds basic support for loading `npm:` specifiers. It's a quick and dirty way to do that and it doesn't work completely - eg. React is distributed as CommonJS...

We'd like to change `deno install` subcommand in Deno 2 to align it better with user expectations. Currently `deno install` is used to install script as globally available executables: ```...

feat

Discussed extensively with @nathanwhit @mmastrac and @dsherret. We are planning to remove `serde_v8` completely. The reason is that in most cases using `serde_v8` is a big footgun in terms of...

ops

I've seen this multiple times now and was wondering why we're getting line numbers that are way greater than line count in a file, eg: ``` ext:deno_console/01_console.js:95817: Uncaught Error: The...

bug

After calling "JsRuntime::load_main_es_module_from_code" the loader tries to load the already provided module. This is problematic because it misses the point of this method in that we explicitly provide the code....

bug

This commit changes snapshotting methods to allow to serde source files. The pointers to these source files are passed to V8, but we currently don't use this functionality. I'll try...

Current handling of external references is quite spaghetti and hard to extend. Recently we hit a problem where mismatch in external reference ordering made it very hard to debug what's...