mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
docs: document cjs bridge headers
This commit is contained in:
parent
9fd5f9ee7c
commit
deff9ea180
2 changed files with 2 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue