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

refactor: port ensure to ts #666

Merged

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    2c8d3ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ba403 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    088b23a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    b13a4f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    397f614 View commit details
    Browse the repository at this point in the history
  3. refactor(ensure): make first param to enum non-optional and update test

    First param to enum (`value`) was earlier optional, which kept the tests easy. But user should be discouraged to use this edge case, so it is now required.
    
    In test, the function is typecasted to allow testing the edge case
    bendtherules committed May 28, 2019
    Configuration menu
    Copy the full SHA
    06950e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f02c432 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfd2f66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e5cf99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd091ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1377c5c View commit details
    Browse the repository at this point in the history
  9. refactor(ensure): port index(.js) and its tests to ts

    Also updated globby to latest, as it has typescript definition files.
    bendtherules committed May 28, 2019
    Configuration menu
    Copy the full SHA
    869292e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7855ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c64d8dc View commit details
    Browse the repository at this point in the history
  12. build(ensure): replace ava config and dependencies with ts

    1 Remove ava config and deps from package.json 2 Change ava test script with typescript and jest commands
    bendtherules committed May 28, 2019
    Configuration menu
    Copy the full SHA
    5160683 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df07f01 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    2fbb638 View commit details
    Browse the repository at this point in the history