persona-community-5/.pnpm-store/v3/files/9c/575392a03db2806a7574cae330e2b1a97a33e8193c0f1804fb22c3a24fd009fbec8f057f77160361c019d4dc539abdbc3d03abd34e921a2ff3a30404963a0f
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

13 lines
292 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = cloneWithoutLoc;
var _cloneNode = require("./cloneNode.js");
function cloneWithoutLoc(node) {
return (0, _cloneNode.default)(node, false, true);
}
//# sourceMappingURL=cloneWithoutLoc.js.map