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

Making type conversions explicit #1540

Merged
merged 18 commits into from May 24, 2019

Commits on Mar 7, 2019

  1. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    30f9a06 View commit details
    Browse the repository at this point in the history
  2. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1b37436 View commit details
    Browse the repository at this point in the history
  3. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    486ca2b View commit details
    Browse the repository at this point in the history
  4. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    a6c2cdd View commit details
    Browse the repository at this point in the history
  5. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c59c305 View commit details
    Browse the repository at this point in the history
  6. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    77aa6cb View commit details
    Browse the repository at this point in the history
  7. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    606ccba View commit details
    Browse the repository at this point in the history
  8. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    23f66ce View commit details
    Browse the repository at this point in the history
  9. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    b9c6752 View commit details
    Browse the repository at this point in the history
  10. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    e848889 View commit details
    Browse the repository at this point in the history
  11. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    451f419 View commit details
    Browse the repository at this point in the history
  12. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c443d49 View commit details
    Browse the repository at this point in the history
  13. formatting

    cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    d794fd0 View commit details
    Browse the repository at this point in the history
  14. Explicit conversion between types

    Use explicit conversions between types (Number, String).
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    85288b2 View commit details
    Browse the repository at this point in the history
  15. Convert checks for missing indexOf to use includes

    ECMAScript 7 introduced the includes function for arrays so that bitwise and comparisons to -1 are no longer needed
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c4de987 View commit details
    Browse the repository at this point in the history
  16. Convert checks for missing indexOf to use includes

    ECMAScript 7 introduced the includes function for arrays so that bitwise and comparisons to -1 are no longer needed
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c472a31 View commit details
    Browse the repository at this point in the history
  17. Convert checks for missing indexOf to use includes

    ECMAScript 7 introduced the includes function for arrays so that bitwise and comparisons to -1 are no longer needed
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    11e8705 View commit details
    Browse the repository at this point in the history
  18. Convert checks for missing indexOf to use includes

    ECMAScript 7 introduced the includes function for arrays so that bitwise and comparisons to -1 are no longer needed
    kale-io authored and cos committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    857b57c View commit details
    Browse the repository at this point in the history