@types/moo
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -82,3 +82,3 @@ // Type definitions for moo 0.5 | ||
/** | ||
* Can be used by parsers like nearley to check whether a given token type can be parsed by this lexer. | ||
* @deprecated since 0.5.0. Now just returns true | ||
*/ | ||
@@ -85,0 +85,0 @@ has(tokenType: string): boolean; |
{ | ||
"name": "@types/moo", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "TypeScript definitions for moo", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e496badfe525fffd757fb124aa6803efbbd13f7bb5ad53e5e93f2ff13dc8529a", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "5f834078bc825a384bd53827637572126f8a9146c3aef8221efcad5f0cfdc387", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 30 Mar 2020 23:25:20 GMT | ||
* Last updated: Fri, 19 Feb 2021 17:58:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `moo` |
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
7035