@manifesto-ai/compiler 1.7.0 → 1.8.0

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/README.md CHANGED
@@ -190,8 +190,9 @@ type CompileOptions = {
190
190
  | [MEL Syntax](../../docs/mel/SYNTAX.md) | Grammar and syntax |
191
191
  | [MEL Examples](../../docs/mel/EXAMPLES.md) | Example library |
192
192
  | [MEL Error Guide](../../docs/mel/ERROR-GUIDE.md) | Error codes and fixes |
193
- | [Compiler Spec](docs/SPEC.md) | Full compiler and MEL spec |
194
- | [Compiler FDR](docs/FDR-0.3.3v.md) | Design rationale |
193
+ | [Compiler Spec](docs/SPEC-v0.7.0.md) | Full compiler and MEL spec |
194
+ | [Compiler FDR](docs/FDR-v0.5.0.md) | Design rationale |
195
+ | [Compiler Compliance Suite](docs/compiler-SPEC-compilance-test-suite.md) | CCTS structure, rule modes, and execution guide |
195
196
 
196
197
  ---
197
198
 
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  formatDiagnostic
3
- } from "./chunk-QXLPDCLA.js";
3
+ } from "./chunk-D62NIFP4.js";
4
4
  import {
5
5
  compileMelDomain
6
- } from "./chunk-QP2LGMBA.js";
6
+ } from "./chunk-MKLDAZ2Z.js";
7
7
 
8
8
  // src/unplugin.ts
9
9
  import { createUnplugin } from "unplugin";
@@ -71,4 +71,4 @@ ${details}`);
71
71
  export {
72
72
  unpluginMel
73
73
  };
74
- //# sourceMappingURL=chunk-DJY6BFGK.js.map
74
+ //# sourceMappingURL=chunk-BH25NHMN.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  compileMelDomain
3
- } from "./chunk-QP2LGMBA.js";
3
+ } from "./chunk-MKLDAZ2Z.js";
4
4
 
5
5
  // src/mel-module.ts
6
6
  function formatDiagnostic(diagnostic) {
@@ -30,4 +30,4 @@ export {
30
30
  formatDiagnostic,
31
31
  compileMelToModuleCode
32
32
  };
33
- //# sourceMappingURL=chunk-QXLPDCLA.js.map
33
+ //# sourceMappingURL=chunk-D62NIFP4.js.map