style: use "node:" prefix for imports

This commit is contained in:
Timofey Gelazoniya 2024-10-09 21:59:16 +03:00
parent e3e7e293ed
commit 502029869a
Signed by: zeldon
GPG Key ID: 047886915281DD2A
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
'use strict'; 'use strict';
import net from 'net'; import net from 'node:net';
import varint from './varint.js'; import varint from './varint.js';
/** /**