@blockml/compiler 0.9.11 → 0.9.13
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.
|
@@ -7,10 +7,6 @@
|
|
|
7
7
|
xmlns:framework="org.blockml.bml.framework"
|
|
8
8
|
xmlns:parser="org.blockml.bml.compiler.parser"
|
|
9
9
|
xmlns:runtime="org.blockml.bml.compiler.runtime"
|
|
10
|
-
xmlns:runapi="org.blockml.bml.compiler.runtime.api"
|
|
11
|
-
xmlns:runcap="org.blockml.bml.compiler.runtime.capability"
|
|
12
|
-
xmlns:runconfig="org.blockml.bml.compiler.runtime.config"
|
|
13
|
-
xmlns:rundocumentation="org.blockml.bml.compiler.runtime.documentation"
|
|
14
10
|
xmlns:validator="org.blockml.bml.compiler.validator">
|
|
15
11
|
|
|
16
12
|
<baseType>
|
|
@@ -20,12 +16,12 @@
|
|
|
20
16
|
The BlockML compiler runtime package library catalog
|
|
21
17
|
</is>
|
|
22
18
|
<version>
|
|
23
|
-
0.9.
|
|
19
|
+
0.9.13
|
|
24
20
|
</version>
|
|
25
21
|
<documentation>
|
|
26
22
|
Canonical compiler runtime specification for BlockML — compileToOutput, Target
|
|
27
23
|
Registry, compile scope, RenderContext (C1–C7). TypeScript in packages/compiler/src/
|
|
28
|
-
implements this library. Membership is
|
|
24
|
+
implements this library. Membership is the nearest Library.bml at the same package level or above; search stops one level below the source folder.
|
|
29
25
|
</documentation>
|
|
30
26
|
<language>
|
|
31
27
|
<blockml:language.English />
|
|
@@ -50,53 +46,5 @@
|
|
|
50
46
|
<validator:Library />
|
|
51
47
|
</composition>
|
|
52
48
|
</dependencies>
|
|
53
|
-
<blocks override="true">
|
|
54
|
-
<composition>
|
|
55
|
-
<runtime:RuntimeType />
|
|
56
|
-
<runapi:CompileScopeKind />
|
|
57
|
-
<runapi:CompileInput />
|
|
58
|
-
<runapi:CompileScope />
|
|
59
|
-
<runapi:CompileRequest />
|
|
60
|
-
<runapi:CompileOptions />
|
|
61
|
-
<runapi:CompileBomOptions />
|
|
62
|
-
<runapi:CompilerResult />
|
|
63
|
-
<runapi:ValidateRegistryResult />
|
|
64
|
-
<runapi:RenderOutputFile />
|
|
65
|
-
<runapi:RenderOutput />
|
|
66
|
-
<runapi:RenderSession />
|
|
67
|
-
<runapi:RenderContext />
|
|
68
|
-
<runapi:RenderTarget />
|
|
69
|
-
<runapi:ScopeConfigHints />
|
|
70
|
-
<runapi:ResolvedScope />
|
|
71
|
-
<runconfig:RuntimeConstants />
|
|
72
|
-
<runcap:CompileToOutput />
|
|
73
|
-
<runcap:CompileBmlToOutput />
|
|
74
|
-
<runcap:CompileBomToOutput />
|
|
75
|
-
<runcap:RegisterTarget />
|
|
76
|
-
<runcap:GetTarget />
|
|
77
|
-
<runcap:ClearTargets />
|
|
78
|
-
<runcap:RegisteredTargetNames />
|
|
79
|
-
<runcap:ResolveScope />
|
|
80
|
-
<runcap:ScopeAccepts />
|
|
81
|
-
<runcap:CompileBmlToBom />
|
|
82
|
-
<runcap:ValidateRegistryDocuments />
|
|
83
|
-
<runcap:BuildRenderSession />
|
|
84
|
-
<runcap:CreateRenderContext />
|
|
85
|
-
<rundocumentation:Introduction />
|
|
86
|
-
<rundocumentation:LayerSeparation />
|
|
87
|
-
<rundocumentation:ArchitectureOverview />
|
|
88
|
-
<rundocumentation:V1Scope />
|
|
89
|
-
<rundocumentation:PublicApi />
|
|
90
|
-
<rundocumentation:CompileIO />
|
|
91
|
-
<rundocumentation:CompileScopeRules />
|
|
92
|
-
<rundocumentation:TargetRegistry />
|
|
93
|
-
<rundocumentation:RenderContextRules />
|
|
94
|
-
<rundocumentation:ExternalTargetContract />
|
|
95
|
-
<rundocumentation:Diagnostics />
|
|
96
|
-
<rundocumentation:DesignDecisions />
|
|
97
|
-
<rundocumentation:PackageOwnership />
|
|
98
|
-
<rundocumentation:ScopeExclusions />
|
|
99
|
-
</composition>
|
|
100
|
-
</blocks>
|
|
101
49
|
</aggregations>
|
|
102
50
|
</runtime:Library>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockml/compiler",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.13",
|
|
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.9.
|
|
36
|
-
"@blockml/core": "^1.4.
|
|
37
|
-
"@blockml/framework": "^0.9.
|
|
38
|
-
"@blockml/parser": "^0.9.
|
|
39
|
-
"@blockml/validator": "^0.9.
|
|
35
|
+
"@blockml/bom": "^0.9.13",
|
|
36
|
+
"@blockml/core": "^1.4.2",
|
|
37
|
+
"@blockml/framework": "^0.9.13",
|
|
38
|
+
"@blockml/parser": "^0.9.13",
|
|
39
|
+
"@blockml/validator": "^0.9.13"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|
|
42
42
|
"node": ">=20"
|