jsdotlua / jest-lua

Delightful testing for Lua.
http://jsdotlua.github.io/jest-lua
MIT License
33 stars 4 forks source link

Remove dependency on `debug.loadmodule` #3

Open grilme99 opened 9 months ago

grilme99 commented 9 months ago

Jest Lua currently depends on an internal Roblox API that requires flipping the FFlagEnableLoadModule flag. This makes adoption more difficult for many developers.

It's not clear how we can actually do this, though. loadmodule is used to:

christopher-buss commented 2 months ago

Can this help? See here.