refactor: Use types to create vocabularies.

This commit is contained in:
Ruben Verborgh
2021-01-02 22:03:48 +01:00
parent 882c0fdba5
commit 8e138c36d1
41 changed files with 145 additions and 111 deletions

View File

@@ -14,7 +14,7 @@ import { NotFoundHttpError } from '../../util/errors/NotFoundHttpError';
import { NotImplementedHttpError } from '../../util/errors/NotImplementedHttpError';
import { guardStream } from '../../util/GuardedStream';
import type { ResourceLocker } from '../../util/locking/ResourceLocker';
import { CONTENT_TYPE } from '../../util/UriConstants';
import { CONTENT_TYPE } from '../../util/Vocabularies';
import type { ResourceStore } from '../ResourceStore';
import { PatchHandler } from './PatchHandler';