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

[DO NOT MERGE] Reproduce internal error in tsc #7

Draft
wants to merge 16 commits into
base: dev
Choose a base branch
from

Commits on Nov 1, 2019

  1. checkjs add --strictFunctionTypes & --strictBindCallApply flags

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    0cf9994 View commit details
    Browse the repository at this point in the history
  2. use @constructor JSDoc tag in test/cross-spawn.mock.js

    as needed by `--noImplicitThis` flag in checkjs command script
    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    94ff2d9 View commit details
    Browse the repository at this point in the history
  3. checkjs add --noImplicitThis flag

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    3003c42 View commit details
    Browse the repository at this point in the history
  4. update description in internal resolveGlobs function

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    ba94895 View commit details
    Browse the repository at this point in the history
  5. explicity throw in internal resolveGlobs function

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    b9a18ec View commit details
    Browse the repository at this point in the history
  6. checkjs with --strictNullChecks flag

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    9333ef3 View commit details
    Browse the repository at this point in the history
  7. add @types/cross-spawn@^6.0.1 to devDependencies

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    3de8240 View commit details
    Browse the repository at this point in the history
  8. add @types/glob@^7.1.1 to devDependencies

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    e0c5bd8 View commit details
    Browse the repository at this point in the history
  9. add @types/chai@^4.2.4 to devDependencies

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    0eadb1e View commit details
    Browse the repository at this point in the history
  10. add @types/mock-require@^2.0.0 to devDependencies

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    b07e441 View commit details
    Browse the repository at this point in the history
  11. stricter JSDoc types in lib/program-helper.js, as needed for strict J…

    …SDoc type checing
    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    a347f58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c1b4acf View commit details
    Browse the repository at this point in the history
  13. add strict JSDoc type comments to test/cross-spawn.mock.js

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    424c99b View commit details
    Browse the repository at this point in the history
  14. add missing newline to lib/program-helper.js (...)

    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    c5f5fdb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0a1572c View commit details
    Browse the repository at this point in the history
  16. [TBD] add @typedef JSDoc comment to module.exports in lib/program-hel…

    …per.js - tsc (version 3.6.4) seems to throw an internal error at this point
    Christopher J. Brody committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    032d29d View commit details
    Browse the repository at this point in the history