refactor: Use node protocol when importing builtins

This commit is contained in:
Joachim Van Herwegen
2023-10-30 15:53:29 +01:00
parent def0b5c732
commit 990184dbb5
127 changed files with 170 additions and 172 deletions

View File

@@ -1,4 +1,4 @@
import { Readable } from 'stream';
import { Readable } from 'node:stream';
import { KeysRdfParseJsonLd } from '@comunica/context-entries';
import { parse, toSeconds } from 'iso8601-duration';
import { DataFactory } from 'n3';

View File

@@ -1,4 +1,4 @@
import type { IncomingMessage } from 'http';
import type { IncomingMessage } from 'node:http';
import { BadRequestHttpError } from '../../../util/errors/BadRequestHttpError';
/**