@spellu/engine
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "@spellu/engine", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"license": "MIT", | ||
@@ -20,4 +20,7 @@ "description": "Spellu is a parser combinator engine.", | ||
], | ||
"dependency": { | ||
"esmodule-setup": "^1.1.1" | ||
}, | ||
"scripts": { | ||
"build": "yarn run esmc" | ||
"build": "yarn esmc" | ||
}, | ||
@@ -28,3 +31,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "cf613f6f5b26a92aff9ebacbd74ecbb691108df1" | ||
"gitHead": "a28064812b00544442b30c91e00dc2dc5a389997" | ||
} |
@@ -432,6 +432,11 @@ declare namespace spellu { | ||
/** | ||
* look-ahead, look-behind | ||
* Pre-test | ||
* Pre-testの結果と極性値が一致した場合、継続してパース処理を行う。 | ||
* 極性値と一致しなかった場合、失敗とする。 | ||
* | ||
* @param polarity | ||
* @param offset | ||
* look-ahead: offsetが0またはの正の値 | ||
* look-behind: offsetが負の値 | ||
* | ||
* @param polarity 極性値。Pre-testの結果と極性値が一致した場合に、成功とみなす。 | ||
* @param offset Pre-testを開始するオフセット値。 | ||
* @param testParser | ||
@@ -438,0 +443,0 @@ * @param parser |
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
131820
2773