@paulll/siso
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -13,3 +13,4 @@ import { Context } from "./Context"; | ||
addNode(node: Node): void; | ||
createContext(data: object): Context; | ||
run(initialTokens: Token[]): Context; | ||
} |
@@ -16,2 +16,5 @@ "use strict"; | ||
} | ||
createContext(data) { | ||
return new Context_1.Context(this.nodes, data); | ||
} | ||
run(initialTokens) { | ||
@@ -18,0 +21,0 @@ const ctx = new Context_1.Context(this.nodes); |
{ | ||
"name": "@paulll/siso", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "Simple Solve", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
31696
463