Skip to content

Commit

Permalink
Add dataPathArr to CompilationContext interface type definition (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardovillela authored and epoberezkin committed Nov 24, 2019
1 parent 25266ef commit 4e56bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ajv.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ declare namespace ajv {
interface CompilationContext {
level: number;
dataLevel: number;
dataPathArr: string[];
schema: any;
schemaPath: string;
baseId: string;
Expand Down

0 comments on commit 4e56bf6

Please sign in to comment.