kaitai-struct-compiler 0.11.0-SNAPSHOT20250819.165337.43ff3ef → 0.11.0-SNAPSHOT20250820.75756.bd29078
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.
|
@@ -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-
|
|
3037
|
-
this.Lio_kaitai_struct_Version$__f_gitTime = "2025-08-
|
|
3036
|
+
this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20250820.075756.bd29078";
|
|
3037
|
+
this.Lio_kaitai_struct_Version$__f_gitTime = "2025-08-20T07:57:56Z"
|
|
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$;
|
|
@@ -88910,7 +88910,8 @@ $c_Lio_kaitai_struct_translators_RubyTranslator.prototype.strToInt__Lio_kaitai_s
|
|
|
88910
88910
|
return ((this.translate__Lio_kaitai_struct_exprlang_Ast$expr__I__T(s, 999) + ".to_i") + ((baseStr === "10") ? "" : (("(" + baseStr) + ")")))
|
|
88911
88911
|
});
|
|
88912
88912
|
$c_Lio_kaitai_struct_translators_RubyTranslator.prototype.enumToInt__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_datatype_DataType$EnumType__T = (function(v, et) {
|
|
88913
|
-
|
|
88913
|
+
var value = this.translate__Lio_kaitai_struct_exprlang_Ast$expr__I__T(v, 0);
|
|
88914
|
+
return (((((("(" + this.enumInverseMap__Lio_kaitai_struct_datatype_DataType$EnumType__T(et)) + "[") + value) + "] || ") + value) + ")")
|
|
88914
88915
|
});
|
|
88915
88916
|
$c_Lio_kaitai_struct_translators_RubyTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
88916
88917
|
return (this.translate__Lio_kaitai_struct_exprlang_Ast$expr__I__T(v, 999) + ".to_i")
|
package/package.json
CHANGED