on-codemerge
Version:
A WYSIWYG editor for on-codemerge is a user-friendly interface that allows users to edit and view their code in real time, exactly as it will appear in the final product
25 lines (24 loc) • 723 B
JavaScript
import { __require as s } from "../node_modules/.pnpm/spellchecker-wasm@0.3.3/node_modules/spellchecker-wasm/lib/browser/index.mjs";
function a(t, i) {
for (var o = 0; o < i.length; o++) {
const e = i[o];
if (typeof e != "string" && !Array.isArray(e)) {
for (const r in e)
if (r !== "default" && !(r in t)) {
const n = Object.getOwnPropertyDescriptor(e, r);
n && Object.defineProperty(t, r, n.get ? n : {
enumerable: !0,
get: () => e[r]
});
}
}
}
return Object.freeze(Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }));
}
var f = s();
const p = /* @__PURE__ */ a({
__proto__: null
}, [f]);
export {
p as i
};