mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix UMD, fix PNPM, importing require'd modules in app code
Former-commit-id: 3d831ad95904d2123964f2ebccff48f1e9f954e9
This commit is contained in:
@@ -518,7 +518,7 @@ pub const VirtualMachine = struct {
|
||||
file_path,
|
||||
&parse_result,
|
||||
.absolute_path,
|
||||
true,
|
||||
false,
|
||||
);
|
||||
|
||||
if (!source_code_printer_loaded) {
|
||||
@@ -601,7 +601,7 @@ pub const VirtualMachine = struct {
|
||||
path,
|
||||
&parse_result,
|
||||
.absolute_path,
|
||||
true,
|
||||
false,
|
||||
);
|
||||
vm.resolved_count += vm.bundler.linker.import_counter - start_count;
|
||||
vm.bundler.linker.import_counter = 0;
|
||||
|
||||
Reference in New Issue
Block a user