-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node binding on mac return undefiend #171
Comments
Could you say more about the scenario in which you encountered this? For example, how are you running your Node program? What are the values of |
The problem has to do with the differences in how TypeScript and ES6 handle default imports. Since
In JavaScript, you can be more loose, and write:
This is awkward; I think I can make a change to allow |
Merged a fix; will go out with next release. |
output:
chip: Apple M3 Pro
macOS: 14.7.1 (23H222)
The text was updated successfully, but these errors were encountered: