rolldown 1.0.0-beta.6 → 1.0.0-beta.6-commit.231bdea

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -582,6 +582,8 @@ var require_binding = require_chunk.__commonJS({ "src/binding.js"(exports, modul
582
582
  module.exports.rawTransferSupported = nativeBinding.rawTransferSupported;
583
583
  module.exports.registerPlugins = nativeBinding.registerPlugins;
584
584
  module.exports.Severity = nativeBinding.Severity;
585
+ module.exports.shutdownAsyncRuntime = nativeBinding.shutdownAsyncRuntime;
586
+ module.exports.startAsyncRuntime = nativeBinding.startAsyncRuntime;
585
587
  module.exports.transform = nativeBinding.transform;
586
588
  } });
587
589
  var import_binding = require_chunk.__toESM(require_binding());
@@ -608,6 +608,8 @@ var require_binding = __commonJS({ "src/binding.js"(exports, module) {
608
608
  module.exports.rawTransferSupported = nativeBinding.rawTransferSupported;
609
609
  module.exports.registerPlugins = nativeBinding.registerPlugins;
610
610
  module.exports.Severity = nativeBinding.Severity;
611
+ module.exports.shutdownAsyncRuntime = nativeBinding.shutdownAsyncRuntime;
612
+ module.exports.startAsyncRuntime = nativeBinding.startAsyncRuntime;
611
613
  module.exports.transform = nativeBinding.transform;
612
614
  } });
613
615
  var import_binding = __toESM(require_binding());