We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Error
statSync
For more performant filesystem access, use fs.statSync('', {throwIfNoEntry: false}) to avoid creating Error garbage.
fs.statSync('', {throwIfNoEntry: false})
This is especially good in the resolver codepaths where many, many stat calls are attempted, and most are expected to fail.