-
Notifications
You must be signed in to change notification settings - Fork 301
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
Ignore some base constructor calls #2298
Conversation
ncave
commented
Nov 25, 2020
- Ignore some base constructor calls (e.g. for BCL types):
I guess this is related to #2154. Is it a good solution to just ignore the base constructor call? Or should we try to inherit from JS Array instead? |
@alfonsogarciacaro No, it's not related, I just noticed that some base constructor calls are in the form of |
Yes, some calls to the BCL have an unexpected representation in the AST, for example Fable/src/Fable.Transforms/Replacements.fs Lines 999 to 1025 in e0590b2
|