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

Allow JSDoc casts of parenthesized expressions in JS #17211

Closed
wants to merge 10 commits into from

Commits on Jul 14, 2017

  1. readFile may return undefined

    Andy Hanson committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    96d537b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Merge pull request #17176 from Microsoft/parse-jsdoc-with-ts-type-parser

    Parse jsdoc with normal TS type parser
    sandersn authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    240f1f1 View commit details
    Browse the repository at this point in the history
  2. Minor cleanups in builder (#17208)

    * Minor cleanups in builder
    
    * Use enumerateInsertsAndDeletes
    Andy authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    555776e View commit details
    Browse the repository at this point in the history
  3. Fix bug in importTracker: getExportNode must verify that we are on …

    …the LHS of a VariableDeclaration (#17205)
    Andy authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    6cf30fb View commit details
    Browse the repository at this point in the history
  4. Fix error message

    Andy Hanson committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    2ce2390 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a219af View commit details
    Browse the repository at this point in the history
  6. Reuse stored types for any[] and Promise<any> instead of creating new…

    … ones (#17179)
    
    * Reuse stored types for any[] and Promise<any> instead of creating new ones
    
    * Don't store anyPromiseType
    Andy authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    5d46ca7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #17210 from Microsoft/readfile

    `readFile` may return undefined
    sheetalkamat authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    54dfdd7 View commit details
    Browse the repository at this point in the history
  8. Issue template: Recommend to run tsc directly (#17246)

    * Issue template: Recommand to run `tsc` directly
    
    * List some common build tools
    Andy authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    de9a67f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5ec445 View commit details
    Browse the repository at this point in the history