@blockml/bom 0.7.0 → 0.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.
@@ -25,7 +25,7 @@
25
25
  xmlns:cap="org.blockml.bml.capability">
26
26
 
27
27
  <name>Library</name>
28
- <type>blockml:Library</type>
28
+ <type>bom:Library</type>
29
29
  <baseType>core:BlockLibrary</baseType>
30
30
  <is>The BlockML BOM Urmodell library catalog</is>
31
31
 
@@ -36,14 +36,14 @@
36
36
  Membership is defined exclusively by this blocks list.
37
37
  </documentation>
38
38
 
39
- <version>0.7.0</version>
39
+ <version>0.8.0</version>
40
40
 
41
41
  <language>
42
42
  <English />
43
43
  </language>
44
44
 
45
45
  <properties>
46
- <description>
46
+ <description override="true">
47
47
  <value>BlockML BOM Urmodell library</value>
48
48
  </description>
49
49
  </properties>
@@ -60,7 +60,8 @@
60
60
  </composition>
61
61
  </dependencies>
62
62
  <blocks>
63
- <composition><bom:UrmodellType />
63
+ <composition>
64
+ <bom:UrmodellType />
64
65
  <bomcommon:SourceLocation />
65
66
  <bomcommon:SourceInfo />
66
67
  <bomcommon:XmlTrivia />
@@ -73,6 +74,7 @@
73
74
  <bomcommon:XmlRenderingMember />
74
75
  <bomcommon:DiagnosticSeverity />
75
76
  <bomcommon:Diagnostic />
77
+ <bomcommon:HostValue />
76
78
  <bomvalue:Address />
77
79
  <bomvalue:MemberValue />
78
80
  <bomvalue:LiteralValue />
@@ -24,7 +24,7 @@
24
24
  xmlns:type="org.blockml.bml.type">
25
25
 
26
26
  <name>README</name>
27
- <type>blockml:README</type>
27
+ <type>bom:README</type>
28
28
  <baseType>core:ReadMe</baseType>
29
29
  <is>Reading entry for the BOM Urmodell library</is>
30
30
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  <properties>
34
34
  <filePath type="type:Text">
35
- <documentation>Default: "<memory>". (optional)</documentation>
35
+ <documentation>Default: "&lt;memory>". (optional)</documentation>
36
36
  </filePath>
37
37
  <continueOnError type="type:Boolean">
38
38
  <documentation>Default: true. (optional)</documentation>
@@ -44,6 +44,9 @@
44
44
  <baseType type="type:Text">
45
45
  <documentation>baseType (optional). TS type: type:Text.</documentation>
46
46
  </baseType>
47
+ <baseTypeExpression type="bomtype:TypeExpression">
48
+ <documentation>Full authored baseType when not a plain FQN (generics, instance configuration). (optional)</documentation>
49
+ </baseTypeExpression>
47
50
  <version type="type:Text">
48
51
  <documentation>version (optional). TS type: type:Text.</documentation>
49
52
  </version>
@@ -123,7 +126,7 @@
123
126
  <documentation>xmlTrivia (optional). TS type: bomcommon:XmlTrivia.</documentation>
124
127
  </xmlTrivia>
125
128
  <memberSectionTrivia type="type:Text">
126
- <documentation>Partial<Record<MemberSectionName, XmlTrivia>>. (optional)</documentation>
129
+ <documentation>Partial&lt;Record&lt;MemberSectionName, XmlTrivia>>. (optional)</documentation>
127
130
  </memberSectionTrivia>
128
131
  <metadataTrivia type="bomcommon:MetadataElementTrivia">
129
132
  <documentation>metadataTrivia (optional). TS type: bomcommon:MetadataElementTrivia.</documentation>
@@ -132,13 +135,13 @@
132
135
  <documentation>source (optional). TS type: bomcommon:SourceLocation.</documentation>
133
136
  </source>
134
137
  <typeSource type="bomcommon:SourceLocation">
135
- <documentation>Span of the type= attribute or <type> element value. (optional)</documentation>
138
+ <documentation>Span of the type= attribute or &lt;type> element value. (optional)</documentation>
136
139
  </typeSource>
137
140
  <baseTypeSource type="bomcommon:SourceLocation">
138
141
  <documentation>baseTypeSource (optional). TS type: bomcommon:SourceLocation.</documentation>
139
142
  </baseTypeSource>
140
143
  <unknownElements type="bomcommon:UnknownXmlNode[]">
141
- <documentation>Preserve-on-error unknown root children. (optional)</documentation>
144
+ <documentation>unknownElements (optional). TS type: bomcommon:UnknownXmlNode[].</documentation>
142
145
  </unknownElements>
143
146
  <unknownAttributes type="type:Text">
144
147
  <documentation>Record of unknown attributes on the grammar node. (optional)</documentation>
@@ -31,11 +31,11 @@
31
31
  <documentation>Removes sourceLocation, endLine, endColumn, SourceLocation-shaped fields (source, typeSource, baseTypeSource), and SourceInfo recursively. Preserves ImplementationBlock.source (implementation code body). Reference: packages/bom/src/equals.ts.</documentation>
32
32
 
33
33
  <properties>
34
- <input type="core:Any">
35
- <documentation>input (required). TS type: core:Any.</documentation>
34
+ <input type="bomcommon:HostValue">
35
+ <documentation>BML type gap: TS generic T. Deep-clone input. (required)</documentation>
36
36
  </input>
37
- <output type="core:Any">
38
- <documentation>output (required). TS type: core:Any.</documentation>
37
+ <output type="bomcommon:HostValue">
38
+ <documentation>BML type gap: TS generic T. Deep-clone without provenance. (required)</documentation>
39
39
  </output>
40
40
  </properties>
41
41
 
@@ -0,0 +1,33 @@
1
+ <!--
2
+ BOM Urmodell — HostValue
3
+ FQN: org.blockml.bml.bom.common.HostValue
4
+ -->
5
+ <block
6
+ xmlns="http://blockml.org/bml"
7
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8
+ xsi:schemaLocation="http://blockml.org/bml https://blockml.org/schemas/bml.xsd
9
+ "
10
+ xmlns:blockml="org.blockml.bml"
11
+ xmlns:bom="org.blockml.bml.bom"
12
+ xmlns:bomapi="org.blockml.bml.bom.api"
13
+ xmlns:bomblock="org.blockml.bml.bom.block"
14
+ xmlns:bomcap="org.blockml.bml.bom.capability"
15
+ xmlns:bomcommon="org.blockml.bml.bom.common"
16
+ xmlns:bomcomp="org.blockml.bml.bom.composition"
17
+ xmlns:bomdoc="org.blockml.bml.bom.document"
18
+ xmlns:bomdocumentation="org.blockml.bml.bom.documentation"
19
+ xmlns:bommember="org.blockml.bml.bom.member"
20
+ xmlns:bomtype="org.blockml.bml.bom.type"
21
+ xmlns:bomvalue="org.blockml.bml.bom.value"
22
+ xmlns:core="org.blockml.bml.core"
23
+ xmlns:def="org.blockml.bml.definition"
24
+ xmlns:type="org.blockml.bml.type">
25
+
26
+ <name>HostValue</name>
27
+ <type>bomcommon:HostValue</type>
28
+ <baseType>bom:UrmodellType</baseType>
29
+ <is>Opaque host value for provenance-stripping</is>
30
+
31
+ <documentation>BML type gap: stands for TypeScript generic T / unknown. Deep-clone of any BOM-shaped graph; Core has no host-value type.</documentation>
32
+
33
+ </block>
@@ -32,7 +32,7 @@
32
32
 
33
33
  <properties>
34
34
  <entries type="bomcommon:XmlTrivia">
35
- <documentation>Record<string, XmlTrivia>. (optional)</documentation>
35
+ <documentation>Record&lt;string, XmlTrivia>. (optional)</documentation>
36
36
  </entries>
37
37
  </properties>
38
38
 
@@ -28,21 +28,20 @@
28
28
  <baseType>bom:UrmodellType</baseType>
29
29
  <is>Preserve-on-error residual for an unknown authored XML element</is>
30
30
 
31
- <documentation>Stored when a structural BML error is reported so Format/LSP/serialize
32
- can roundtrip the authored construct instead of dropping it.</documentation>
31
+ <documentation>Stored when a structural BML error is reported so Format/LSP/serialize can roundtrip the authored construct.</documentation>
33
32
 
34
33
  <properties>
35
34
  <localName type="type:Text">
36
35
  <documentation>localName (required). TS type: type:Text.</documentation>
37
36
  </localName>
38
37
  <prefix type="type:Text">
39
- <documentation>XML prefix when authored with a colon. (optional)</documentation>
38
+ <documentation>prefix (optional). TS type: type:Text.</documentation>
40
39
  </prefix>
41
40
  <attributes type="type:Text">
42
41
  <documentation>Record of authored attribute name → value. (required)</documentation>
43
42
  </attributes>
44
43
  <innerXml type="type:Text">
45
- <documentation>Serialized inner XML of the element when it has children or text. (optional)</documentation>
44
+ <documentation>innerXml (optional). TS type: type:Text.</documentation>
46
45
  </innerXml>
47
46
  <source type="bomcommon:SourceLocation">
48
47
  <documentation>source (optional). TS type: bomcommon:SourceLocation.</documentation>
@@ -28,7 +28,7 @@
28
28
  <baseType>bom:UrmodellType</baseType>
29
29
  <is>XML comment trivia bound to an element (B11)</is>
30
30
 
31
- <documentation>Comment bodies only — without <!-- / -->. Bound to the following XML element.</documentation>
31
+ <documentation>Comment bodies only — without &lt;!-- / -->. Bound to the following XML element.</documentation>
32
32
 
33
33
  <properties>
34
34
  <leadingComments type="type:Text[]">
@@ -56,7 +56,7 @@
56
56
  <documentation>namespace (optional). TS type: type:Text.</documentation>
57
57
  </namespace>
58
58
  <memberValues type="type:Text">
59
- <documentation>Record<string, MemberValue>. (required)</documentation>
59
+ <documentation>Record&lt;string, MemberValue>. (required)</documentation>
60
60
  </memberValues>
61
61
  <aggregationCompositions type="bomcomp:InstanceAggregationComposition[]">
62
62
  <documentation>aggregationCompositions (optional). TS type: bomcomp:InstanceAggregationComposition[].</documentation>
@@ -35,7 +35,7 @@
35
35
 
36
36
  ValidateResult: optional pragmaticModel (forked BomDocument), diagnostics[], success.
37
37
 
38
- ParseOptions: filePath (default "<memory>"), continueOnError (default true).
38
+ ParseOptions: filePath (default "&lt;memory>"), continueOnError (default true).
39
39
 
40
40
  SerializeOptions: indent (default 2; 0=compact B13), xmlDeclaration (default false B17/B24).
41
41
 
@@ -40,12 +40,9 @@
40
40
  preset properties exist; property value cycles; basePresets resolve without cycles;
41
41
  contracts merge order; validateConstraints after resolveEffectiveMembers;
42
42
  readOnly enforcement (BML_READONLY_MEMBER_WRITE); library blocks/deps resolve;
43
- no outer library re-export from inner library (BML_LIBRARY_NESTING_VIOLATION);
44
- every type FQN in the registry (BML_UNKNOWN_TYPE); instance memberValues keys
45
- exist on effective members (BML_UNKNOWN_PROPERTY error).
43
+ no outer library re-export from inner library (BML_LIBRARY_NESTING_VIOLATION).
46
44
 
47
- Validator does NOT expand directives, assign auto-IDs, or interpret aggregations.
48
- Structural unknown Gerüst tags are parser BML_UNKNOWN_ELEMENT, not this checklist.</documentation>
45
+ Validator does NOT expand directives, assign auto-IDs, or interpret aggregations.</documentation>
49
46
 
50
47
  <references>
51
48
  <see type="bomdocumentation:RelatedDiagnostics" relation="SeeAlso"></see>
@@ -89,7 +89,7 @@
89
89
  <documentation>Span of the type= attribute value (use-site for type diagnostics). (optional)</documentation>
90
90
  </typeSource>
91
91
  <unknownElements type="bomcommon:UnknownXmlNode[]">
92
- <documentation>Preserve-on-error unknown children on this member. (optional)</documentation>
92
+ <documentation>unknownElements (optional). TS type: bomcommon:UnknownXmlNode[].</documentation>
93
93
  </unknownElements>
94
94
  <unknownAttributes type="type:Text">
95
95
  <documentation>Record of unknown attributes on this member. (optional)</documentation>
@@ -28,15 +28,15 @@
28
28
  <baseType>bomvalue:MemberValue</baseType>
29
29
  <is>Authored literal member value</is>
30
30
 
31
- <documentation>value field is opaque (unknown) — MUST NOT be normalized at parse time (lossless roundtrip).</documentation>
31
+ <documentation>value field is a primitive union approximation of TS unknown — MUST NOT be normalized at parse time (lossless roundtrip). Objects/arrays remain a BML type gap.</documentation>
32
32
 
33
33
  <properties>
34
34
  <kind type="type:Text">
35
35
  <documentation>kind (required). TS type: type:Text.</documentation>
36
36
  <value>literal</value>
37
37
  </kind>
38
- <value type="core:Any">
39
- <documentation>Authored value exactly as in BML opaque. (required)</documentation>
38
+ <value type="type:Text | type:Integer | type:Decimal | type:Boolean">
39
+ <documentation>BML type gap: TS unknown (authored literal, including objects/arrays). Union covers primitive cases only. (required)</documentation>
40
40
  </value>
41
41
  <typeFqn type="type:Text">
42
42
  <documentation>typeFqn (required). TS type: type:Text.</documentation>
@@ -2,6 +2,7 @@ import type { CharacterDataForm, MetadataElementTrivia, MemberSectionName, Sourc
2
2
  import type { BlockInstance } from "./composition.js";
3
3
  import type { MemberDefinition } from "./member-definition.js";
4
4
  import type { CompositionTemplate } from "./composition.js";
5
+ import type { TypeExpression } from "./type-expression.js";
5
6
  /** BOM shape for org.blockml.bml.type.TypeReferenceEntity(B[, D]) instances. */
6
7
  export interface TypeReferenceEntityInstance {
7
8
  typeFqn: "org.blockml.bml.type.TypeReferenceEntity";
@@ -32,6 +33,11 @@ export interface BlockDefinition {
32
33
  type: string;
33
34
  /** Parent type FQN. Omitted in some corpus files. */
34
35
  baseType?: string;
36
+ /**
37
+ * Full authored baseType expression when it is not a plain FQN
38
+ * (generic arguments, instance configuration, multiplicity).
39
+ */
40
+ baseTypeExpression?: TypeExpression;
35
41
  /** Semantic version of this definition. Omitted when inherited from Library. */
36
42
  version?: string;
37
43
  /** Required: names the Idea (Urbild). */
@@ -1 +1 @@
1
- {"version":3,"file":"block-definition.d.ts","sourceRoot":"","sources":["../../src/types/block-definition.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"block-definition.d.ts","sourceRoot":"","sources":["../../src/types/block-definition.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockml/bom",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "BlockML BOM (Urmodell) TypeScript contracts — ParseResult, Diagnostic, bomEquals",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "test": "vitest run packages/bom/test"
33
33
  },
34
34
  "dependencies": {
35
- "@blockml/core": "^1.0.5"
35
+ "@blockml/core": "^1.0.6"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=20"