theprogrammablemind
Advanced tools
Comparing version 8.0.0-beta.47 to 8.0.0-beta.48
@@ -68,4 +68,4 @@ { | ||
}, | ||
"version": "8.0.0-beta.47", | ||
"version": "8.0.0-beta.48", | ||
"license": "UNLICENSED" | ||
} |
@@ -384,3 +384,2 @@ const { InitCalls } = require('./helpers') | ||
const { /* data, generators, semantics, */ hierarchy } = setupProcessB({ config }) | ||
// for (const results of (instance.resultss || [])) { | ||
for (const i in (instance.resultss || [])) { | ||
@@ -404,2 +403,3 @@ const results = instance.resultss[i] | ||
await results.apply(args) | ||
} else if (results.isFragment) { | ||
} else { | ||
@@ -406,0 +406,0 @@ if (results.skipSemantics) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
241956
6820