@types/moo
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -99,2 +99,15 @@ // Type definitions for moo 0.5 | ||
save(): LexerState; | ||
/** | ||
* Transitions to the provided state and pushes the state onto the state | ||
* stack. | ||
*/ | ||
pushState(state: string): void; | ||
/** | ||
* Returns back to the previous state in the stack. | ||
*/ | ||
popState(): void; | ||
/** | ||
* Transitiosn to the provided state. Does not push onto the state stack. | ||
*/ | ||
setState(state: string): void; | ||
@@ -101,0 +114,0 @@ [Symbol.iterator](): Iterator<Token>; |
{ | ||
"name": "@types/moo", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "TypeScript definitions for moo", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c34c0dedcfc2e4551e8385016755ad08bd0b827e50de2ab47299038ad9346452", | ||
"typesPublisherContentHash": "e496badfe525fffd757fb124aa6803efbbd13f7bb5ad53e5e93f2ff13dc8529a", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 25 Feb 2020 00:30:07 GMT | ||
* Last updated: Mon, 30 Mar 2020 23:25:20 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `moo` |
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
7131
140