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

Updating dependencies to work with node 14 and for the tests to pass #9

Draft
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    f1b7f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7fea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a1c54b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1166091 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    841e536 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a009cd1 View commit details
    Browse the repository at this point in the history
  7. chore: syntax cleanup

    martinheidegger committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5e2000c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ad27bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56e2e3b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    356f0ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5ec6ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33b01aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a2e72f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    082838a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c623b90 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3a39be0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d9ab7b3 View commit details
    Browse the repository at this point in the history
  18. refactor: normalizing require statements

    require statements can be defined using circular dependencies, typescript types and humans have problems with this. this commit makes sure we use a normal dependency tree without back references.
    martinheidegger committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    8127c96 View commit details
    Browse the repository at this point in the history
  19. chore: precompiling schema

    By compiling the schema ahead of time (as recommended in the documentation of protocol-buffers) the startup time should be reduced and the performance enhanced at the same time.
    martinheidegger committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    a2b2a69 View commit details
    Browse the repository at this point in the history
  20. refactor: using @tradle/typeforce instead of typeforce for types

    This will make execution faster as the assert operation doesn’t try to jit compile. Furthermore all checks are typed now.
    martinheidegger committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    b7d3e5e View commit details
    Browse the repository at this point in the history
  21. chore: removing obsolete/unused fragments of text/code that isn't doi…

    …ng anything
    
    The more changes come to the code the more of a problem the obsolete code becomes as it is impossible to say if it could ever be reinstated to working code.
    martinheidegger committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    54ac06e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f652a50 View commit details
    Browse the repository at this point in the history
  23. style: readability

    martinheidegger committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d5d1eb2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    66ac154 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    187ff57 View commit details
    Browse the repository at this point in the history
  26. refactor: direct pass-in is faster and code introspection works bette…

    …r on that - also, it is better to move to ts/esm at a later point
    martinheidegger committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    08d11f6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2acf468 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a962087 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7f40a60 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5336294 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6588690 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9875373 View commit details
    Browse the repository at this point in the history
  33. refactor: easier to turn into typescript

    by using the dynamic syntax, code completion doesn't work as well and it is more difficult to turn into typescript code.
    martinheidegger committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    7d9e7dc View commit details
    Browse the repository at this point in the history