node: Move newNativeHandle out of net

This commit is contained in:
moiseev-signal
2025-05-06 14:17:14 -07:00
committed by GitHub
parent 478ae16c3b
commit 2de3c7886b
8 changed files with 17 additions and 13 deletions

View File

@@ -19,7 +19,6 @@ import {
ChatServiceListener,
Environment,
Net,
newNativeHandle,
SIGNAL_TLS_PROXY_SCHEME,
TokioAsyncContext,
UnauthenticatedChatConnection,
@@ -30,6 +29,7 @@ import {
} from '../../Native';
import { CompletablePromise } from './util';
import { fail } from 'assert';
import { newNativeHandle } from '../internal';
use(chaiAsPromised);
use(sinonChai);