feat: esm #2027
Annotations
13 errors
lint:
lib/collection.ts#L10
'is-graph-pointer' should be listed in the project's dependencies. Run 'npm i -S is-graph-pointer' to add it
|
lint:
test/collection.test.ts#L35
Unexpected whitespace between function name and paren
|
lint:
test/collection.test.ts#L37
Unexpected newline between function and ( of function call
|
lint
Process completed with exit code 1.
|
build
Process completed with exit code 2.
|
test:
test/support/hydra-box.ts#L32
Type '() => Stream<BaseQuad> & Readable' is not assignable to type '() => Stream<Quad> & Readable'.
|
test:
test/support/hydra-box.ts#L35
Type '() => Promise<AnyPointer<NamedNode<string>, Dataset>>' is not assignable to type '() => Promise<GraphPointer<NamedNode<string>, E>>'.
|
test:
test/support/hydra-box.ts#L41
Type 'Promise<Dataset>' is not assignable to type 'Promise<E>'.
|
test:
test/support/hydra-box.ts#L46
Type 'DerivedEnvironment<DerivedEnvironment<DerivedEnvironment<Environment<FormatsFactory | DataFactory | NsBuildersFactory | ClownfaceFactory | TermSetFactory | NamespaceFactory | TermMapFactory | TraverserFactory>, Environment<...>>, Environment<...>>, Environment<...>>' is not assignable to type 'Factory<E>'.
|
test:
test/support/hydra-box.ts#L48
Type 'Dataset' is not assignable to type 'E'.
|
test:
test/support/hydra-box.ts#L62
Argument of type 'HydraBox<E>' is not assignable to parameter of type 'HydraBox<DatasetCore<Quad, Quad>>'.
|
test:
test/support/hydra-box.ts#L63
Type 'HydraBox<E>' is not assignable to type 'HydraBox<DatasetCore<Quad, Quad>>'.
|
test
Process completed with exit code 1.
|