kaitai-struct-compiler 0.10.0-SNAPSHOT20220728.42.b529bc6b → 0.10.0-SNAPSHOT20220728.93640.f88c6ed2
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-SNAPSHOT20220728.
|
|
4399
|
-
this.gitCommit$1 = "
|
|
4400
|
-
this.gitTime$1 = "2022-07-
|
|
4398
|
+
this.version$1 = "0.10-SNAPSHOT20220728.093640.f88c6ed2";
|
|
4399
|
+
this.gitCommit$1 = "f88c6ed2";
|
|
4400
|
+
this.gitTime$1 = "2022-07-28T09:36:40+00:00";
|
|
4401
4401
|
return this
|
|
4402
4402
|
});
|
|
4403
4403
|
var $d_Lio_kaitai_struct_Version$ = new $TypeData().initClass({
|
|
@@ -82991,7 +82991,7 @@ $c_Lio_kaitai_struct_languages_JavaCompiler.prototype.handleAssignmentRepeatEos_
|
|
|
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)) + ")"));
|
|
82994
|
+
this.out$2.puts__T__V((((((("KaitaiStream " + ioName) + " = ") + io) + ".substream(") + this.translator$2.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(sizeExpr)) + ");"));
|
|
82995
82995
|
return ioName
|
|
82996
82996
|
});
|
|
82997
82997
|
$c_Lio_kaitai_struct_languages_JavaCompiler.prototype.handleAssignmentRepeatExpr__Lio_kaitai_struct_format_Identifier__T__V = (function(id, expr) {
|
package/package.json
CHANGED