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

[RFC] Compiler Transformer for generating runtime typecheck middleware #62

Open
Vorlias opened this issue Dec 15, 2021 · 0 comments
Open
Labels
Enhancement New feature or request RFC request for comments

Comments

@Vorlias
Copy link
Member

Vorlias commented Dec 15, 2021

Currently something like Flamework has an advantage over RbxNet with automatically generating runtime type checking.

We could

  • Implement the transformer, it goes through a definitions & namespaces and add the type checking middleware.
  • This would likely require a redesign of the definitions API, but might allow much more flexibility that way anyway.
@Vorlias Vorlias added Unsure Further information is requested Planned A planned change labels Dec 15, 2021
@Vorlias Vorlias changed the title RbxNet Transformer [Draft] RbxNet Transformer Dec 15, 2021
@Vorlias Vorlias added Enhancement New feature or request RFC request for comments labels Dec 15, 2021
@Vorlias Vorlias changed the title [Draft] RbxNet Transformer [RFC] Compiler Transformer for generating runtime typecheck middleware Dec 15, 2021
@Vorlias Vorlias removed Unsure Further information is requested Planned A planned change labels Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request RFC request for comments
Projects
None yet
Development

No branches or pull requests

1 participant