We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to truly support mumuki/mumuki-laboratory#1103, each runner should expose a dictionary compatible with mumuki/mumukit-inspection#14
The mappings should be indexed by locale, in order to also support different mappings when the language is internationalized:
{ keywords: { en: { true: 'True' }, es: { true: 'Verdadero' } } }
The text was updated successfully, but these errors were encountered:
We should also have separate keyword maps for custom editors and standard editors.
Alternatively, we could split gobstones and gobstones-jr runners, so that we can expose different mappings for each of them.
Sorry, something went wrong.
No branches or pull requests
In order to truly support mumuki/mumuki-laboratory#1103, each runner should expose a dictionary compatible with mumuki/mumukit-inspection#14
The mappings should be indexed by locale, in order to also support different mappings when the language is internationalized:
The text was updated successfully, but these errors were encountered: