Prefix node builtins, skips cache lookup

This commit is contained in:
Lovell Fuller
2023-10-05 12:09:19 +01:00
parent 392f6afb5e
commit ca95979ecc
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
'use strict';
const path = require('path');
const path = require('node:path');
const is = require('./is');
const sharp = require('./sharp');