File tree Expand file tree Collapse file tree 8 files changed +13
-12
lines changed Expand file tree Collapse file tree 8 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
- import * as Ajv from 'ajv' ;
1
+ import Ajv from 'ajv' ;
2
2
import setupAsyncToAJV = require( 'ajv-async' ) ;
3
3
4
4
const ajv = new Ajv ( ) ;
Original file line number Diff line number Diff line change 2
2
// Project: https://github.com/epoberezkin/ajv-async#readme
3
3
// Definitions by: es <https://github.com/dmitriismitnov>
4
4
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
- // TypeScript Version: 2.2
5
+ // TypeScript Version: 3.8
6
6
7
- import { Ajv } from 'ajv' ;
7
+ import Ajv from 'ajv' ;
8
8
9
9
declare function ajvAsync ( ajv : Ajv ) : Ajv ;
10
10
export = ajvAsync ;
Original file line number Diff line number Diff line change 1
- import * as Ajv from 'ajv' ;
1
+ import Ajv from 'ajv' ;
2
2
import ajvBsontype = require( 'ajv-bsontype' ) ;
3
3
4
4
const ajv = new Ajv ( ) ;
Original file line number Diff line number Diff line change 2
2
// Project: https://github.com/BoLaMN/ajv-bsontype#readme
3
3
// Definitions by: Alex <https://github.com/adjerbetian>
4
4
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
+ // Minimum TypeScript Version: 3.8
5
6
6
- import { Ajv } from 'ajv' ;
7
+ import Ajv from 'ajv' ;
7
8
8
9
declare function ajvBsontype ( ajv : Ajv ) : Ajv ;
9
10
export = ajvBsontype ;
Original file line number Diff line number Diff line change 1
- import * as Ajv from "ajv" ;
1
+ import Ajv from "ajv" ;
2
2
import AjvErrors = require( "ajv-errors" ) ;
3
3
4
- const ajv = new Ajv ( { allErrors : true , jsonPointers : true } ) ;
4
+ const ajv = new Ajv ( { allErrors : true } ) ;
5
5
AjvErrors ( ajv ) ;
Original file line number Diff line number Diff line change 2
2
// Project: https://github.com/epoberezkin/ajv-errors
3
3
// Definitions by: Afshawn Lotfi <https://github.com/afshawnlotfi>
4
4
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
- // TypeScript Version: 2.2
5
+ // TypeScript Version: 3.8
6
6
7
- import { Ajv } from "ajv" ;
7
+ import Ajv from "ajv" ;
8
8
9
9
/**
10
10
*
Original file line number Diff line number Diff line change 1
- import * as Ajv from "ajv" ;
1
+ import Ajv from "ajv" ;
2
2
3
3
import ajvMergePatch = require( "ajv-merge-patch" ) ;
4
4
Original file line number Diff line number Diff line change 2
2
// Project: https://github.com/epoberezkin/ajv-merge-patch#readme
3
3
// Definitions by: Zhu Zijia <https://github.com/littlepiggy03>
4
4
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
- // TypeScript Version: 2.2
5
+ // TypeScript Version: 3.8
6
6
7
- import { Ajv } from "ajv" ;
7
+ import Ajv from "ajv" ;
8
8
9
9
declare function ajvMergePatch ( ajv : Ajv ) : void ;
10
10
You can’t perform that action at this time.
0 commit comments