@types/moo
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -14,3 +14,3 @@ // Type definitions for moo 0.5 | ||
export interface ErrorRule { | ||
error: true; | ||
error: true; | ||
} | ||
@@ -24,3 +24,3 @@ | ||
export interface FallbackRule { | ||
fallback: true; | ||
fallback: true; | ||
} | ||
@@ -32,7 +32,7 @@ | ||
export function keywords(kws: {[k: string]: string | string[]}): TypeMapper; | ||
export function keywords(kws: { [k: string]: string | string[] }): TypeMapper; | ||
export function compile(rules: Rules): Lexer; | ||
export function states(states: {[x: string]: Rules}, start?: string): Lexer; | ||
export function states(states: { [x: string]: Rules }, start?: string): Lexer; | ||
@@ -39,0 +39,0 @@ export interface Rule { |
{ | ||
"name": "@types/moo", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "TypeScript definitions for moo", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moo", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8b9e1870b484676607b6259edb175a665cf769b2ce1aef0d4d07c4f0a917977b", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "06f993313d6a73884c552cee66f5f35e30b19fa765a2fdf3ef744a93965edd2e", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 06 Aug 2023 07:02:41 GMT | ||
* Last updated: Wed, 27 Sep 2023 09:42:16 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
7256