@blockml/compiler 0.5.0 → 0.6.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.
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
implements this library. Membership is defined exclusively by this blocks list.
|
|
37
37
|
</documentation>
|
|
38
38
|
|
|
39
|
-
<version>0.
|
|
39
|
+
<version>0.6.0</version>
|
|
40
40
|
|
|
41
41
|
<language>
|
|
42
42
|
<English />
|
|
@@ -57,64 +57,57 @@
|
|
|
57
57
|
<dependencies>
|
|
58
58
|
<composition>
|
|
59
59
|
<blockml:Library />
|
|
60
|
-
</composition>
|
|
61
|
-
<composition>
|
|
62
60
|
<bom:Library />
|
|
63
|
-
</composition>
|
|
64
|
-
<composition>
|
|
65
61
|
<framework:Library />
|
|
66
|
-
</composition>
|
|
67
|
-
<composition>
|
|
68
62
|
<parser:Library />
|
|
69
|
-
</composition>
|
|
70
|
-
<composition>
|
|
71
63
|
<validator:Library />
|
|
72
64
|
</composition>
|
|
73
65
|
</dependencies>
|
|
74
66
|
<blocks>
|
|
75
|
-
<composition><runtime:RuntimeType
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
67
|
+
<composition><runtime:RuntimeType />
|
|
68
|
+
<runapi:CompileScopeKind />
|
|
69
|
+
<runapi:CompileInput />
|
|
70
|
+
<runapi:CompileScope />
|
|
71
|
+
<runapi:CompileRequest />
|
|
72
|
+
<runapi:CompileOptions />
|
|
73
|
+
<runapi:CompileBomOptions />
|
|
74
|
+
<runapi:CompilerResult />
|
|
75
|
+
<runapi:RenderOutputFile />
|
|
76
|
+
<runapi:RenderOutput />
|
|
77
|
+
<runapi:RenderSession />
|
|
78
|
+
<runapi:RenderContext />
|
|
79
|
+
<runapi:RenderTarget />
|
|
80
|
+
<runapi:ScopeConfigHints />
|
|
81
|
+
<runapi:ResolvedScope />
|
|
82
|
+
<runconfig:RuntimeConstants />
|
|
83
|
+
<runcap:CompileToOutput />
|
|
84
|
+
<runcap:CompileBmlToOutput />
|
|
85
|
+
<runcap:CompileBomToOutput />
|
|
86
|
+
<runcap:RegisterTarget />
|
|
87
|
+
<runcap:GetTarget />
|
|
88
|
+
<runcap:ClearTargets />
|
|
89
|
+
<runcap:RegisteredTargetNames />
|
|
90
|
+
<runcap:ResolveScope />
|
|
91
|
+
<runcap:ScopeAccepts />
|
|
92
|
+
<runcap:CompileBmlToBom />
|
|
93
|
+
<runcap:ValidateRegistryDocuments />
|
|
94
|
+
<runcap:BuildRenderSession />
|
|
95
|
+
<runcap:CreateRenderContext />
|
|
96
|
+
<rundocumentation:Introduction />
|
|
97
|
+
<rundocumentation:LayerSeparation />
|
|
98
|
+
<rundocumentation:ArchitectureOverview />
|
|
99
|
+
<rundocumentation:V1Scope />
|
|
100
|
+
<rundocumentation:PublicApi />
|
|
101
|
+
<rundocumentation:CompileIO />
|
|
102
|
+
<rundocumentation:CompileScopeRules />
|
|
103
|
+
<rundocumentation:TargetRegistry />
|
|
104
|
+
<rundocumentation:RenderContextRules />
|
|
105
|
+
<rundocumentation:ExternalTargetContract />
|
|
106
|
+
<rundocumentation:Diagnostics />
|
|
107
|
+
<rundocumentation:DesignDecisions />
|
|
108
|
+
<rundocumentation:PackageOwnership />
|
|
109
|
+
<rundocumentation:ScopeExclusions />
|
|
110
|
+
</composition>
|
|
118
111
|
</blocks>
|
|
119
112
|
</aggregations>
|
|
120
113
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockml/compiler",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "BlockML compiler — facade, target registry, render pipeline",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"test": "vitest run packages/compiler/test"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@blockml/bom": "^0.
|
|
35
|
+
"@blockml/bom": "^0.6.0",
|
|
36
36
|
"@blockml/core": "^1.0.5",
|
|
37
|
-
"@blockml/framework": "^0.
|
|
38
|
-
"@blockml/parser": "^0.
|
|
39
|
-
"@blockml/validator": "^0.
|
|
37
|
+
"@blockml/framework": "^0.6.0",
|
|
38
|
+
"@blockml/parser": "^0.6.0",
|
|
39
|
+
"@blockml/validator": "^0.6.0"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|
|
42
42
|
"node": ">=20"
|