lightning-flow-scanner-core
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -36,3 +36,4 @@ "use strict"; | ||
'runInMode', | ||
'startElementReference' | ||
'startElementReference', | ||
'isTemplate' | ||
]; | ||
@@ -39,0 +40,0 @@ const allNodes = []; |
@@ -69,3 +69,3 @@ "use strict"; | ||
} | ||
// todo start pre 43 api | ||
// Todo find start reference (< 43.0 API) | ||
findStart(nodes) { | ||
@@ -72,0 +72,0 @@ return nodes.findIndex(n => { |
{ | ||
"name": "lightning-flow-scanner-core", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"main": "out/**", | ||
@@ -5,0 +5,0 @@ "types": "out/index.d.ts", |
@@ -57,3 +57,4 @@ import {FlowElement} from './FlowElement'; | ||
'runInMode', | ||
'startElementReference' | ||
'startElementReference', | ||
'isTemplate' | ||
]; | ||
@@ -60,0 +61,0 @@ |
@@ -60,3 +60,2 @@ import {IRuleDefinition} from '../interfaces/IRuleDefinition'; | ||
} | ||
const processedElements = []; | ||
@@ -74,3 +73,3 @@ const unconnectedElements = []; | ||
// todo start pre 43 api | ||
// Todo find start reference (< 43.0 API) | ||
private findStart(nodes: FlowNode[]) { | ||
@@ -77,0 +76,0 @@ return nodes.findIndex(n => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
741187
28762