@spellu/engine
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@spellu/engine", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Spellu is a parser combinator engine.", |
@@ -78,3 +78,3 @@ declare namespace spellu { | ||
getLinePositions(): number[]; | ||
getLine(line: number): string; | ||
getLine(lineIndex: number): string; | ||
replaceTab(line: string): string; | ||
@@ -81,0 +81,0 @@ getExcerpt(position: number, maxLength: number): string; |
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
109338
2210