@types/nearley
Advanced tools
Comparing version 2.11.1 to 2.11.2
@@ -18,3 +18,3 @@ // Type definitions for nearley 2.11 | ||
lexer: Lexer; | ||
lexerState?: LexerState; | ||
lexerState?: LexerState | undefined; | ||
current: number; | ||
@@ -47,4 +47,4 @@ /** | ||
export interface ParserOptions { | ||
keepHistory?: boolean; | ||
lexer?: Lexer; | ||
keepHistory?: boolean | undefined; | ||
lexer?: Lexer | undefined; | ||
} | ||
@@ -58,3 +58,3 @@ | ||
symbols: any[]; | ||
postprocess?: Postprocessor; | ||
postprocess?: Postprocessor | undefined; | ||
@@ -72,3 +72,3 @@ constructor(name: string, symbols: any[], postprocess?: Postprocessor); | ||
byName: {[ruleName: string]: Rule[]}; | ||
lexer?: Lexer; | ||
lexer?: Lexer | undefined; | ||
@@ -79,3 +79,3 @@ constructor(rules: Rule[]); | ||
export interface CompiledRules { | ||
Lexer?: Lexer; | ||
Lexer?: Lexer | undefined; | ||
ParserStart: string; | ||
@@ -88,3 +88,3 @@ ParserRules: ParserRule[]; | ||
symbols: any[]; | ||
postprocess?: Postprocessor; | ||
postprocess?: Postprocessor | undefined; | ||
} | ||
@@ -91,0 +91,0 @@ |
{ | ||
"name": "@types/nearley", | ||
"version": "2.11.1", | ||
"version": "2.11.2", | ||
"description": "TypeScript definitions for nearley", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nearley", | ||
"license": "MIT", | ||
@@ -27,4 +28,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f27ccd7b578e9badcd0b058a45aa2e5519d6dd8c4567d51bb4d74329d0a279ea", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "9ba36c7eeca83070f1ef0f43185288acf6dd890636252097a2d16b0ce5e88a02", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 20 Dec 2019 06:33:42 GMT | ||
* Last updated: Thu, 08 Jul 2021 18:51:11 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `nearley` | ||
# Credits | ||
These definitions were written by Nikita Litvin (https://github.com/deltaidea), and BendingBender (https://github.com/BendingBender). | ||
These definitions were written by [Nikita Litvin](https://github.com/deltaidea), and [BendingBender](https://github.com/BendingBender). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6104
0