Patch Changes
-
#436
eaf6c10- fix: switch plugins to CJS output to fix plugin loading errors in the standalone binaryPreviously plugins were built as ESM and the loader performed a fragile regex-based ESM→CJS transformation. Plugins now build as CJS directly and are loaded via
new Functionin the main runtime context, which avoids both the ESM parse errors and Node.js internal assertion failures (e.g.DOMExceptionlazy getter crashing in vm sandbox contexts). -
Updated dependencies [
7b31afe,dbf0bd4,eaf6c10,1e8bca6,ab417d7,b540985]:- varlock@0.6.0