mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
docs: document cjs bridge headers
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user