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

Enable strictFunctionTypes #49929

Merged
merged 112 commits into from
Jan 18, 2023

Commits on Sep 17, 2022

  1. Fix some easy SFT problems

    jakebailey committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    cd19de3 View commit details
    Browse the repository at this point in the history
  2. More SFT work

    jakebailey committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    666fcf8 View commit details
    Browse the repository at this point in the history
  3. More fixes

    jakebailey committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    9e58a39 View commit details
    Browse the repository at this point in the history
  4. Fix emitter, checker

    jakebailey committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    77be346 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7061fdb View commit details
    Browse the repository at this point in the history
  6. Parser tweaks

    jakebailey committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    82bf75b View commit details
    Browse the repository at this point in the history
  7. Resolve TODO

    jakebailey committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    41c4a62 View commit details
    Browse the repository at this point in the history
  8. More fixes

    jakebailey committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    8bc26db View commit details
    Browse the repository at this point in the history
  9. Fix es2015

    jakebailey committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    f985655 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79740c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    61fbef4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

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

Commits on Sep 19, 2022

  1. Wacky Visitor types

    jakebailey committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8bcad61 View commit details
    Browse the repository at this point in the history
  2. It compiles

    jakebailey committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    f2e34f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e88bc11 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    jakebailey committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c31d0a6 View commit details
    Browse the repository at this point in the history
  5. Actually fix lint

    jakebailey committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    5df975b View commit details
    Browse the repository at this point in the history
  6. PR feedback

    jakebailey committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    b114cea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88034eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fcda16e View commit details
    Browse the repository at this point in the history
  9. Update baselines

    jakebailey committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e7cf213 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    186749e View commit details
    Browse the repository at this point in the history
  11. Update comment

    jakebailey committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    2ed2e92 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Resolve a TODO

    jakebailey committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    9ae68fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b1efc1 View commit details
    Browse the repository at this point in the history
  3. More todo updats

    jakebailey committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    eff9485 View commit details
    Browse the repository at this point in the history
  4. Fix my lint oops

    jakebailey committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    3a5d135 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a609b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    59a3189 View commit details
    Browse the repository at this point in the history
  2. Resolve some TODOs

    jakebailey committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5bf42fa View commit details
    Browse the repository at this point in the history
  3. Tweaks

    jakebailey committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    00a0f3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c053b89 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    693b9f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d94fe0 View commit details
    Browse the repository at this point in the history
  3. Fixups

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    9876a57 View commit details
    Browse the repository at this point in the history
  4. Simplify other implementations of NodeVisitor and NodesVisitor, now t…

    …hat the type is simpler
    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    721ed63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4329b73 View commit details
    Browse the repository at this point in the history
  6. Make fixes more consistent

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    45c2ca8 View commit details
    Browse the repository at this point in the history
  7. Lint fix

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    d1a95df View commit details
    Browse the repository at this point in the history
  8. Address some TODOs

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    65ad1d3 View commit details
    Browse the repository at this point in the history
  9. Shift around TODO

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    7a4a2c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52ca3a6 View commit details
    Browse the repository at this point in the history
  11. Cleanups and reverts

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    a0af83b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bfee29b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d263e9b View commit details
    Browse the repository at this point in the history
  14. Resolve a TODO

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    982c706 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fce72fe View commit details
    Browse the repository at this point in the history
  16. Cleanups

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    cd4aa3c View commit details
    Browse the repository at this point in the history
  17. Eliminate isArrayOf

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    734c58f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b7fbeb View commit details
    Browse the repository at this point in the history
  19. Remove checks

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    a4874b1 View commit details
    Browse the repository at this point in the history
  20. Resolve some TODOs

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    d3c8231 View commit details
    Browse the repository at this point in the history
  21. Fix lint

    jakebailey committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    76ca962 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

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

Commits on Sep 26, 2022

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

Commits on Oct 1, 2022

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

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    29da028 View commit details
    Browse the repository at this point in the history
  2. Duplicate jsdoc

    jakebailey committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    46a5d91 View commit details
    Browse the repository at this point in the history
  3. Accept baselines

    jakebailey committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f89c0c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    9d81f75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f36a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

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

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    9e6837d View commit details
    Browse the repository at this point in the history
  2. Fix compiler error

    jakebailey committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    8e8d706 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

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

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    b5b49ce View commit details
    Browse the repository at this point in the history
  2. Fix merge issues

    jakebailey committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8d17434 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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

    jakebailey committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    a1c5eca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f595b7 View commit details
    Browse the repository at this point in the history
  4. Fix merge

    jakebailey committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1accebd View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

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

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    a464d1f View commit details
    Browse the repository at this point in the history
  2. Fix old merge oops

    jakebailey committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    096bf30 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    ba87ccf View commit details
    Browse the repository at this point in the history
  2. Remove my leftover comment

    jakebailey committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2f192b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8608d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0dcfb1 View commit details
    Browse the repository at this point in the history
  5. More PR fixups

    jakebailey committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e52a85a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78459ba View commit details
    Browse the repository at this point in the history
  7. fix missed lint

    jakebailey committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5b54712 View commit details
    Browse the repository at this point in the history
  8. Fix dts

    jakebailey committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2bb1554 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e14a8a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e9ef92 View commit details
    Browse the repository at this point in the history
  11. Fix post merge

    jakebailey committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    cd58e0f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    10393c8 View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    jakebailey committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2a1c1f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

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

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    71d3eac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c38a85 View commit details
    Browse the repository at this point in the history
  3. Fix new error

    jakebailey committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    828abf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

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

Commits on Jan 5, 2023

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

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    e7fa691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6f6ebb View commit details
    Browse the repository at this point in the history
  3. Remove assertNode params

    jakebailey committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    e446399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0199a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    41cb1fc View commit details
    Browse the repository at this point in the history
  2. Fix typo

    jakebailey committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ae4be6b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    bfb1417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00261cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    268670f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    129a69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    837c3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ff34cb View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

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