fix: Use updated types from @eslint/core #120
Annotations
11 errors
Test Types:
dist/esm/types.ts#L59
Property 'Document' of type '((node: DocumentNode$1) => void) | undefined' is not assignable to 'string' index type '(...args: any[]) => void'.
|
Test Types:
dist/esm/types.ts#L60
Property 'Member' of type '((node: MemberNode$1, parent?: ObjectNode$1 | undefined) => void) | undefined' is not assignable to 'string' index type '(...args: any[]) => void'.
|
Test Types:
dist/esm/types.ts#L61
Property 'Element' of type '((node: ElementNode$1, parent?: ArrayNode$1 | undefined) => void) | undefined' is not assignable to 'string' index type '(...args: any[]) => void'.
|
Test Types:
dist/esm/types.ts#L62
Property 'Object' of type '((node: ObjectNode$1, parent?: ValueNodeParent | undefined) => void) | undefined' is not assignable to 'string' index type '(...args: any[]) => void'.
|
Test Types:
dist/esm/types.ts#L63
Property 'Array' of type '((node: ArrayNode$1, parent?: ValueNodeParent | undefined) => void) | undefined' is not assignable to 'string' index type '(...args: any[]) => void'.
|
Test Types:
dist/esm/types.ts#L64
Property 'String' of type '((node: StringNode$1, parent?: ValueNodeParent | undefined) => void) | undefined' is not assignable to 'string' index type '(...args: any[]) => void'.
|
Test Types:
dist/esm/types.ts#L65
Property 'Null' of type '((node: NullNode$1, parent?: ValueNodeParent | undefined) => void) | undefined' is not assignable to 'string' index type '(...args: any[]) => void'.
|
Test Types:
dist/esm/types.ts#L66
Property 'Number' of type '((node: NumberNode$1, parent?: ValueNodeParent | undefined) => void) | undefined' is not assignable to 'string' index type '(...args: any[]) => void'.
|
Test Types:
dist/esm/types.ts#L67
Property 'Boolean' of type '((node: BooleanNode$1, parent?: ValueNodeParent | undefined) => void) | undefined' is not assignable to 'string' index type '(...args: any[]) => void'.
|
Test Types:
dist/esm/types.ts#L68
Property 'NaN' of type '((node: NaNNode$1, parent?: ValueNodeParent | undefined) => void) | undefined' is not assignable to 'string' index type '(...args: any[]) => void'.
|
Verify JSR Publish
Process completed with exit code 1.
|