ccjk 12.0.1 → 12.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/agent-teams.mjs +17 -18
- package/dist/chunks/agent.mjs +105 -102
- package/dist/chunks/agents.mjs +87 -77
- package/dist/chunks/api-cli.mjs +41 -27
- package/dist/chunks/api-providers.mjs +2 -4
- package/dist/chunks/api.mjs +23 -12
- package/dist/chunks/auto-bootstrap.mjs +3 -5
- package/dist/chunks/auto-init.mjs +3 -4
- package/dist/chunks/auto-updater.mjs +103 -91
- package/dist/chunks/banner.mjs +44 -43
- package/dist/chunks/boost.mjs +30 -31
- package/dist/chunks/ccjk-agents.mjs +6 -9
- package/dist/chunks/ccjk-all.mjs +703 -85
- package/dist/chunks/ccjk-config.mjs +6 -6
- package/dist/chunks/ccjk-hooks.mjs +20 -9
- package/dist/chunks/ccjk-mcp.mjs +64 -52
- package/dist/chunks/ccjk-setup.mjs +35 -25
- package/dist/chunks/ccjk-skills.mjs +51 -41
- package/dist/chunks/ccr.mjs +43 -33
- package/dist/chunks/ccu.mjs +16 -12
- package/dist/chunks/check-updates.mjs +31 -20
- package/dist/chunks/claude-code-config-manager.mjs +25 -10
- package/dist/chunks/claude-code-incremental-manager.mjs +65 -51
- package/dist/chunks/claude-config.mjs +2 -2
- package/dist/chunks/claude-wrapper.mjs +9 -6
- package/dist/chunks/cleanup-migration.mjs +1 -1
- package/dist/chunks/cli-hook.mjs +10 -3
- package/dist/chunks/cloud-sync.mjs +1 -1
- package/dist/chunks/codex-config-switch.mjs +59 -46
- package/dist/chunks/codex-provider-manager.mjs +30 -17
- package/dist/chunks/codex-uninstaller.mjs +5 -6
- package/dist/chunks/codex.mjs +89 -89
- package/dist/chunks/commands.mjs +28 -29
- package/dist/chunks/commands2.mjs +4 -3
- package/dist/chunks/commit.mjs +42 -23
- package/dist/chunks/completion.mjs +46 -47
- package/dist/chunks/config-consolidator.mjs +13 -14
- package/dist/chunks/config-switch.mjs +67 -54
- package/dist/chunks/config.mjs +10 -10
- package/dist/chunks/config2.mjs +53 -42
- package/dist/chunks/config3.mjs +107 -93
- package/dist/chunks/constants.mjs +2 -4
- package/dist/chunks/context-loader.mjs +5 -4
- package/dist/chunks/context.mjs +77 -76
- package/dist/chunks/convoy-manager.mjs +4 -4
- package/dist/chunks/dashboard.mjs +28 -29
- package/dist/chunks/doctor.mjs +69 -55
- package/dist/chunks/evolution.mjs +37 -38
- package/dist/chunks/features.mjs +104 -93
- package/dist/chunks/fs-operations.mjs +1 -1
- package/dist/chunks/health-alerts.mjs +1 -1
- package/dist/chunks/health-check.mjs +1 -1
- package/dist/chunks/help.mjs +117 -116
- package/dist/chunks/hook-installer.mjs +3 -2
- package/dist/chunks/index.mjs +20 -6
- package/dist/chunks/index10.mjs +1171 -0
- package/dist/chunks/index11.mjs +1008 -0
- package/dist/chunks/index12.mjs +193 -0
- package/dist/chunks/index13.mjs +218 -0
- package/dist/chunks/index14.mjs +663 -0
- package/dist/chunks/index2.mjs +19 -10
- package/dist/chunks/index3.mjs +19079 -164
- package/dist/chunks/index4.mjs +8 -1171
- package/dist/chunks/index5.mjs +7479 -884
- package/dist/chunks/index6.mjs +160 -184
- package/dist/chunks/index7.mjs +3573 -653
- package/dist/chunks/index8.mjs +19 -0
- package/dist/chunks/index9.mjs +616 -0
- package/dist/chunks/init.mjs +177 -176
- package/dist/chunks/installer.mjs +92 -82
- package/dist/chunks/installer2.mjs +3 -2
- package/dist/chunks/interview.mjs +118 -107
- package/dist/chunks/json-config.mjs +3 -2
- package/dist/chunks/linux.mjs +3863 -0
- package/dist/chunks/macos.mjs +69 -0
- package/dist/chunks/main.mjs +635 -0
- package/dist/chunks/marketplace.mjs +69 -66
- package/dist/chunks/mcp-cli.mjs +62 -49
- package/dist/chunks/mcp.mjs +141 -128
- package/dist/chunks/menu.mjs +85 -85
- package/dist/chunks/metrics-display.mjs +41 -40
- package/dist/chunks/migrator.mjs +4 -5
- package/dist/chunks/monitor.mjs +96 -96
- package/dist/chunks/notification.mjs +151 -141
- package/dist/chunks/onboarding.mjs +27 -16
- package/dist/chunks/package.mjs +2 -3
- package/dist/chunks/paradigm.mjs +24 -23
- package/dist/chunks/permission-manager.mjs +11 -12
- package/dist/chunks/permissions.mjs +72 -57
- package/dist/chunks/persistence-manager.mjs +97 -84
- package/dist/chunks/persistence.mjs +1 -1
- package/dist/chunks/platform.mjs +29 -29
- package/dist/chunks/plugin.mjs +104 -105
- package/dist/chunks/prompts.mjs +39 -27
- package/dist/chunks/providers.mjs +68 -69
- package/dist/chunks/quick-actions.mjs +71 -72
- package/dist/chunks/quick-provider.mjs +56 -40
- package/dist/chunks/quick-setup.mjs +74 -62
- package/dist/chunks/remote.mjs +21 -12
- package/dist/chunks/session.mjs +116 -103
- package/dist/chunks/sessions.mjs +29 -28
- package/dist/chunks/silent-updater.mjs +8 -10
- package/dist/chunks/simple-config.mjs +13 -10
- package/dist/chunks/skill.mjs +8560 -103
- package/dist/chunks/skills-sync.mjs +5212 -79
- package/dist/chunks/skills.mjs +105 -94
- package/dist/chunks/slash-commands.mjs +36 -37
- package/dist/chunks/smart-defaults.mjs +7 -3
- package/dist/chunks/smart-guide.mjs +1 -1
- package/dist/chunks/startup.mjs +2 -4
- package/dist/chunks/stats.mjs +41 -42
- package/dist/chunks/status.mjs +49 -50
- package/dist/chunks/team.mjs +24 -12
- package/dist/chunks/thinking.mjs +74 -63
- package/dist/chunks/trace.mjs +20 -19
- package/dist/chunks/uninstall.mjs +69 -56
- package/dist/chunks/update.mjs +44 -32
- package/dist/chunks/upgrade-manager.mjs +30 -23
- package/dist/chunks/version-checker.mjs +45 -41
- package/dist/chunks/vim.mjs +81 -69
- package/dist/chunks/windows.mjs +14 -0
- package/dist/chunks/workflows.mjs +15 -15
- package/dist/chunks/wsl.mjs +129 -0
- package/dist/chunks/zero-config.mjs +45 -34
- package/dist/cli.mjs +20 -20
- package/dist/index.mjs +44 -34
- package/dist/shared/ccjk.BAGoDD49.mjs +36 -0
- package/dist/shared/ccjk.BBtCGd_g.mjs +899 -0
- package/dist/shared/{ccjk.CGcy7cNM.mjs → ccjk.BDKUdmLk.mjs} +1 -1
- package/dist/shared/{ccjk.DtMBiwVG.mjs → ccjk.BFxsJM0k.mjs} +1 -1
- package/dist/shared/{ccjk.j4uut26D.mjs → ccjk.BIxuVL3_.mjs} +5 -5
- package/dist/shared/ccjk.BRZ9ww8S.mjs +142 -0
- package/dist/shared/{ccjk.CN0edl87.mjs → ccjk.BSYWk9ML.mjs} +1 -1
- package/dist/shared/{ccjk.Dk1HDseQ.mjs → ccjk.BnpWvs9V.mjs} +75 -75
- package/dist/shared/ccjk.BoApaI4j.mjs +28 -0
- package/dist/shared/{ccjk.DKojSRzw.mjs → ccjk.BrPUmTqm.mjs} +1 -1
- package/dist/shared/{ccjk.C10pepYx.mjs → ccjk.BxSmJ8B7.mjs} +1 -1
- package/dist/shared/ccjk.Bx_rmYfN.mjs +69 -0
- package/dist/shared/ccjk.COweQ1RR.mjs +5 -0
- package/dist/shared/{ccjk.BN90X6oc.mjs → ccjk.CePkJq2S.mjs} +17 -17
- package/dist/shared/{ccjk.Bvoex4TZ.mjs → ccjk.CfKKcvWy.mjs} +1 -1
- package/dist/shared/ccjk.Cjgrln_h.mjs +297 -0
- package/dist/shared/ccjk.CxpGa6MC.mjs +2724 -0
- package/dist/shared/{ccjk.DfwJOEok.mjs → ccjk.D5MFQT7w.mjs} +1 -1
- package/dist/shared/{ccjk.cChAaGgT.mjs → ccjk.DG_o24cZ.mjs} +6 -6
- package/dist/shared/{ccjk.bhFAMRyc.mjs → ccjk.DLLw-h4Y.mjs} +32 -32
- package/dist/shared/ccjk.DOwtZMk8.mjs +4019 -0
- package/dist/shared/ccjk.DSpGBMwx.mjs +38 -0
- package/dist/shared/{ccjk.BsXQugfY.mjs → ccjk.DTdjs-qK.mjs} +13 -13
- package/dist/shared/{ccjk.Bdhyg3X-.mjs → ccjk.DsYaCCx4.mjs} +1 -1
- package/dist/shared/ccjk.KfSWcGlE.mjs +38 -0
- package/dist/shared/ccjk.RyizuzOI.mjs +21 -0
- package/dist/shared/{ccjk.h7_W-wTs.mjs → ccjk.SPoXMvZD.mjs} +1 -1
- package/dist/shared/ccjk.T_cX87dY.mjs +15 -0
- package/dist/shared/{ccjk.CrB6OYHv.mjs → ccjk._dESH4Rk.mjs} +2 -2
- package/dist/shared/ccjk.bQ7Dh1g4.mjs +249 -0
- package/dist/shared/{ccjk.CBhIZiPz.mjs → ccjk.hoqrwWdN.mjs} +1 -1
- package/dist/shared/{ccjk.BNwRnWYx.mjs → ccjk.s7OCVzdd.mjs} +1230 -33
- package/dist/shared/{ccjk.BOIUTf5z.mjs → ccjk.waa2ikKJ.mjs} +8 -9
- package/package.json +31 -29
- package/dist/shared/ccjk.DHbrGcgg.mjs +0 -13
- package/dist/shared/ccjk.DntgA8fQ.mjs +0 -42
package/dist/index.mjs
CHANGED
|
@@ -4,30 +4,40 @@ import * as os from 'node:os';
|
|
|
4
4
|
import { homedir } from 'node:os';
|
|
5
5
|
import * as path from 'node:path';
|
|
6
6
|
import { promisify } from 'node:util';
|
|
7
|
-
import
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
7
|
+
import a from './chunks/index2.mjs';
|
|
8
|
+
import { g as getRuntimeVersion } from './shared/ccjk.DSpGBMwx.mjs';
|
|
9
|
+
import { j as join$1 } from './shared/ccjk.bQ7Dh1g4.mjs';
|
|
10
10
|
export { j as config } from './chunks/config.mjs';
|
|
11
11
|
export { e as extractDisplayName, a as extractString, i as i18nHelpers, n as normalizeRecommendation, b as normalizeRecommendations } from './shared/ccjk.AqnXPAzw.mjs';
|
|
12
|
-
export { a as loggerUtils } from './shared/ccjk.
|
|
12
|
+
export { a as loggerUtils } from './shared/ccjk.DG_o24cZ.mjs';
|
|
13
13
|
export { p as platform } from './chunks/platform.mjs';
|
|
14
14
|
import { Transform } from 'node:stream';
|
|
15
15
|
import { pipeline } from 'node:stream/promises';
|
|
16
|
+
import './shared/ccjk.BAGoDD49.mjs';
|
|
16
17
|
import 'node:url';
|
|
17
|
-
import 'dayjs';
|
|
18
|
-
import 'inquirer';
|
|
19
|
-
import './chunks/constants.mjs';
|
|
20
|
-
import './chunks/index3.mjs';
|
|
21
18
|
import 'node:process';
|
|
22
|
-
import '
|
|
23
|
-
import '
|
|
19
|
+
import './shared/ccjk.RyizuzOI.mjs';
|
|
20
|
+
import './chunks/index3.mjs';
|
|
21
|
+
import 'node:readline';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'node:tty';
|
|
24
|
+
import 'node:async_hooks';
|
|
25
|
+
import './shared/ccjk.Cjgrln_h.mjs';
|
|
26
|
+
import 'tty';
|
|
27
|
+
import 'fs';
|
|
28
|
+
import 'child_process';
|
|
29
|
+
import 'node:crypto';
|
|
30
|
+
import 'buffer';
|
|
31
|
+
import 'string_decoder';
|
|
32
|
+
import './chunks/constants.mjs';
|
|
33
|
+
import './chunks/index5.mjs';
|
|
24
34
|
import './chunks/claude-config.mjs';
|
|
25
35
|
import './chunks/json-config.mjs';
|
|
26
36
|
import './chunks/fs-operations.mjs';
|
|
27
|
-
import 'node:crypto';
|
|
28
37
|
import 'node:fs/promises';
|
|
29
38
|
import './shared/ccjk.BiCrMV5O.mjs';
|
|
30
|
-
import '
|
|
39
|
+
import './chunks/main.mjs';
|
|
40
|
+
import 'module';
|
|
31
41
|
|
|
32
42
|
const execAsync$1 = promisify(exec);
|
|
33
43
|
class BaseCodeTool {
|
|
@@ -1590,7 +1600,7 @@ function leftText(text, width) {
|
|
|
1590
1600
|
return `${BOX_CHARS.vertical} ${text}${" ".repeat(padding - 1)}${BOX_CHARS.vertical}`;
|
|
1591
1601
|
}
|
|
1592
1602
|
function getVersion() {
|
|
1593
|
-
return
|
|
1603
|
+
return getRuntimeVersion();
|
|
1594
1604
|
}
|
|
1595
1605
|
function generateWelcome(scanResult, options = {}) {
|
|
1596
1606
|
const {
|
|
@@ -1604,26 +1614,26 @@ function generateWelcome(scanResult, options = {}) {
|
|
|
1604
1614
|
lines.push(createBorderLine(width, "top"));
|
|
1605
1615
|
if (showVersion) {
|
|
1606
1616
|
const version = getVersion();
|
|
1607
|
-
const title =
|
|
1617
|
+
const title = a.bold.cyan(`\u{1F389} CCJK v${version} - Claude Code JinKu`);
|
|
1608
1618
|
lines.push(centerText(title, width));
|
|
1609
1619
|
} else {
|
|
1610
|
-
const title =
|
|
1620
|
+
const title = a.bold.cyan("\u{1F389} CCJK - Claude Code JinKu");
|
|
1611
1621
|
lines.push(centerText(title, width));
|
|
1612
1622
|
}
|
|
1613
1623
|
if (showStats && scanResult.total > 0) {
|
|
1614
1624
|
lines.push(leftText("", width));
|
|
1615
|
-
lines.push(leftText(
|
|
1625
|
+
lines.push(leftText(a.bold("\u2728 Available Capabilities:"), width));
|
|
1616
1626
|
if (scanResult.skills.length > 0) {
|
|
1617
1627
|
const activeSkills = scanResult.skills.filter((c) => c.status === "active");
|
|
1618
1628
|
if (activeSkills.length > 0) {
|
|
1619
1629
|
lines.push(leftText("", width));
|
|
1620
|
-
lines.push(leftText(
|
|
1630
|
+
lines.push(leftText(a.bold.green(" \u{1F4DA} Skills:"), width));
|
|
1621
1631
|
activeSkills.slice(0, 5).forEach((skill) => {
|
|
1622
1632
|
const trigger = skill.triggers?.[0] || `/${skill.id}`;
|
|
1623
|
-
lines.push(leftText(` ${
|
|
1633
|
+
lines.push(leftText(` ${a.cyan(trigger.padEnd(20))} ${a.dim(skill.description)}`, width));
|
|
1624
1634
|
});
|
|
1625
1635
|
if (activeSkills.length > 5) {
|
|
1626
|
-
lines.push(leftText(` ${
|
|
1636
|
+
lines.push(leftText(` ${a.dim(`... and ${activeSkills.length - 5} more`)}`, width));
|
|
1627
1637
|
}
|
|
1628
1638
|
}
|
|
1629
1639
|
}
|
|
@@ -1631,12 +1641,12 @@ function generateWelcome(scanResult, options = {}) {
|
|
|
1631
1641
|
const activeMcp = scanResult.mcpServices.filter((c) => c.status === "active");
|
|
1632
1642
|
if (activeMcp.length > 0) {
|
|
1633
1643
|
lines.push(leftText("", width));
|
|
1634
|
-
lines.push(leftText(
|
|
1644
|
+
lines.push(leftText(a.bold.green(" \u{1F50C} MCP Services:"), width));
|
|
1635
1645
|
activeMcp.slice(0, 5).forEach((mcp) => {
|
|
1636
|
-
lines.push(leftText(` ${
|
|
1646
|
+
lines.push(leftText(` ${a.cyan(mcp.name.padEnd(20))} ${a.dim(mcp.description)}`, width));
|
|
1637
1647
|
});
|
|
1638
1648
|
if (activeMcp.length > 5) {
|
|
1639
|
-
lines.push(leftText(` ${
|
|
1649
|
+
lines.push(leftText(` ${a.dim(`... and ${activeMcp.length - 5} more`)}`, width));
|
|
1640
1650
|
}
|
|
1641
1651
|
}
|
|
1642
1652
|
}
|
|
@@ -1644,10 +1654,10 @@ function generateWelcome(scanResult, options = {}) {
|
|
|
1644
1654
|
const activeAgents = scanResult.agents.filter((c) => c.status === "active");
|
|
1645
1655
|
if (activeAgents.length > 0) {
|
|
1646
1656
|
lines.push(leftText("", width));
|
|
1647
|
-
lines.push(leftText(
|
|
1657
|
+
lines.push(leftText(a.bold.green(" \u{1F916} Agents:"), width));
|
|
1648
1658
|
activeAgents.forEach((agent) => {
|
|
1649
1659
|
const trigger = agent.triggers?.[0] || agent.id;
|
|
1650
|
-
lines.push(leftText(` ${
|
|
1660
|
+
lines.push(leftText(` ${a.cyan(trigger.padEnd(20))} ${a.dim(agent.description)}`, width));
|
|
1651
1661
|
});
|
|
1652
1662
|
}
|
|
1653
1663
|
}
|
|
@@ -1655,33 +1665,33 @@ function generateWelcome(scanResult, options = {}) {
|
|
|
1655
1665
|
const activeSuperpowers = scanResult.superpowers.filter((c) => c.status === "active");
|
|
1656
1666
|
if (activeSuperpowers.length > 0) {
|
|
1657
1667
|
lines.push(leftText("", width));
|
|
1658
|
-
lines.push(leftText(
|
|
1668
|
+
lines.push(leftText(a.bold.green(" \u26A1 Superpowers:"), width));
|
|
1659
1669
|
activeSuperpowers.slice(0, 3).forEach((sp) => {
|
|
1660
|
-
lines.push(leftText(` ${
|
|
1670
|
+
lines.push(leftText(` ${a.cyan(sp.name.padEnd(20))} ${a.dim(sp.description)}`, width));
|
|
1661
1671
|
});
|
|
1662
1672
|
if (activeSuperpowers.length > 3) {
|
|
1663
|
-
lines.push(leftText(` ${
|
|
1673
|
+
lines.push(leftText(` ${a.dim(`... and ${activeSuperpowers.length - 3} more`)}`, width));
|
|
1664
1674
|
}
|
|
1665
1675
|
}
|
|
1666
1676
|
}
|
|
1667
1677
|
if (scanResult.commands.length > 0) {
|
|
1668
1678
|
const activeCommands = scanResult.commands.filter((c) => c.status === "active").length;
|
|
1669
1679
|
lines.push(leftText("", width));
|
|
1670
|
-
lines.push(leftText(` ${
|
|
1680
|
+
lines.push(leftText(` ${a.green("\u2022")} ${activeCommands} CCJK Command(s) available`, width));
|
|
1671
1681
|
}
|
|
1672
1682
|
if (scanResult.errorCount > 0) {
|
|
1673
1683
|
lines.push(leftText("", width));
|
|
1674
|
-
lines.push(leftText(` ${
|
|
1684
|
+
lines.push(leftText(` ${a.red("\u26A0")} ${scanResult.errorCount} capability error(s) detected`, width));
|
|
1675
1685
|
}
|
|
1676
1686
|
}
|
|
1677
1687
|
if (showRecommendations && !compact) {
|
|
1678
1688
|
lines.push(leftText("", width));
|
|
1679
|
-
lines.push(leftText(
|
|
1680
|
-
lines.push(leftText(` ${
|
|
1681
|
-
lines.push(leftText(` ${
|
|
1689
|
+
lines.push(leftText(a.bold("\u{1F4A1} Quick Tips:"), width));
|
|
1690
|
+
lines.push(leftText(` ${a.green("/ccjk:status")} - View detailed capability status`, width));
|
|
1691
|
+
lines.push(leftText(` ${a.green("/ccjk:help")} - Get help and documentation`, width));
|
|
1682
1692
|
const activeSkills = scanResult.skills.filter((c) => c.status === "active");
|
|
1683
1693
|
if (activeSkills.length > 0 && activeSkills[0].triggers?.[0]) {
|
|
1684
|
-
lines.push(leftText(` ${
|
|
1694
|
+
lines.push(leftText(` ${a.green(activeSkills[0].triggers[0])} - Try this skill`, width));
|
|
1685
1695
|
}
|
|
1686
1696
|
}
|
|
1687
1697
|
lines.push(createBorderLine(width, "bottom"));
|
|
@@ -1699,7 +1709,7 @@ function generateCompactWelcome(scanResult) {
|
|
|
1699
1709
|
parts.push(`${scanResult.superpowers.filter((c) => c.status === "active").length} superpowers`);
|
|
1700
1710
|
}
|
|
1701
1711
|
const summary = parts.join(", ");
|
|
1702
|
-
return
|
|
1712
|
+
return a.dim(`CCJK loaded: ${summary || "no capabilities"}`);
|
|
1703
1713
|
}
|
|
1704
1714
|
function generateRecommendations(scanResult) {
|
|
1705
1715
|
const recommendations = [];
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
2
|
+
|
|
3
|
+
function getDefaultExportFromCjs (x) {
|
|
4
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
function getAugmentedNamespace(n) {
|
|
8
|
+
if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
|
|
9
|
+
var f = n.default;
|
|
10
|
+
if (typeof f == "function") {
|
|
11
|
+
var a = function a () {
|
|
12
|
+
var isInstance = false;
|
|
13
|
+
try {
|
|
14
|
+
isInstance = this instanceof a;
|
|
15
|
+
} catch {}
|
|
16
|
+
if (isInstance) {
|
|
17
|
+
return Reflect.construct(f, arguments, this.constructor);
|
|
18
|
+
}
|
|
19
|
+
return f.apply(this, arguments);
|
|
20
|
+
};
|
|
21
|
+
a.prototype = f.prototype;
|
|
22
|
+
} else a = {};
|
|
23
|
+
Object.defineProperty(a, '__esModule', {value: true});
|
|
24
|
+
Object.keys(n).forEach(function (k) {
|
|
25
|
+
var d = Object.getOwnPropertyDescriptor(n, k);
|
|
26
|
+
Object.defineProperty(a, k, d.get ? d : {
|
|
27
|
+
enumerable: true,
|
|
28
|
+
get: function () {
|
|
29
|
+
return n[k];
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
return a;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { getAugmentedNamespace as a, commonjsGlobal as c, getDefaultExportFromCjs as g };
|