kaitai-struct-compiler 0.11.0-SNAPSHOT20250819.142119.0b6aa5d → 0.11.0-SNAPSHOT20250819.165337.43ff3ef
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/kaitai-struct-compiler.js +3 -16
- package/package.json +1 -1
|
@@ -3033,8 +3033,8 @@ function $m_Lio_kaitai_struct_Utils$() {
|
|
|
3033
3033
|
function $c_Lio_kaitai_struct_Version$() {
|
|
3034
3034
|
this.Lio_kaitai_struct_Version$__f_version = null;
|
|
3035
3035
|
this.Lio_kaitai_struct_Version$__f_gitTime = null;
|
|
3036
|
-
this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20250819.
|
|
3037
|
-
this.Lio_kaitai_struct_Version$__f_gitTime = "2025-08-
|
|
3036
|
+
this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20250819.165337.43ff3ef";
|
|
3037
|
+
this.Lio_kaitai_struct_Version$__f_gitTime = "2025-08-19T16:53:37Z"
|
|
3038
3038
|
}
|
|
3039
3039
|
$c_Lio_kaitai_struct_Version$.prototype = new $h_O();
|
|
3040
3040
|
$c_Lio_kaitai_struct_Version$.prototype.constructor = $c_Lio_kaitai_struct_Version$;
|
|
@@ -17101,20 +17101,7 @@ $c_Lio_kaitai_struct_format_InstanceSpec$.prototype.fromYaml__O__sci_List__Lio_k
|
|
|
17101
17101
|
var this$5 = $m_s_$less$colon$less$();
|
|
17102
17102
|
var fakeAttrMap = $m_sci_Map$().from__sc_IterableOnce__sci_Map(this$6);
|
|
17103
17103
|
var a = $m_Lio_kaitai_struct_format_AttrSpec$().fromYaml__sci_Map__sci_List__Lio_kaitai_struct_format_MetaSpec__Lio_kaitai_struct_format_Identifier__Lio_kaitai_struct_format_AttrSpec(fakeAttrMap, path, metaDef, id);
|
|
17104
|
-
|
|
17105
|
-
if (this$7.isEmpty__Z()) {
|
|
17106
|
-
var valid = $m_s_None$()
|
|
17107
|
-
} else {
|
|
17108
|
-
var arg1 = this$7.get__O();
|
|
17109
|
-
var $$x1 = $m_Lio_kaitai_struct_format_ValidationSpec$();
|
|
17110
|
-
var this$12 = $n(path);
|
|
17111
|
-
$n($m_s_package$().s_package$__f_List);
|
|
17112
|
-
var array = ["valid"];
|
|
17113
|
-
var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array);
|
|
17114
|
-
var suffix = $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems);
|
|
17115
|
-
var valid = new $c_s_Some($n($$x1).fromYaml__O__sci_List__Lio_kaitai_struct_format_ValidationSpec(arg1, this$12.appendedAll__sc_IterableOnce__sci_List(suffix)))
|
|
17116
|
-
};
|
|
17117
|
-
return new $c_Lio_kaitai_struct_format_ParseInstanceSpec(id, path, $n(a).Lio_kaitai_struct_format_AttrSpec__f_dataType, $n(a).Lio_kaitai_struct_format_AttrSpec__f_cond, pos, io, valid, $n(a).Lio_kaitai_struct_format_AttrSpec__f_doc)
|
|
17104
|
+
return new $c_Lio_kaitai_struct_format_ParseInstanceSpec(id, path, $n(a).Lio_kaitai_struct_format_AttrSpec__f_dataType, $n(a).Lio_kaitai_struct_format_AttrSpec__f_cond, pos, io, $n(a).Lio_kaitai_struct_format_AttrSpec__f_valid, $n(a).Lio_kaitai_struct_format_AttrSpec__f_doc)
|
|
17118
17105
|
} else {
|
|
17119
17106
|
throw new $c_s_MatchError(x1)
|
|
17120
17107
|
}
|
package/package.json
CHANGED