kaitai-struct-compiler 0.10.0-SNAPSHOT20220726.4438.57d8dc2a → 0.10.0-SNAPSHOT20220728.42.b529bc6b
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.
|
@@ -4395,9 +4395,9 @@ function $h_Lio_kaitai_struct_Version$() {
|
|
|
4395
4395
|
$h_Lio_kaitai_struct_Version$.prototype = $c_Lio_kaitai_struct_Version$.prototype;
|
|
4396
4396
|
$c_Lio_kaitai_struct_Version$.prototype.init___ = (function() {
|
|
4397
4397
|
this.name$1 = "kaitai-struct-compiler-js";
|
|
4398
|
-
this.version$1 = "0.10-
|
|
4399
|
-
this.gitCommit$1 = "
|
|
4400
|
-
this.gitTime$1 = "2022-07-
|
|
4398
|
+
this.version$1 = "0.10-SNAPSHOT20220728.000042.b529bc6b";
|
|
4399
|
+
this.gitCommit$1 = "b529bc6b";
|
|
4400
|
+
this.gitTime$1 = "2022-07-28T00:00:42+00:00";
|
|
4401
4401
|
return this
|
|
4402
4402
|
});
|
|
4403
4403
|
var $d_Lio_kaitai_struct_Version$ = new $TypeData().initClass({
|
|
@@ -82990,7 +82990,9 @@ $c_Lio_kaitai_struct_languages_JavaCompiler.prototype.handleAssignmentRepeatEos_
|
|
|
82990
82990
|
this.out$2.puts__T__V((((this.privateMemberName__Lio_kaitai_struct_format_Identifier__T(id) + ".add(") + expr) + ");"))
|
|
82991
82991
|
});
|
|
82992
82992
|
$c_Lio_kaitai_struct_languages_JavaCompiler.prototype.createSubstreamFixedSize__Lio_kaitai_struct_format_Identifier__Lio_kaitai_struct_exprlang_Ast$expr__T__T = (function(id, sizeExpr, io) {
|
|
82993
|
-
|
|
82993
|
+
var ioName = ("_io_" + $m_Lio_kaitai_struct_languages_JavaCompiler$().idToStr__Lio_kaitai_struct_format_Identifier__T(id));
|
|
82994
|
+
this.out$2.puts__T__V((((((("KaitaiStream " + ioName) + " = ") + io) + ".substream(") + this.translator$2.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(sizeExpr)) + ")"));
|
|
82995
|
+
return ioName
|
|
82994
82996
|
});
|
|
82995
82997
|
$c_Lio_kaitai_struct_languages_JavaCompiler.prototype.handleAssignmentRepeatExpr__Lio_kaitai_struct_format_Identifier__T__V = (function(id, expr) {
|
|
82996
82998
|
this.handleAssignmentRepeatEos__Lio_kaitai_struct_format_Identifier__T__V(id, expr)
|
package/package.json
CHANGED