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
https://github.com/fable-compiler/fable-doc/wiki/Call-JS-from-Fable#what-is-dynamic-typing
The following syntax
object?(field)
is broken for the first occurrence in the line.
Notice how the parentheses after f.errors is missing in the formatted version, and that breaks the code.
f.errors
https://jindraivanek.gitlab.io/fantomas-ui/#?fantomas=preview-trivia&code=DYUwLgBAZgliwBMDCB7YKBOEAUt4IDkBDAWxAC4IBnMDGAOwHMBKCAXgCgJuffuYo0AHQgMGTFQD8uOImJlWAMkXCwKAK4BjABYgE0vHNIhWYXfS58rvAJJUAIkSajL1nvCohXbvgRSp0DG83AB8APggbegAHdTAhAMwgA
The text was updated successfully, but these errors were encountered:
Keep parentheses around dynamic operator ident, fixes #476
df6f31d
No branches or pull requests
Description
https://github.com/fable-compiler/fable-doc/wiki/Call-JS-from-Fable#what-is-dynamic-typing
The following syntax
object?(field)
is broken for the first occurrence in the line.
Repro code
Notice how the parentheses after
f.errors
is missing in the formatted version, and that breaks the code.https://jindraivanek.gitlab.io/fantomas-ui/#?fantomas=preview-trivia&code=DYUwLgBAZgliwBMDCB7YKBOEAUt4IDkBDAWxAC4IBnMDGAOwHMBKCAXgCgJuffuYo0AHQgMGTFQD8uOImJlWAMkXCwKAK4BjABYgE0vHNIhWYXfS58rvAJJUAIkSajL1nvCohXbvgRSp0DG83AB8APggbegAHdTAhAMwgA
The text was updated successfully, but these errors were encountered: