refactor: Rename UriUtil into TermUtil.

This commit is contained in:
Ruben Verborgh
2021-01-02 23:11:57 +01:00
parent ae06e99067
commit 2e188551f7
7 changed files with 27 additions and 28 deletions

View File

@@ -12,7 +12,7 @@ import type { SystemError } from '../../../../src/util/errors/SystemError';
import { UnsupportedMediaTypeHttpError } from '../../../../src/util/errors/UnsupportedMediaTypeHttpError';
import type { Guarded } from '../../../../src/util/GuardedStream';
import { guardedStreamFrom, readableToString } from '../../../../src/util/StreamUtil';
import { toLiteral } from '../../../../src/util/UriUtil';
import { toLiteral } from '../../../../src/util/TermUtil';
import { CONTENT_TYPE, DC, LDP, POSIX, RDF, XSD } from '../../../../src/util/Vocabularies';
import { mockFs } from '../../../util/Util';