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

Check each element for dynamic types in flatten #107

Merged
merged 1 commit into from May 14, 2021

Commits on May 7, 2021

  1. check each element for dynamic types in flatten

    Using HasDynamicTypes to see if the Flatten argument's type will be
    unknown is a little too conservative, and will also catch dynamic values
    within maps and objects. Check each value as we're iterating to find any
    dynamic values.
    jbardin committed May 7, 2021
    Copy the full SHA
    e364e3b View commit details
    Browse the repository at this point in the history