### Version v16.12.0 ### Platform x86_64-apple-darwin ### Subsystem _No response_ ### What steps will reproduce the bug? ```ts 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_
Version
v16.12.0
Platform
x86_64-apple-darwin
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
What do you see instead?
Additional information
No response