Closed
Description
Version
v16.12.0
Platform
x86_64-apple-darwin
Subsystem
No response
What steps will reproduce the bug?
import { fastFunction } from './native.node'
console.log(fastFunction)
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
[Function: fastFunction]
What do you see instead?
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".node"
Additional information
No response