triangulum 0.19.0 → 0.19.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbb2f471784f6a0b67bab090cf96c965b477b57c1feac4c2b54d94114c134a0c
4
- data.tar.gz: 791d7ff51ed78caade4980bd869a9b0706130847974fa5348b5da6e6640fc4fc
3
+ metadata.gz: 256dff751a3db4d1418a05cf60e87dcb210b6b6e10389b85c0ae227b5eb0a21b
4
+ data.tar.gz: e9c2de5bd37f1b28f472d359c20d675ac42578991a065df49cc00cdd03ec9f21
5
5
  SHA512:
6
- metadata.gz: 21424de9a8bdddbf1493a2866b715820776098fe0122396a77e8903f1ec71466228c46c45514863ed68a207a338d2a726108c96b9ab42e0ecaf59c471ce17a04
7
- data.tar.gz: 236ccbb87e01fe92004fdc285e5d809b8c91afdc9e7eb7615131142eeefa4eb06018e588f3412ab2c31af062a0dfe45b665e4ca92a7d1a37ee16464cec75655e
6
+ metadata.gz: d02deb368312215a4d4255d3a0d64574343f370fe7265b55a04922b00f65dfa386072c1b3f2e4064e8d2e800f89a5d1dbeca53e822b53b50b19155a2196862ec
7
+ data.tar.gz: fc7d8f18a8ddb4f75c5d482aeb59502792f5ac8974c2fd90334ed53d4f7731e5b2c03ac8e93b8fe52a3360a31dafc48cf6b6021d1b69479b6a7902153df950cb
@@ -175770,8 +175770,9 @@ ${s4(e7.startingNodeId || e7.functionDefinition?.id, n4 + " ")}${n4}}`;
175770
175770
  }), u6 = `node_${x3(c5.id)}`, d6 = `fn_${c5?.functionDefinition?.identifier?.replace(/::/g, "_")}`;
175771
175771
  l5.includes("undefined");
175772
175772
  let f6 = `${n4}`;
175773
- return c5.functionDefinition.identifier === "std::control::return" ? f6 += `return /* @pos ${t4} null */ ${d6}(${l5.join(", ")}) ;
175774
- ` : c5.functionDefinition.identifier === "std::control::if" ? (f6 += `const ${u6} = /* @pos ${t4} null */ ${d6}(${l5.join(", ")}) ;
175773
+ return c5.functionDefinition.identifier === "std::control::return" ? (f6 += `const ${u6} = /* @pos ${t4} null */ ${d6}(${l5.join(", ")}) ;
175774
+ `, f6 += `return ${u6};
175775
+ `) : c5.functionDefinition.identifier === "std::control::if" ? (f6 += `const ${u6} = /* @pos ${t4} null */ ${d6}(${l5.join(", ")}) ;
175775
175776
  `, f6 += `if(${l5[0]}) {
175776
175777
  ${s4(c5.parameters?.nodes?.[1]?.value?.startingNodeId || c5.parameters?.nodes?.[1]?.value?.functionDefinition?.identifier, n4 + " ")}
175777
175778
  }`) : c5.functionDefinition.identifier === "std::control::if_else" ? (f6 += `const ${u6} = /* @pos ${t4} null */ ${d6}(${l5.join(", ")}) ;
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Triangulum
4
- VERSION = '0.19.0'
4
+ VERSION = '0.19.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: triangulum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick