mol_dump_lib 0.0.2 → 0.0.3

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.
package/web.mjs CHANGED
@@ -4932,7 +4932,7 @@ var $;
4932
4932
  static relative(path) {
4933
4933
  return this.absolute(new URL(path, this.base).toString());
4934
4934
  }
4935
- static base = $mol_dom_context.document
4935
+ static base = $mol_dom_context.document?.currentScript
4936
4936
  ? new URL('.', $mol_dom_context.document.currentScript['src']).toString()
4937
4937
  : '';
4938
4938
  buffer(next) {