lune-org/lune

Support implementing new Roblox services

grilme99 opened this issue · 0 comments

In a similar vein to implementMethod and implementProperty, Lune should support implementing services that rbx-dom doesn't know about. For example, to support snapshot testing in Jest (with no changes to the Jest source code), FileSystemService would have to be defined and implemented. This service is only available inside of roblox-cli builds, and as such, rbx-dom does not know about it.