@holoscript/core 8.0.10 → 8.0.11
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/{HoloCompositionParser-UZH6Y4HO.cjs → HoloCompositionParser-3XEC7IJC.cjs} +11 -11
- package/dist/{HoloCompositionParser-K76KTEEE.js → HoloCompositionParser-FLBZKFD3.js} +4 -4
- package/dist/{HoloScriptPlusParser-FTMCGWXD.js → HoloScriptPlusParser-55AY4MUF.js} +4 -4
- package/dist/{HoloScriptPlusParser-LQR5GIKF.cjs → HoloScriptPlusParser-RNUCHOAJ.cjs} +7 -7
- package/dist/{chunk-BXSOEQI3.js → chunk-2TAN7H54.js} +3 -3
- package/dist/{chunk-NFFHLX37.cjs → chunk-3KMANSQJ.cjs} +4 -4
- package/dist/{chunk-5OUOMBKK.js → chunk-4VVHNBCO.js} +5 -5
- package/dist/{chunk-CANAL6CT.cjs → chunk-656IAS7B.cjs} +6 -6
- package/dist/{chunk-CM4NHXVO.cjs → chunk-7N63JHUN.cjs} +3 -3
- package/dist/{chunk-DBH3D2MU.js → chunk-7NPZZZD7.js} +3 -3
- package/dist/{chunk-Z6LZUYZF.js → chunk-CP7V3ATL.js} +7 -5
- package/dist/{chunk-6NTAZN5Z.cjs → chunk-EI5G5JLY.cjs} +5 -5
- package/dist/{chunk-SZOLTWWD.js → chunk-FHVPN7BN.js} +3 -3
- package/dist/{chunk-X75H75UY.cjs → chunk-J3UHV5T4.cjs} +4 -4
- package/dist/{chunk-OV6HHKLE.cjs → chunk-OIBRWLPY.cjs} +7 -5
- package/dist/{chunk-LHNHO27U.cjs → chunk-P534AGP5.cjs} +5 -5
- package/dist/{chunk-4Q7RKQQI.cjs → chunk-RMOEL2GD.cjs} +5 -5
- package/dist/{chunk-SE7ANBGN.js → chunk-TX6ZBIF4.js} +3 -3
- package/dist/{chunk-GIBF4BHH.js → chunk-TYNRXRHF.js} +5 -5
- package/dist/{chunk-C65C5VED.cjs → chunk-UDGTX7LY.cjs} +5 -5
- package/dist/{chunk-WKEK4NCA.js → chunk-USOUXQYD.js} +4 -4
- package/dist/{chunk-GP3OKSKT.js → chunk-VO52AJD5.js} +3 -3
- package/dist/cli/holoscript-runner.cjs +9 -9
- package/dist/cli/holoscript-runner.js +2 -2
- package/dist/compiler/incremental.cjs +6 -6
- package/dist/compiler/incremental.js +1 -1
- package/dist/compiler/index.cjs +79 -79
- package/dist/compiler/index.js +3 -3
- package/dist/entries/scripting.cjs +5 -5
- package/dist/entries/scripting.js +1 -1
- package/dist/evolution/index.cjs +16 -16
- package/dist/evolution/index.js +5 -5
- package/dist/index.cjs +184 -184
- package/dist/index.js +15 -15
- package/dist/parser.cjs +18 -18
- package/dist/parser.js +4 -4
- package/dist/reconstruction/index.cjs +38 -38
- package/dist/reconstruction/index.js +2 -2
- package/dist/traits/index.cjs +4 -4
- package/dist/traits/index.js +1 -1
- package/package.json +22 -22
|
@@ -3,8 +3,8 @@ import { checkLicenseCompatibility, ethToWei, calculateRevenueDistribution, form
|
|
|
3
3
|
import { InteropContext } from '../chunk-TPZ3BN2D.js';
|
|
4
4
|
import { AbsorbProcessor, ScriptTestRunner, HotReloadWatcher } from '../chunk-2M2DPHKB.js';
|
|
5
5
|
import { generateProvenance } from '../chunk-4R6SBXDB.js';
|
|
6
|
-
import { parse } from '../chunk-
|
|
7
|
-
import '../chunk-
|
|
6
|
+
import { parse } from '../chunk-7NPZZZD7.js';
|
|
7
|
+
import '../chunk-CP7V3ATL.js';
|
|
8
8
|
import '../chunk-UNMVGZVW.js';
|
|
9
9
|
import '../chunk-JBYBMBMW.js';
|
|
10
10
|
import '../chunk-2EGGAZT3.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7N63JHUN_cjs = require('../chunk-7N63JHUN.cjs');
|
|
4
4
|
require('../chunk-R75BSDH7.cjs');
|
|
5
5
|
require('../chunk-ZK7KX5CD.cjs');
|
|
6
6
|
require('../chunk-7IDJDMPU.cjs');
|
|
@@ -12,23 +12,23 @@ require('../chunk-ZHPMP447.cjs');
|
|
|
12
12
|
|
|
13
13
|
Object.defineProperty(exports, "IncrementalCompiler", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk7N63JHUN_cjs.IncrementalCompiler; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "UnauthorizedIncrementalCompilerAccessError", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunk7N63JHUN_cjs.UnauthorizedIncrementalCompilerAccessError; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "createIncrementalCompiler", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunk7N63JHUN_cjs.createIncrementalCompiler; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "deserializeCache", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunk7N63JHUN_cjs.deserializeCache; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "serializeCache", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunk7N63JHUN_cjs.serializeCache; }
|
|
32
32
|
});
|
|
33
33
|
//# sourceMappingURL=incremental.cjs.map
|
|
34
34
|
//# sourceMappingURL=incremental.cjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { IncrementalCompiler, UnauthorizedIncrementalCompilerAccessError, createIncrementalCompiler, deserializeCache, serializeCache } from '../chunk-
|
|
1
|
+
export { IncrementalCompiler, UnauthorizedIncrementalCompilerAccessError, createIncrementalCompiler, deserializeCache, serializeCache } from '../chunk-VO52AJD5.js';
|
|
2
2
|
import '../chunk-4R6SBXDB.js';
|
|
3
3
|
import '../chunk-DUG3OQAS.js';
|
|
4
4
|
import '../chunk-B3CWTCK2.js';
|
package/dist/compiler/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@ var chunkOV46CCA2_cjs = require('../chunk-OV46CCA2.cjs');
|
|
|
7
7
|
var chunkS6YWHCKV_cjs = require('../chunk-S6YWHCKV.cjs');
|
|
8
8
|
var chunkVJ3L7CHT_cjs = require('../chunk-VJ3L7CHT.cjs');
|
|
9
9
|
var chunkZRPALBQB_cjs = require('../chunk-ZRPALBQB.cjs');
|
|
10
|
-
var
|
|
10
|
+
var chunkRMOEL2GD_cjs = require('../chunk-RMOEL2GD.cjs');
|
|
11
11
|
var chunkFT6TDR2O_cjs = require('../chunk-FT6TDR2O.cjs');
|
|
12
12
|
require('../chunk-LDYZWNJW.cjs');
|
|
13
13
|
var chunkGGR7QUKK_cjs = require('../chunk-GGR7QUKK.cjs');
|
|
@@ -32,7 +32,7 @@ var chunkF3YT6GUF_cjs = require('../chunk-F3YT6GUF.cjs');
|
|
|
32
32
|
var chunk2X3IPCBK_cjs = require('../chunk-2X3IPCBK.cjs');
|
|
33
33
|
var chunkS4O7CFHQ_cjs = require('../chunk-S4O7CFHQ.cjs');
|
|
34
34
|
require('../chunk-V6GXFSK7.cjs');
|
|
35
|
-
var
|
|
35
|
+
var chunk7N63JHUN_cjs = require('../chunk-7N63JHUN.cjs');
|
|
36
36
|
require('../chunk-R75BSDH7.cjs');
|
|
37
37
|
var chunk2KKOYZYI_cjs = require('../chunk-2KKOYZYI.cjs');
|
|
38
38
|
var chunkNQN5LFN4_cjs = require('../chunk-NQN5LFN4.cjs');
|
|
@@ -1350,11 +1350,11 @@ var NextJSCompiler = class extends chunkZK7KX5CD_cjs.CompilerBase {
|
|
|
1350
1350
|
};
|
|
1351
1351
|
|
|
1352
1352
|
// src/compiler/index.ts
|
|
1353
|
-
|
|
1353
|
+
chunkRMOEL2GD_cjs.init_NextJSAPICompiler();
|
|
1354
1354
|
|
|
1355
1355
|
// src/compiler/MCPConfigCompiler.ts
|
|
1356
1356
|
chunkZK7KX5CD_cjs.init_CompilerBase();
|
|
1357
|
-
|
|
1357
|
+
chunkRMOEL2GD_cjs.init_DialectRegistry();
|
|
1358
1358
|
var MCPConfigCompiler = class extends chunkZK7KX5CD_cjs.CompilerBase {
|
|
1359
1359
|
constructor(options = {}) {
|
|
1360
1360
|
super();
|
|
@@ -1551,7 +1551,7 @@ var MCPConfigCompiler = class extends chunkZK7KX5CD_cjs.CompilerBase {
|
|
|
1551
1551
|
return void 0;
|
|
1552
1552
|
}
|
|
1553
1553
|
};
|
|
1554
|
-
|
|
1554
|
+
chunkRMOEL2GD_cjs.DialectRegistry.register({
|
|
1555
1555
|
name: "mcp-config",
|
|
1556
1556
|
domain: "configuration",
|
|
1557
1557
|
description: "Compiles .holo MCP server connection definitions to IDE-specific client config JSON",
|
|
@@ -1562,9 +1562,9 @@ chunk4Q7RKQQI_cjs.DialectRegistry.register({
|
|
|
1562
1562
|
});
|
|
1563
1563
|
|
|
1564
1564
|
// src/compiler/index.ts
|
|
1565
|
-
|
|
1565
|
+
chunkRMOEL2GD_cjs.init_HoloMCPCompiler();
|
|
1566
1566
|
chunkBCP4E7MD_cjs.init_AgentInferenceExportTarget();
|
|
1567
|
-
|
|
1567
|
+
chunkRMOEL2GD_cjs.init_OmnigentAgentYamlCompiler();
|
|
1568
1568
|
chunkVVAAZITA_cjs.init_DaimonSeedCompiler();
|
|
1569
1569
|
chunkTZCFKZ6Z_cjs.init_PlatformConditionalCompilerMixin();
|
|
1570
1570
|
|
|
@@ -2782,13 +2782,13 @@ function byzantineResilientMerge(agentDags, ledger, options = {}) {
|
|
|
2782
2782
|
}
|
|
2783
2783
|
|
|
2784
2784
|
// src/compiler/index.ts
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2785
|
+
chunkRMOEL2GD_cjs.init_NodeServiceCompiler();
|
|
2786
|
+
chunkRMOEL2GD_cjs.init_SDKCompiler();
|
|
2787
|
+
chunkRMOEL2GD_cjs.init_LlamaServerCompiler();
|
|
2788
|
+
chunkRMOEL2GD_cjs.init_holoscript_gbnf();
|
|
2789
|
+
chunkRMOEL2GD_cjs.init_DialectRegistry();
|
|
2790
|
+
chunkRMOEL2GD_cjs.init_registerBuiltinDialects();
|
|
2791
|
+
chunkRMOEL2GD_cjs.init_PCGGraphCompiler();
|
|
2792
2792
|
|
|
2793
2793
|
// src/compiler/dispatch/DispatchPolicy.ts
|
|
2794
2794
|
var DispatchTier = /* @__PURE__ */ ((DispatchTier2) => {
|
|
@@ -4387,255 +4387,255 @@ Object.defineProperty(exports, "QuantumCircuitCompiler", {
|
|
|
4387
4387
|
});
|
|
4388
4388
|
Object.defineProperty(exports, "CodeEditorCompiler", {
|
|
4389
4389
|
enumerable: true,
|
|
4390
|
-
get: function () { return
|
|
4390
|
+
get: function () { return chunkRMOEL2GD_cjs.CodeEditorCompiler; }
|
|
4391
4391
|
});
|
|
4392
4392
|
Object.defineProperty(exports, "CompileTimeAuthorityEffectError", {
|
|
4393
4393
|
enumerable: true,
|
|
4394
|
-
get: function () { return
|
|
4394
|
+
get: function () { return chunkRMOEL2GD_cjs.CompileTimeAuthorityEffectError; }
|
|
4395
4395
|
});
|
|
4396
4396
|
Object.defineProperty(exports, "CompilerBridge", {
|
|
4397
4397
|
enumerable: true,
|
|
4398
|
-
get: function () { return
|
|
4398
|
+
get: function () { return chunkRMOEL2GD_cjs.CompilerBridge; }
|
|
4399
4399
|
});
|
|
4400
4400
|
Object.defineProperty(exports, "DEFAULT_MATERIAL_KEYWORDS", {
|
|
4401
4401
|
enumerable: true,
|
|
4402
|
-
get: function () { return
|
|
4402
|
+
get: function () { return chunkRMOEL2GD_cjs.DEFAULT_MATERIAL_KEYWORDS; }
|
|
4403
4403
|
});
|
|
4404
4404
|
Object.defineProperty(exports, "DEFAULT_OBJECT_KEYWORDS", {
|
|
4405
4405
|
enumerable: true,
|
|
4406
|
-
get: function () { return
|
|
4406
|
+
get: function () { return chunkRMOEL2GD_cjs.DEFAULT_OBJECT_KEYWORDS; }
|
|
4407
4407
|
});
|
|
4408
4408
|
Object.defineProperty(exports, "DEFAULT_PRIMITIVE_SHAPES", {
|
|
4409
4409
|
enumerable: true,
|
|
4410
|
-
get: function () { return
|
|
4410
|
+
get: function () { return chunkRMOEL2GD_cjs.DEFAULT_PRIMITIVE_SHAPES; }
|
|
4411
4411
|
});
|
|
4412
4412
|
Object.defineProperty(exports, "DialectRegistry", {
|
|
4413
4413
|
enumerable: true,
|
|
4414
|
-
get: function () { return
|
|
4414
|
+
get: function () { return chunkRMOEL2GD_cjs.DialectRegistry; }
|
|
4415
4415
|
});
|
|
4416
4416
|
Object.defineProperty(exports, "EdgeCompiler", {
|
|
4417
4417
|
enumerable: true,
|
|
4418
|
-
get: function () { return
|
|
4418
|
+
get: function () { return chunkRMOEL2GD_cjs.EdgeCompiler; }
|
|
4419
4419
|
});
|
|
4420
4420
|
Object.defineProperty(exports, "FMUCompiler", {
|
|
4421
4421
|
enumerable: true,
|
|
4422
|
-
get: function () { return
|
|
4422
|
+
get: function () { return chunkRMOEL2GD_cjs.FMUCompiler; }
|
|
4423
4423
|
});
|
|
4424
4424
|
Object.defineProperty(exports, "GaussianSplattingCompiler", {
|
|
4425
4425
|
enumerable: true,
|
|
4426
|
-
get: function () { return
|
|
4426
|
+
get: function () { return chunkRMOEL2GD_cjs.GaussianSplattingCompiler; }
|
|
4427
4427
|
});
|
|
4428
4428
|
Object.defineProperty(exports, "GaussianTrainCompiler", {
|
|
4429
4429
|
enumerable: true,
|
|
4430
|
-
get: function () { return
|
|
4430
|
+
get: function () { return chunkRMOEL2GD_cjs.GaussianTrainCompiler; }
|
|
4431
4431
|
});
|
|
4432
4432
|
Object.defineProperty(exports, "GaussianTrainConfigError", {
|
|
4433
4433
|
enumerable: true,
|
|
4434
|
-
get: function () { return
|
|
4434
|
+
get: function () { return chunkRMOEL2GD_cjs.GaussianTrainConfigError; }
|
|
4435
4435
|
});
|
|
4436
4436
|
Object.defineProperty(exports, "HOLOSCRIPT_GRAMMAR_PRESETS", {
|
|
4437
4437
|
enumerable: true,
|
|
4438
|
-
get: function () { return
|
|
4438
|
+
get: function () { return chunkRMOEL2GD_cjs.HOLOSCRIPT_GRAMMAR_PRESETS; }
|
|
4439
4439
|
});
|
|
4440
4440
|
Object.defineProperty(exports, "HoloMCPCompiler", {
|
|
4441
4441
|
enumerable: true,
|
|
4442
|
-
get: function () { return
|
|
4442
|
+
get: function () { return chunkRMOEL2GD_cjs.HoloMCPCompiler; }
|
|
4443
4443
|
});
|
|
4444
4444
|
Object.defineProperty(exports, "LlamaServerCompiler", {
|
|
4445
4445
|
enumerable: true,
|
|
4446
|
-
get: function () { return
|
|
4446
|
+
get: function () { return chunkRMOEL2GD_cjs.LlamaServerCompiler; }
|
|
4447
4447
|
});
|
|
4448
4448
|
Object.defineProperty(exports, "NextJSAPICompiler", {
|
|
4449
4449
|
enumerable: true,
|
|
4450
|
-
get: function () { return
|
|
4450
|
+
get: function () { return chunkRMOEL2GD_cjs.NextJSAPICompiler; }
|
|
4451
4451
|
});
|
|
4452
4452
|
Object.defineProperty(exports, "NodeServiceCompiler", {
|
|
4453
4453
|
enumerable: true,
|
|
4454
|
-
get: function () { return
|
|
4454
|
+
get: function () { return chunkRMOEL2GD_cjs.NodeServiceCompiler; }
|
|
4455
4455
|
});
|
|
4456
4456
|
Object.defineProperty(exports, "OmnigentAgentYamlCompiler", {
|
|
4457
4457
|
enumerable: true,
|
|
4458
|
-
get: function () { return
|
|
4458
|
+
get: function () { return chunkRMOEL2GD_cjs.OmnigentAgentYamlCompiler; }
|
|
4459
4459
|
});
|
|
4460
4460
|
Object.defineProperty(exports, "PCGGraphCompiler", {
|
|
4461
4461
|
enumerable: true,
|
|
4462
|
-
get: function () { return
|
|
4462
|
+
get: function () { return chunkRMOEL2GD_cjs.PCGGraphCompiler; }
|
|
4463
4463
|
});
|
|
4464
4464
|
Object.defineProperty(exports, "PCG_GRAPH_SCHEMA", {
|
|
4465
4465
|
enumerable: true,
|
|
4466
|
-
get: function () { return
|
|
4466
|
+
get: function () { return chunkRMOEL2GD_cjs.PCG_GRAPH_SCHEMA; }
|
|
4467
4467
|
});
|
|
4468
4468
|
Object.defineProperty(exports, "REMOTE_TRAIN_EXECUTOR", {
|
|
4469
4469
|
enumerable: true,
|
|
4470
|
-
get: function () { return
|
|
4470
|
+
get: function () { return chunkRMOEL2GD_cjs.REMOTE_TRAIN_EXECUTOR; }
|
|
4471
4471
|
});
|
|
4472
4472
|
Object.defineProperty(exports, "REQUIRED_SANDBOX_AUTHORITY_EFFECT", {
|
|
4473
4473
|
enumerable: true,
|
|
4474
|
-
get: function () { return
|
|
4474
|
+
get: function () { return chunkRMOEL2GD_cjs.REQUIRED_SANDBOX_AUTHORITY_EFFECT; }
|
|
4475
4475
|
});
|
|
4476
4476
|
Object.defineProperty(exports, "SANDBOX_AUTHORITY_TRAIT", {
|
|
4477
4477
|
enumerable: true,
|
|
4478
|
-
get: function () { return
|
|
4478
|
+
get: function () { return chunkRMOEL2GD_cjs.SANDBOX_AUTHORITY_TRAIT; }
|
|
4479
4479
|
});
|
|
4480
4480
|
Object.defineProperty(exports, "SCMCompiler", {
|
|
4481
4481
|
enumerable: true,
|
|
4482
|
-
get: function () { return
|
|
4482
|
+
get: function () { return chunkRMOEL2GD_cjs.SCMCompiler; }
|
|
4483
4483
|
});
|
|
4484
4484
|
Object.defineProperty(exports, "SDKCompiler", {
|
|
4485
4485
|
enumerable: true,
|
|
4486
|
-
get: function () { return
|
|
4486
|
+
get: function () { return chunkRMOEL2GD_cjs.SDKCompiler; }
|
|
4487
4487
|
});
|
|
4488
4488
|
Object.defineProperty(exports, "SHARED_SORT_SHADER_PATH", {
|
|
4489
4489
|
enumerable: true,
|
|
4490
|
-
get: function () { return
|
|
4490
|
+
get: function () { return chunkRMOEL2GD_cjs.SHARED_SORT_SHADER_PATH; }
|
|
4491
4491
|
});
|
|
4492
4492
|
Object.defineProperty(exports, "SOVEREIGN_TRAIN_EXECUTOR", {
|
|
4493
4493
|
enumerable: true,
|
|
4494
|
-
get: function () { return
|
|
4494
|
+
get: function () { return chunkRMOEL2GD_cjs.SOVEREIGN_TRAIN_EXECUTOR; }
|
|
4495
4495
|
});
|
|
4496
4496
|
Object.defineProperty(exports, "SVGCompiler", {
|
|
4497
4497
|
enumerable: true,
|
|
4498
|
-
get: function () { return
|
|
4498
|
+
get: function () { return chunkRMOEL2GD_cjs.SVGCompiler; }
|
|
4499
4499
|
});
|
|
4500
4500
|
Object.defineProperty(exports, "SpatialPartitionPass", {
|
|
4501
4501
|
enumerable: true,
|
|
4502
|
-
get: function () { return
|
|
4502
|
+
get: function () { return chunkRMOEL2GD_cjs.SpatialPartitionPass; }
|
|
4503
4503
|
});
|
|
4504
4504
|
Object.defineProperty(exports, "ThreeDTilesCompiler", {
|
|
4505
4505
|
enumerable: true,
|
|
4506
|
-
get: function () { return
|
|
4506
|
+
get: function () { return chunkRMOEL2GD_cjs.ThreeDTilesCompiler; }
|
|
4507
4507
|
});
|
|
4508
4508
|
Object.defineProperty(exports, "USDZPipeline", {
|
|
4509
4509
|
enumerable: true,
|
|
4510
|
-
get: function () { return
|
|
4510
|
+
get: function () { return chunkRMOEL2GD_cjs.USDZPipeline; }
|
|
4511
4511
|
});
|
|
4512
4512
|
Object.defineProperty(exports, "absorbFMU", {
|
|
4513
4513
|
enumerable: true,
|
|
4514
|
-
get: function () { return
|
|
4514
|
+
get: function () { return chunkRMOEL2GD_cjs.absorbFMU; }
|
|
4515
4515
|
});
|
|
4516
4516
|
Object.defineProperty(exports, "assertAuthorityEffects", {
|
|
4517
4517
|
enumerable: true,
|
|
4518
|
-
get: function () { return
|
|
4518
|
+
get: function () { return chunkRMOEL2GD_cjs.assertAuthorityEffects; }
|
|
4519
4519
|
});
|
|
4520
4520
|
Object.defineProperty(exports, "bestCategoryForTraits", {
|
|
4521
4521
|
enumerable: true,
|
|
4522
|
-
get: function () { return
|
|
4522
|
+
get: function () { return chunkRMOEL2GD_cjs.bestCategoryForTraits; }
|
|
4523
4523
|
});
|
|
4524
4524
|
Object.defineProperty(exports, "checkAuthorityEffects", {
|
|
4525
4525
|
enumerable: true,
|
|
4526
|
-
get: function () { return
|
|
4526
|
+
get: function () { return chunkRMOEL2GD_cjs.checkAuthorityEffects; }
|
|
4527
4527
|
});
|
|
4528
4528
|
Object.defineProperty(exports, "collectAuthorityEffectNodes", {
|
|
4529
4529
|
enumerable: true,
|
|
4530
|
-
get: function () { return
|
|
4530
|
+
get: function () { return chunkRMOEL2GD_cjs.collectAuthorityEffectNodes; }
|
|
4531
4531
|
});
|
|
4532
4532
|
Object.defineProperty(exports, "compileAllToNextJSAPI", {
|
|
4533
4533
|
enumerable: true,
|
|
4534
|
-
get: function () { return
|
|
4534
|
+
get: function () { return chunkRMOEL2GD_cjs.compileAllToNextJSAPI; }
|
|
4535
4535
|
});
|
|
4536
4536
|
Object.defineProperty(exports, "compilePCGGraphFromBlocks", {
|
|
4537
4537
|
enumerable: true,
|
|
4538
|
-
get: function () { return
|
|
4538
|
+
get: function () { return chunkRMOEL2GD_cjs.compilePCGGraphFromBlocks; }
|
|
4539
4539
|
});
|
|
4540
4540
|
Object.defineProperty(exports, "compilePipelineSource", {
|
|
4541
4541
|
enumerable: true,
|
|
4542
|
-
get: function () { return
|
|
4542
|
+
get: function () { return chunkRMOEL2GD_cjs.compilePipelineSource; }
|
|
4543
4543
|
});
|
|
4544
4544
|
Object.defineProperty(exports, "compilePipelineSourceToNode", {
|
|
4545
4545
|
enumerable: true,
|
|
4546
|
-
get: function () { return
|
|
4546
|
+
get: function () { return chunkRMOEL2GD_cjs.compilePipelineSourceToNode; }
|
|
4547
4547
|
});
|
|
4548
4548
|
Object.defineProperty(exports, "compilePipelineSourceToPython", {
|
|
4549
4549
|
enumerable: true,
|
|
4550
|
-
get: function () { return
|
|
4550
|
+
get: function () { return chunkRMOEL2GD_cjs.compilePipelineSourceToPython; }
|
|
4551
4551
|
});
|
|
4552
4552
|
Object.defineProperty(exports, "compilePipelineToNode", {
|
|
4553
4553
|
enumerable: true,
|
|
4554
|
-
get: function () { return
|
|
4554
|
+
get: function () { return chunkRMOEL2GD_cjs.compilePipelineToNode; }
|
|
4555
4555
|
});
|
|
4556
4556
|
Object.defineProperty(exports, "compilePipelineToPython", {
|
|
4557
4557
|
enumerable: true,
|
|
4558
|
-
get: function () { return
|
|
4558
|
+
get: function () { return chunkRMOEL2GD_cjs.compilePipelineToPython; }
|
|
4559
4559
|
});
|
|
4560
4560
|
Object.defineProperty(exports, "compileTo3DTiles", {
|
|
4561
4561
|
enumerable: true,
|
|
4562
|
-
get: function () { return
|
|
4562
|
+
get: function () { return chunkRMOEL2GD_cjs.compileTo3DTiles; }
|
|
4563
4563
|
});
|
|
4564
4564
|
Object.defineProperty(exports, "compileToFMU", {
|
|
4565
4565
|
enumerable: true,
|
|
4566
|
-
get: function () { return
|
|
4566
|
+
get: function () { return chunkRMOEL2GD_cjs.compileToFMU; }
|
|
4567
4567
|
});
|
|
4568
4568
|
Object.defineProperty(exports, "compileToNextJSAPI", {
|
|
4569
4569
|
enumerable: true,
|
|
4570
|
-
get: function () { return
|
|
4570
|
+
get: function () { return chunkRMOEL2GD_cjs.compileToNextJSAPI; }
|
|
4571
4571
|
});
|
|
4572
4572
|
Object.defineProperty(exports, "compileToPCGGraph", {
|
|
4573
4573
|
enumerable: true,
|
|
4574
|
-
get: function () { return
|
|
4574
|
+
get: function () { return chunkRMOEL2GD_cjs.compileToPCGGraph; }
|
|
4575
4575
|
});
|
|
4576
4576
|
Object.defineProperty(exports, "createGaussianSplattingCompiler", {
|
|
4577
4577
|
enumerable: true,
|
|
4578
|
-
get: function () { return
|
|
4578
|
+
get: function () { return chunkRMOEL2GD_cjs.createGaussianSplattingCompiler; }
|
|
4579
4579
|
});
|
|
4580
4580
|
Object.defineProperty(exports, "createGaussianTrainCompiler", {
|
|
4581
4581
|
enumerable: true,
|
|
4582
|
-
get: function () { return
|
|
4582
|
+
get: function () { return chunkRMOEL2GD_cjs.createGaussianTrainCompiler; }
|
|
4583
4583
|
});
|
|
4584
4584
|
Object.defineProperty(exports, "createOmnigentAgentYamlCompiler", {
|
|
4585
4585
|
enumerable: true,
|
|
4586
|
-
get: function () { return
|
|
4586
|
+
get: function () { return chunkRMOEL2GD_cjs.createOmnigentAgentYamlCompiler; }
|
|
4587
4587
|
});
|
|
4588
4588
|
Object.defineProperty(exports, "createThreeDTilesCompiler", {
|
|
4589
4589
|
enumerable: true,
|
|
4590
|
-
get: function () { return
|
|
4590
|
+
get: function () { return chunkRMOEL2GD_cjs.createThreeDTilesCompiler; }
|
|
4591
4591
|
});
|
|
4592
4592
|
Object.defineProperty(exports, "detectMultiUserSharedSort", {
|
|
4593
4593
|
enumerable: true,
|
|
4594
|
-
get: function () { return
|
|
4594
|
+
get: function () { return chunkRMOEL2GD_cjs.detectMultiUserSharedSort; }
|
|
4595
4595
|
});
|
|
4596
4596
|
Object.defineProperty(exports, "ensureDialectsBooted", {
|
|
4597
4597
|
enumerable: true,
|
|
4598
|
-
get: function () { return
|
|
4598
|
+
get: function () { return chunkRMOEL2GD_cjs.ensureDialectsBooted; }
|
|
4599
4599
|
});
|
|
4600
4600
|
Object.defineProperty(exports, "generateHoloScriptGbnf", {
|
|
4601
4601
|
enumerable: true,
|
|
4602
|
-
get: function () { return
|
|
4602
|
+
get: function () { return chunkRMOEL2GD_cjs.generateHoloScriptGbnf; }
|
|
4603
4603
|
});
|
|
4604
4604
|
Object.defineProperty(exports, "isHoloScriptGrammarPreset", {
|
|
4605
4605
|
enumerable: true,
|
|
4606
|
-
get: function () { return
|
|
4606
|
+
get: function () { return chunkRMOEL2GD_cjs.isHoloScriptGrammarPreset; }
|
|
4607
4607
|
});
|
|
4608
4608
|
Object.defineProperty(exports, "pcgGraphToUnrealXml", {
|
|
4609
4609
|
enumerable: true,
|
|
4610
|
-
get: function () { return
|
|
4610
|
+
get: function () { return chunkRMOEL2GD_cjs.pcgGraphToUnrealXml; }
|
|
4611
4611
|
});
|
|
4612
4612
|
Object.defineProperty(exports, "quickSafetyCheck", {
|
|
4613
4613
|
enumerable: true,
|
|
4614
|
-
get: function () { return
|
|
4614
|
+
get: function () { return chunkRMOEL2GD_cjs.quickSafetyCheck; }
|
|
4615
4615
|
});
|
|
4616
4616
|
Object.defineProperty(exports, "registerBuiltinDialects", {
|
|
4617
4617
|
enumerable: true,
|
|
4618
|
-
get: function () { return
|
|
4618
|
+
get: function () { return chunkRMOEL2GD_cjs.registerBuiltinDialects; }
|
|
4619
4619
|
});
|
|
4620
4620
|
Object.defineProperty(exports, "runSafetyPass", {
|
|
4621
4621
|
enumerable: true,
|
|
4622
|
-
get: function () { return
|
|
4622
|
+
get: function () { return chunkRMOEL2GD_cjs.runSafetyPass; }
|
|
4623
4623
|
});
|
|
4624
4624
|
Object.defineProperty(exports, "selectModality", {
|
|
4625
4625
|
enumerable: true,
|
|
4626
|
-
get: function () { return
|
|
4626
|
+
get: function () { return chunkRMOEL2GD_cjs.selectModality; }
|
|
4627
4627
|
});
|
|
4628
4628
|
Object.defineProperty(exports, "selectModalityForAll", {
|
|
4629
4629
|
enumerable: true,
|
|
4630
|
-
get: function () { return
|
|
4630
|
+
get: function () { return chunkRMOEL2GD_cjs.selectModalityForAll; }
|
|
4631
4631
|
});
|
|
4632
4632
|
Object.defineProperty(exports, "spatialPartition", {
|
|
4633
4633
|
enumerable: true,
|
|
4634
|
-
get: function () { return
|
|
4634
|
+
get: function () { return chunkRMOEL2GD_cjs.spatialPartition; }
|
|
4635
4635
|
});
|
|
4636
4636
|
Object.defineProperty(exports, "streamWorldTiles", {
|
|
4637
4637
|
enumerable: true,
|
|
4638
|
-
get: function () { return
|
|
4638
|
+
get: function () { return chunkRMOEL2GD_cjs.streamWorldTiles; }
|
|
4639
4639
|
});
|
|
4640
4640
|
Object.defineProperty(exports, "generateHullGeometry", {
|
|
4641
4641
|
enumerable: true,
|
|
@@ -4715,11 +4715,11 @@ Object.defineProperty(exports, "TraitCompositionCompiler", {
|
|
|
4715
4715
|
});
|
|
4716
4716
|
Object.defineProperty(exports, "IncrementalCompiler", {
|
|
4717
4717
|
enumerable: true,
|
|
4718
|
-
get: function () { return
|
|
4718
|
+
get: function () { return chunk7N63JHUN_cjs.IncrementalCompiler; }
|
|
4719
4719
|
});
|
|
4720
4720
|
Object.defineProperty(exports, "createIncrementalCompiler", {
|
|
4721
4721
|
enumerable: true,
|
|
4722
|
-
get: function () { return
|
|
4722
|
+
get: function () { return chunk7N63JHUN_cjs.createIncrementalCompiler; }
|
|
4723
4723
|
});
|
|
4724
4724
|
Object.defineProperty(exports, "AndroidCompiler", {
|
|
4725
4725
|
enumerable: true,
|
package/dist/compiler/index.js
CHANGED
|
@@ -5,8 +5,8 @@ export { BUSINESS_QUEST_TOOLS, buildVRRCompositionFromDraft, businessVRRDraftSch
|
|
|
5
5
|
export { NodeToyMapper, mapNodeToyToShader } from '../chunk-TG7O4WBC.js';
|
|
6
6
|
export { createReproducibilityContext, parseReproducibilityFlags } from '../chunk-5GLCTO44.js';
|
|
7
7
|
export { QuantumCircuitCompiler } from '../chunk-2BYAUHBO.js';
|
|
8
|
-
import { init_NextJSAPICompiler, init_DialectRegistry, DialectRegistry, init_HoloMCPCompiler, init_OmnigentAgentYamlCompiler, init_NodeServiceCompiler, init_SDKCompiler, init_LlamaServerCompiler, init_holoscript_gbnf, init_registerBuiltinDialects, init_PCGGraphCompiler } from '../chunk-
|
|
9
|
-
export { CodeEditorCompiler, CompileTimeAuthorityEffectError, CompilerBridge, DEFAULT_MATERIAL_KEYWORDS, DEFAULT_OBJECT_KEYWORDS, DEFAULT_PRIMITIVE_SHAPES, DialectRegistry, EdgeCompiler, FMUCompiler, GaussianSplattingCompiler, GaussianTrainCompiler, GaussianTrainConfigError, HOLOSCRIPT_GRAMMAR_PRESETS, HoloMCPCompiler, LlamaServerCompiler, NextJSAPICompiler, NodeServiceCompiler, OmnigentAgentYamlCompiler, PCGGraphCompiler, PCG_GRAPH_SCHEMA, REMOTE_TRAIN_EXECUTOR, REQUIRED_SANDBOX_AUTHORITY_EFFECT, SANDBOX_AUTHORITY_TRAIT, SCMCompiler, SDKCompiler, SHARED_SORT_SHADER_PATH, SOVEREIGN_TRAIN_EXECUTOR, SVGCompiler, SpatialPartitionPass, ThreeDTilesCompiler, USDZPipeline, absorbFMU, assertAuthorityEffects, bestCategoryForTraits, checkAuthorityEffects, collectAuthorityEffectNodes, compileAllToNextJSAPI, compilePCGGraphFromBlocks, compilePipelineSource, compilePipelineSourceToNode, compilePipelineSourceToPython, compilePipelineToNode, compilePipelineToPython, compileTo3DTiles, compileToFMU, compileToNextJSAPI, compileToPCGGraph, createGaussianSplattingCompiler, createGaussianTrainCompiler, createOmnigentAgentYamlCompiler, createThreeDTilesCompiler, detectMultiUserSharedSort, ensureDialectsBooted, generateHoloScriptGbnf, isHoloScriptGrammarPreset, pcgGraphToUnrealXml, quickSafetyCheck, registerBuiltinDialects, runSafetyPass, selectModality, selectModalityForAll, spatialPartition, streamWorldTiles } from '../chunk-
|
|
8
|
+
import { init_NextJSAPICompiler, init_DialectRegistry, DialectRegistry, init_HoloMCPCompiler, init_OmnigentAgentYamlCompiler, init_NodeServiceCompiler, init_SDKCompiler, init_LlamaServerCompiler, init_holoscript_gbnf, init_registerBuiltinDialects, init_PCGGraphCompiler } from '../chunk-TYNRXRHF.js';
|
|
9
|
+
export { CodeEditorCompiler, CompileTimeAuthorityEffectError, CompilerBridge, DEFAULT_MATERIAL_KEYWORDS, DEFAULT_OBJECT_KEYWORDS, DEFAULT_PRIMITIVE_SHAPES, DialectRegistry, EdgeCompiler, FMUCompiler, GaussianSplattingCompiler, GaussianTrainCompiler, GaussianTrainConfigError, HOLOSCRIPT_GRAMMAR_PRESETS, HoloMCPCompiler, LlamaServerCompiler, NextJSAPICompiler, NodeServiceCompiler, OmnigentAgentYamlCompiler, PCGGraphCompiler, PCG_GRAPH_SCHEMA, REMOTE_TRAIN_EXECUTOR, REQUIRED_SANDBOX_AUTHORITY_EFFECT, SANDBOX_AUTHORITY_TRAIT, SCMCompiler, SDKCompiler, SHARED_SORT_SHADER_PATH, SOVEREIGN_TRAIN_EXECUTOR, SVGCompiler, SpatialPartitionPass, ThreeDTilesCompiler, USDZPipeline, absorbFMU, assertAuthorityEffects, bestCategoryForTraits, checkAuthorityEffects, collectAuthorityEffectNodes, compileAllToNextJSAPI, compilePCGGraphFromBlocks, compilePipelineSource, compilePipelineSourceToNode, compilePipelineSourceToPython, compilePipelineToNode, compilePipelineToPython, compileTo3DTiles, compileToFMU, compileToNextJSAPI, compileToPCGGraph, createGaussianSplattingCompiler, createGaussianTrainCompiler, createOmnigentAgentYamlCompiler, createThreeDTilesCompiler, detectMultiUserSharedSort, ensureDialectsBooted, generateHoloScriptGbnf, isHoloScriptGrammarPreset, pcgGraphToUnrealXml, quickSafetyCheck, registerBuiltinDialects, runSafetyPass, selectModality, selectModalityForAll, spatialPartition, streamWorldTiles } from '../chunk-TYNRXRHF.js';
|
|
10
10
|
export { generateHullGeometry, generateMembraneGeometry, generateSplineGeometry } from '../chunk-UDE4OZMR.js';
|
|
11
11
|
import '../chunk-3F7ZZWIN.js';
|
|
12
12
|
export { SceneIRCompiler } from '../chunk-QM7FJB5W.js';
|
|
@@ -35,7 +35,7 @@ import { init_StateCompiler } from '../chunk-KFVNCW4Q.js';
|
|
|
35
35
|
export { StateCompiler } from '../chunk-KFVNCW4Q.js';
|
|
36
36
|
export { TraitCompositionCompiler } from '../chunk-TSTFYGGX.js';
|
|
37
37
|
import '../chunk-DQRJ5RJG.js';
|
|
38
|
-
export { IncrementalCompiler, createIncrementalCompiler } from '../chunk-
|
|
38
|
+
export { IncrementalCompiler, createIncrementalCompiler } from '../chunk-VO52AJD5.js';
|
|
39
39
|
import '../chunk-4R6SBXDB.js';
|
|
40
40
|
import { init_AndroidCompiler } from '../chunk-HVX7QQYK.js';
|
|
41
41
|
export { AndroidCompiler } from '../chunk-HVX7QQYK.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkXHIV6326_cjs = require('../chunk-XHIV6326.cjs');
|
|
4
|
-
var
|
|
4
|
+
var chunkOIBRWLPY_cjs = require('../chunk-OIBRWLPY.cjs');
|
|
5
5
|
require('../chunk-OMNHTCS4.cjs');
|
|
6
6
|
require('../chunk-EI3J6LTW.cjs');
|
|
7
7
|
require('../chunk-36NPLOI4.cjs');
|
|
@@ -38,19 +38,19 @@ Object.defineProperty(exports, "ScriptTestRunner", {
|
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "ErrorRecovery", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkOIBRWLPY_cjs.ErrorRecovery; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "HOLOSCHEMA_GEOMETRIES", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkOIBRWLPY_cjs.HOLOSCHEMA_GEOMETRIES; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "HOLOSCHEMA_KEYWORDS", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkOIBRWLPY_cjs.HOLOSCHEMA_KEYWORDS; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "HOLOSCHEMA_PROPERTIES", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkOIBRWLPY_cjs.HOLOSCHEMA_PROPERTIES; }
|
|
54
54
|
});
|
|
55
55
|
//# sourceMappingURL=scripting.cjs.map
|
|
56
56
|
//# sourceMappingURL=scripting.cjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { ABSORB_TRAIT, AbsorbProcessor, HOT_RELOAD_TRAIT, HotReloadWatcher, SCRIPT_TEST_TRAIT, ScriptTestRunner } from '../chunk-2M2DPHKB.js';
|
|
2
|
-
export { ErrorRecovery, HOLOSCHEMA_GEOMETRIES, HOLOSCHEMA_KEYWORDS, HOLOSCHEMA_PROPERTIES } from '../chunk-
|
|
2
|
+
export { ErrorRecovery, HOLOSCHEMA_GEOMETRIES, HOLOSCHEMA_KEYWORDS, HOLOSCHEMA_PROPERTIES } from '../chunk-CP7V3ATL.js';
|
|
3
3
|
import '../chunk-JBYBMBMW.js';
|
|
4
4
|
import '../chunk-2EGGAZT3.js';
|
|
5
5
|
import '../chunk-YW3I2FQL.js';
|
package/dist/evolution/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
5
|
-
require('../chunk-
|
|
3
|
+
var chunkEI5G5JLY_cjs = require('../chunk-EI5G5JLY.cjs');
|
|
4
|
+
require('../chunk-3KMANSQJ.cjs');
|
|
5
|
+
require('../chunk-J3UHV5T4.cjs');
|
|
6
6
|
require('../chunk-3VBO3IYQ.cjs');
|
|
7
|
-
require('../chunk-
|
|
8
|
-
require('../chunk-
|
|
7
|
+
require('../chunk-656IAS7B.cjs');
|
|
8
|
+
require('../chunk-OIBRWLPY.cjs');
|
|
9
9
|
require('../chunk-YP5CHEYU.cjs');
|
|
10
10
|
require('../chunk-OMNHTCS4.cjs');
|
|
11
11
|
require('../chunk-EI3J6LTW.cjs');
|
|
@@ -20,47 +20,47 @@ require('../chunk-ZHPMP447.cjs');
|
|
|
20
20
|
|
|
21
21
|
Object.defineProperty(exports, "CORPUS_PORTFOLIO", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkEI5G5JLY_cjs.CORPUS_PORTFOLIO; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "accrueOneStep", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkEI5G5JLY_cjs.accrueOneStep; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "dedupRows", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkEI5G5JLY_cjs.dedupRows; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "makeOllamaProposer", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkEI5G5JLY_cjs.makeOllamaProposer; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "makeSeedGate", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkEI5G5JLY_cjs.makeSeedGate; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "makeWasmCompilerFitnessGate", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkEI5G5JLY_cjs.makeWasmCompilerFitnessGate; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "parsesClean", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkEI5G5JLY_cjs.parsesClean; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "runEvolution", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkEI5G5JLY_cjs.runEvolution; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "scoreWasmCompilerArtifact", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkEI5G5JLY_cjs.scoreWasmCompilerArtifact; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "toGradedTraceRow", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkEI5G5JLY_cjs.toGradedTraceRow; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "wasmFitnessBaselineFromScenario", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkEI5G5JLY_cjs.wasmFitnessBaselineFromScenario; }
|
|
64
64
|
});
|
|
65
65
|
//# sourceMappingURL=index.cjs.map
|
|
66
66
|
//# sourceMappingURL=index.cjs.map
|
package/dist/evolution/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { CORPUS_PORTFOLIO, accrueOneStep, dedupRows, makeOllamaProposer, makeSeedGate, makeWasmCompilerFitnessGate, parsesClean, runEvolution, scoreWasmCompilerArtifact, toGradedTraceRow, wasmFitnessBaselineFromScenario } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { CORPUS_PORTFOLIO, accrueOneStep, dedupRows, makeOllamaProposer, makeSeedGate, makeWasmCompilerFitnessGate, parsesClean, runEvolution, scoreWasmCompilerArtifact, toGradedTraceRow, wasmFitnessBaselineFromScenario } from '../chunk-USOUXQYD.js';
|
|
2
|
+
import '../chunk-TX6ZBIF4.js';
|
|
3
|
+
import '../chunk-FHVPN7BN.js';
|
|
4
4
|
import '../chunk-SYTRBGDS.js';
|
|
5
|
-
import '../chunk-
|
|
6
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-7NPZZZD7.js';
|
|
6
|
+
import '../chunk-CP7V3ATL.js';
|
|
7
7
|
import '../chunk-UNMVGZVW.js';
|
|
8
8
|
import '../chunk-JBYBMBMW.js';
|
|
9
9
|
import '../chunk-2EGGAZT3.js';
|