incubator-annotator icon indicating copy to clipboard operation
incubator-annotator copied to clipboard

Create new package @apache-annotator/annotation

Open Treora opened this issue 3 years ago • 0 comments

Types & utility functions for annotations as a whole.

With code imported from https://code.treora.com/gerben/web-annotation-utils.

Unfortunately, I keep getting an error when running yarn test. (even though I think I made this package’s config exactly like the others)

/vagrant/annotator/incubator-annotator/packages/annotation/test/model/multiplicity.test.ts:24
import { strict as assert } from 'assert';
^^^^^^

SyntaxError: Cannot use import statement outside a module

Treora avatar Nov 23 '22 21:11 Treora