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

TypeScript Compiler Testing Support #47

Open
wants to merge 81 commits into
base: main
Choose a base branch
from

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    665ae6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e70548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4e430b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd0e2ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc05ef2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0124585 View commit details
    Browse the repository at this point in the history
  7. Added most of typescript functionality. Changed generator so no defau…

    …lt values in typescript params.
    alexisthedev committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1cd0535 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93b0d26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    581c5c4 View commit details
    Browse the repository at this point in the history
  10. add regex for tsc errors

    alexisthedev committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    ffe9880 View commit details
    Browse the repository at this point in the history
  11. Fix regex for identifying TS errors

    theosotr authored and alexisthedev committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    b2350ba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    875ac18 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    652bbed View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0cc8d64 View commit details
    Browse the repository at this point in the history
  15. Fix some minor stylish issues

    theosotr authored and alexisthedev committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    dd9cc56 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6cd52e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7b2f22d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    2f8c31e View commit details
    Browse the repository at this point in the history
  2. Change supertypes of NullType in typescript and kotlin, change supert…

    …ype of UndefinedType in typescript
    alexisthedev authored and theosotr committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f48061d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9271b16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee4ddca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e752905 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81a677a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    830c47c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9bc3f8 View commit details
    Browse the repository at this point in the history
  3. (WIP) Add TypeAlias type, extend generator, context, and visitors for…

    … language specific features
    alexisthedev committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    23d266b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

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

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    e74b680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2211142 View commit details
    Browse the repository at this point in the history
  3. remove comment

    alexisthedev authored and theosotr committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    38316d1 View commit details
    Browse the repository at this point in the history
  4. add newline to end of file

    alexisthedev authored and theosotr committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b18dc82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6535c3f View commit details
    Browse the repository at this point in the history
  6. Provide generator with both a string and number literal type, change …

    …num and string LiteralType supertypes, add comments
    alexisthedev authored and theosotr committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    15fdb86 View commit details
    Browse the repository at this point in the history
  7. Rename method and add spaces

    alexisthedev authored and theosotr committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    94b2ea1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

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

Commits on Sep 16, 2022

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

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    53ac9b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3350e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8f85b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9020ff9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #13 from alexisthedev/ts-type-alias

    TypeScript Type Aliases
    theosotr authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    50007dd View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Add GSOC.md

    alexisthedev committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5122ed3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    3d30d15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    362ec91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd06ca2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c44200 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    9d4a002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a42ca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f76da3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dc152a View commit details
    Browse the repository at this point in the history
  5. Add limit for types in a union

    alexisthedev authored and theosotr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    93d9ae5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f075f3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43322bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8aa2dd1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49cb8af View commit details
    Browse the repository at this point in the history
  10. Add union type assignment test, update tests to pass builtin factory …

    …when creating ast.Program node.
    alexisthedev authored and theosotr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f3ee755 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    338420b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    09ccae6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab9c0d7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2182d54 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ff26ffe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3e06d6f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    291397b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    123d20a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4bf17c6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    832c73a View commit details
    Browse the repository at this point in the history
  21. Add more unit tests for type unification, solve bugs in the type unif…

    …ication algorithm
    alexisthedev authored and theosotr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e385331 View commit details
    Browse the repository at this point in the history
  22. Remove dead import

    theosotr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    137b474 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    26e58f9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2ee782c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cbd3399 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d13bc03 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    93ce961 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    790fff8 View commit details
    Browse the repository at this point in the history
  29. Change name of dynamic_subtyping

    alexisthedev authored and theosotr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    adea32d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8574c78 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    081fea7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

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