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

Dart 2.0 Support #24

Open
wants to merge 65 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 17, 2019

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

Commits on Apr 23, 2019

  1. 🚚mv (option) seperate option from main library

    Signed-off-by: devkabiir <[email protected]>
    devkabiir committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    4395814 View commit details
    Browse the repository at this point in the history
  2. 🔥prune (parser) Replace Undefined by ?? operator

    Signed-off-by: devkabiir <[email protected]>
    devkabiir committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    2f4c357 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b6a7c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d36487c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2540e25 View commit details
    Browse the repository at this point in the history
  6. ♻️refactor (parser) Use public method run instead of _run

    This adds the needed type parameters missing in `_run`
    devkabiir committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    889e0d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7493b5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70a2797 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a8be37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c646e89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d65b2aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    adc63a6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db6d426 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f2de88c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e1c5ff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    586a306 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a461700 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cbf53ad View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ea27437 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e036baa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8a2ea17 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3758e9c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    acd26c5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    08a1c8c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6ff17c7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    03ea10b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    859715a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4efbda7 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    264fc9f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    466e089 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a59fc29 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2dc865a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    772fbef View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e3c9a67 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    482f8c2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f0a1dc3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0d471a9 View commit details
    Browse the repository at this point in the history
  38. ♻️refactor (parser-test) Use or instead of |

    Signed-off-by: devkabiir <[email protected]>
    devkabiir committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    4dd656c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    381557c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8aa970f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f1ce132 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    296cadd View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    bea3c53 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    f488d1c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. ♻️refactor (parser) Switch to static method instead of factory constr…

    …uctors
    
    Static methods can have generic types, which allows for more specificity
    devkabiir committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    32a8598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e6ec50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9a1f8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f35bccf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b428709 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72e5d10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76109ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1daad6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dcfc4d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d03946b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49d40f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2bd4dd0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4dd398 View commit details
    Browse the repository at this point in the history
  14. Revert "🐛fix (operator) dart operator test"

    This reverts commit 8a2ea17.
    Which was accidently pushed to master
    devkabiir committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    1b91cea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    135ed79 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ab3cdfb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7ba818d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    f7d0370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d6dcac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d1b33 View commit details
    Browse the repository at this point in the history