@blockml/parser 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.
|
@@ -4,11 +4,7 @@
|
|
|
4
4
|
xmlns:blockml="org.blockml.bml"
|
|
5
5
|
xmlns:bom="org.blockml.bml.bom"
|
|
6
6
|
xmlns:core="org.blockml.bml.core"
|
|
7
|
-
xmlns:parser="org.blockml.bml.compiler.parser"
|
|
8
|
-
xmlns:parcap="org.blockml.bml.compiler.parser.capability"
|
|
9
|
-
xmlns:parconfig="org.blockml.bml.compiler.parser.config"
|
|
10
|
-
xmlns:pardocumentation="org.blockml.bml.compiler.parser.documentation"
|
|
11
|
-
xmlns:parmap="org.blockml.bml.compiler.parser.map">
|
|
7
|
+
xmlns:parser="org.blockml.bml.compiler.parser">
|
|
12
8
|
|
|
13
9
|
<baseType>
|
|
14
10
|
core:BlockLibrary
|
|
@@ -17,7 +13,7 @@
|
|
|
17
13
|
The BlockML Parser compiler package library catalog
|
|
18
14
|
</is>
|
|
19
15
|
<version>
|
|
20
|
-
0.9.
|
|
16
|
+
0.9.13
|
|
21
17
|
</version>
|
|
22
18
|
<documentation>
|
|
23
19
|
# The BlockML Parser compiler package library catalog
|
|
@@ -25,7 +21,7 @@
|
|
|
25
21
|
Canonical parser specification for BlockML — BML → BOM mapping algorithm,
|
|
26
22
|
Stage 1 pipeline [1]–[5], and parse() contract. TypeScript in packages/parser/src/
|
|
27
23
|
implements this library. Input/output Urmodell types live in org.blockml.bml.bom.*
|
|
28
|
-
(@blockml/bom). Membership is
|
|
24
|
+
(@blockml/bom). 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 />
|
|
@@ -47,93 +43,5 @@
|
|
|
47
43
|
<bom:Library />
|
|
48
44
|
</composition>
|
|
49
45
|
</dependencies>
|
|
50
|
-
<blocks override="true">
|
|
51
|
-
<composition>
|
|
52
|
-
<parser:ParserType />
|
|
53
|
-
<parmap:MapContext />
|
|
54
|
-
<parmap:XmlDomNode />
|
|
55
|
-
<parmap:QNameParts />
|
|
56
|
-
<parmap:VisibilityParse />
|
|
57
|
-
<parmap:BmlMeta />
|
|
58
|
-
<parmap:MapContextOptions />
|
|
59
|
-
<parmap:CharacterData />
|
|
60
|
-
<parconfig:ParserConstants />
|
|
61
|
-
<parconfig:MapTimeDiagnosticCodes />
|
|
62
|
-
<parcap:Parse />
|
|
63
|
-
<parcap:DetectFormat />
|
|
64
|
-
<parcap:ParseXmlDom />
|
|
65
|
-
<parcap:GetParseErrors />
|
|
66
|
-
<parcap:DocumentElement />
|
|
67
|
-
<parcap:AssertBlockRoot />
|
|
68
|
-
<parcap:IsDocumentRootLocalName />
|
|
69
|
-
<parcap:ExtractNamespaceBindings />
|
|
70
|
-
<parcap:MergeSourceInfo />
|
|
71
|
-
<parcap:CreateMapContext />
|
|
72
|
-
<parcap:MapDocumentBlock />
|
|
73
|
-
<parcap:MapBlock />
|
|
74
|
-
<parcap:MapCompositionTemplate />
|
|
75
|
-
<parcap:MapBlockInstanceNode />
|
|
76
|
-
<parcap:IsTypeReferenceEntitySugar />
|
|
77
|
-
<parcap:MapTypeReferenceEntityInstance />
|
|
78
|
-
<parcap:BuildSubBlockIndex />
|
|
79
|
-
<parcap:ParseTypeExpression />
|
|
80
|
-
<parcap:ParseGenericArgumentList />
|
|
81
|
-
<parcap:InferCardinality />
|
|
82
|
-
<parcap:TypeExpressionToString />
|
|
83
|
-
<parcap:ParseMemberValue />
|
|
84
|
-
<parcap:ContainsUnescapedInterpolation />
|
|
85
|
-
<parcap:ExpressionFromRaw />
|
|
86
|
-
<parcap:ParseDirectives />
|
|
87
|
-
<parcap:ParseGenericsBinding />
|
|
88
|
-
<parcap:ParseBmlMeta />
|
|
89
|
-
<parcap:ParseVisibilityFromName />
|
|
90
|
-
<parcap:VisibilityPrefix />
|
|
91
|
-
<parcap:NormalizeBooleanValue />
|
|
92
|
-
<parcap:IsBooleanLiteral />
|
|
93
|
-
<parcap:ParseBooleanAttribute />
|
|
94
|
-
<parcap:SplitQName />
|
|
95
|
-
<parcap:ResolvePrefix />
|
|
96
|
-
<parcap:ResolveBlockReference />
|
|
97
|
-
<parcap:ResolveTypeName />
|
|
98
|
-
<parcap:HasBmlSemanticQNameBindings />
|
|
99
|
-
<parcap:FqnToQName />
|
|
100
|
-
<parcap:SourceLoc />
|
|
101
|
-
<parcap:ElementSourceLoc />
|
|
102
|
-
<parcap:ElementStartTagIsSelfClosing />
|
|
103
|
-
<parcap:IsElement />
|
|
104
|
-
<parcap:IsComment />
|
|
105
|
-
<parcap:IsTextNode />
|
|
106
|
-
<parcap:IsCData />
|
|
107
|
-
<parcap:ElementChildren />
|
|
108
|
-
<parcap:ElementLocalName />
|
|
109
|
-
<parcap:ElementPrefix />
|
|
110
|
-
<parcap:GetAttribute />
|
|
111
|
-
<parcap:GetCharacterData />
|
|
112
|
-
<parcap:CollectLeadingComments />
|
|
113
|
-
<parcap:CollectTrailingComments />
|
|
114
|
-
<parcap:XmlTriviaFromElement />
|
|
115
|
-
<parcap:TrimText />
|
|
116
|
-
<pardocumentation:Introduction />
|
|
117
|
-
<pardocumentation:LayerSeparation />
|
|
118
|
-
<pardocumentation:ArchitectureOverview />
|
|
119
|
-
<pardocumentation:V1Scope />
|
|
120
|
-
<pardocumentation:PublicApi />
|
|
121
|
-
<pardocumentation:MappingPrinciples />
|
|
122
|
-
<pardocumentation:MemberMappingOrder />
|
|
123
|
-
<pardocumentation:AttributeClassification />
|
|
124
|
-
<pardocumentation:StructuralGrammar />
|
|
125
|
-
<pardocumentation:XmlCommentsParse />
|
|
126
|
-
<pardocumentation:TypeDescriptorParsing />
|
|
127
|
-
<pardocumentation:BlockMetadataMapping />
|
|
128
|
-
<pardocumentation:MemberMapping />
|
|
129
|
-
<pardocumentation:ExpressionCapture />
|
|
130
|
-
<pardocumentation:SingleFileScope />
|
|
131
|
-
<pardocumentation:DesignDecisions />
|
|
132
|
-
<pardocumentation:RoundtripContract />
|
|
133
|
-
<pardocumentation:Diagnostics />
|
|
134
|
-
<pardocumentation:PackageOwnership />
|
|
135
|
-
<pardocumentation:ScopeExclusions />
|
|
136
|
-
</composition>
|
|
137
|
-
</blocks>
|
|
138
46
|
</aggregations>
|
|
139
47
|
</parser:Library>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockml/parser",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.13",
|
|
4
4
|
"description": "BlockML parser — BML XML to BOM (Urmodell)",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"test": "vitest run packages/parser/test"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@blockml/bom": "^0.9.
|
|
36
|
-
"@blockml/core": "^1.4.
|
|
35
|
+
"@blockml/bom": "^0.9.13",
|
|
36
|
+
"@blockml/core": "^1.4.2",
|
|
37
37
|
"@xmldom/xmldom": "^0.9.8"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|