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
The current compile API will be removed.
Compile(string input)
CompiledString
Resolve
Resolve(CompiledString input, T value)
The text was updated successfully, but these errors were encountered:
Mark current compile API as obsolete
aa4072f
See #44 Add new API methods signature
Revert "Mark current compile API as obsolete"
7db247d
This reverts commit aa4072f. See #44: changes to the compile API will be breaking changes, so it is paused for now.
Paused until 4.0 dev is started.
Sorry, something went wrong.
fd216bd
No branches or pull requests
The current compile API will be removed.
Compile(string input)
to return aCompiledString
Resolve
with aResolve(CompiledString input, T value)
method (this will make call with a null string ambiguous)CompiledString
sealed class with only one public member: the original inputThe text was updated successfully, but these errors were encountered: