kaitai-struct-compiler 0.11.0-SNAPSHOT20241226.230133.d3b189e → 0.11.0-SNAPSHOT20241229.150116.12dbc32

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.
@@ -3027,8 +3027,8 @@ function $m_Lio_kaitai_struct_Utils$() {
3027
3027
  function $c_Lio_kaitai_struct_Version$() {
3028
3028
  this.Lio_kaitai_struct_Version$__f_version = null;
3029
3029
  this.Lio_kaitai_struct_Version$__f_gitTime = null;
3030
- this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20241226.230133.d3b189e";
3031
- this.Lio_kaitai_struct_Version$__f_gitTime = "2024-12-26T23:01:33Z"
3030
+ this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20241229.150116.12dbc32";
3031
+ this.Lio_kaitai_struct_Version$__f_gitTime = "2024-12-29T15:01:16Z"
3032
3032
  }
3033
3033
  $c_Lio_kaitai_struct_Version$.prototype = new $h_O();
3034
3034
  $c_Lio_kaitai_struct_Version$.prototype.constructor = $c_Lio_kaitai_struct_Version$;
@@ -97279,6 +97279,7 @@ $c_Lio_kaitai_struct_languages_PerlCompiler.prototype.userTypeDebugRead__T__Lio_
97279
97279
  $n(this.Lio_kaitai_struct_languages_PerlCompiler__f_out).puts__T__V((id + "->_read();"))
97280
97280
  });
97281
97281
  $c_Lio_kaitai_struct_languages_PerlCompiler.prototype.tryFinally__F0__F0__V = (function(tryBlock, finallyBlock) {
97282
+ $n(this.Lio_kaitai_struct_languages_PerlCompiler__f_out).puts__T__V("my ($failed, $err);");
97282
97283
  $n(this.Lio_kaitai_struct_languages_PerlCompiler__f_out).puts__T__V("eval {");
97283
97284
  $n(this.Lio_kaitai_struct_languages_PerlCompiler__f_out).inc__V();
97284
97285
  var this$1 = $n(tryBlock);
package/package.json CHANGED
@@ -35,5 +35,5 @@
35
35
  "scripts": {
36
36
  "test": "echo \"Error: no test specified\" && exit 1"
37
37
  },
38
- "version": "0.11.0-SNAPSHOT20241226.230133.d3b189e"
38
+ "version": "0.11.0-SNAPSHOT20241229.150116.12dbc32"
39
39
  }