Skip to content

Commit

Permalink
perf: use node: prefix to bypass require.cache call for builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 10, 2023
1 parent 21956fb commit 3f1e041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict'

const compileSchemas = require('../build/index.js')
const fs = require('fs')
const fs = require('node:fs')
const tap = require('tap')
const rmdir = require('rimraf')

Expand Down

0 comments on commit 3f1e041

Please sign in to comment.