fengari-lua / fengari

🌙 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser
MIT License
1.8k stars 64 forks source link

src/lua.js: fix export of lua_setallocf #193

Closed huglovefan closed 3 years ago

huglovefan commented 3 years ago

it's just a stub function but i noticed it was set to undefined when inspecting the exports

everything listed by node -p 'require(".")' looks to be correctly set now

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

daurnimator commented 3 years ago

Thankyou!