Skip to content
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

Support implementing new Roblox services #125

Open
grilme99 opened this issue Oct 24, 2023 · 0 comments
Open

Support implementing new Roblox services #125

grilme99 opened this issue Oct 24, 2023 · 0 comments
Labels
enhancement New feature or request roblox Issues pertaining to the built-in Roblox library

Comments

@grilme99
Copy link

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.

@filiptibell filiptibell added enhancement New feature or request roblox Issues pertaining to the built-in Roblox library labels Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request roblox Issues pertaining to the built-in Roblox library
Projects
None yet
Development

No branches or pull requests

2 participants