Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitai-bot committed Sep 25, 2024
1 parent 1fbd5ed commit 7f59900
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3027,8 +3027,8 @@ function $m_Lio_kaitai_struct_Utils$() {
function $c_Lio_kaitai_struct_Version$() {
this.Lio_kaitai_struct_Version$__f_version = null;
this.Lio_kaitai_struct_Version$__f_gitTime = null;
this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20240911.130953.c23ec2c";
this.Lio_kaitai_struct_Version$__f_gitTime = "2024-09-11T13:09:53Z"
this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20240925.170350.8d913de";
this.Lio_kaitai_struct_Version$__f_gitTime = "2024-09-25T17:03:50Z"
}
$c_Lio_kaitai_struct_Version$.prototype = new $h_O();
$c_Lio_kaitai_struct_Version$.prototype.constructor = $c_Lio_kaitai_struct_Version$;
Expand Down Expand Up @@ -17220,7 +17220,7 @@ $c_Lio_kaitai_struct_format_JavaScriptKSYParser$.prototype.yamlJavascriptToScala
};
return h
}
} else if ((((typeof src) === "string") || ($isInt(src) || (((typeof src) === "number") || ((typeof src) === "boolean"))))) {
} else if ((((typeof src) === "boolean") || (((typeof src) === "number") || (((typeof src) === "string") || ((src === (void 0)) || (src === null)))))) {
return src
} else {
var this$8 = new $c_sjs_js_WrappedDictionary(src);
Expand Down

0 comments on commit 7f59900

Please sign in to comment.