docs: document cjs bridge headers

This commit is contained in:
Peter Steinberger
2026-06-04 23:26:24 -04:00
parent 9fd5f9ee7c
commit deff9ea180
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
// CommonJS root alias for plugin SDK and workspace package subpath loading.
"use strict";
// CommonJS root alias for plugin SDK and workspace package subpath loading.
const path = require("node:path");
const fs = require("node:fs");
const os = require("node:os");

View File

@@ -1,6 +1,5 @@
"use strict";
// Universal CommonJS plugin-sdk stub for tests that only need import shape compatibility.
"use strict";
const stub = new Proxy(
function pluginSdkStub() {