-
Notifications
You must be signed in to change notification settings - Fork 13k
Comparing changes
Open a pull request
base repository: microsoft/TypeScript
base: v3.8.2
head repository: microsoft/TypeScript
compare: v3.8.3
- 10 commits
- 50 files changed
- 8 contributors
Commits on Feb 25, 2020
-
Cherry-pick PR #36996 into release-3.8 (#37002)
Component commits: 888ebf4 Fix crash on aliased,exported @enum tag in jsdoc THe code to bind `@enum` and `@typedef` didn't handle the case that the `@enum` was on a property assignment to an alias of module.exports. Specifically, `x` needs to be correctly aliased to the file's symbol in the example below: ``` var x = module.exports = {}; /** @enum {string} */ x.E = { A: "A" }; ``` Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98fc075 - Browse repository at this point
Copy the full SHA 98fc075View commit details -
Cherry-pick PR #36993 into release-3.8 (#37020)
Component commits: 7721570 Harden telemetryOnOpenFile 9535e7b Merge branch 'master' of https://github.com/RyanCavanaugh/TypeScript into fix36984 Co-authored-by: Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d76a45a - Browse repository at this point
Copy the full SHA d76a45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6866c1 - Browse repository at this point
Copy the full SHA c6866c1View commit details
Commits on Feb 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 622c206 - Browse repository at this point
Copy the full SHA 622c206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bf6058 - Browse repository at this point
Copy the full SHA 9bf6058View commit details
Commits on Feb 27, 2020
-
Allow --composite false or --composite null on the command line (#36997…
…) (#37062) * Add tests for specifying composite as command line option * Allow passing --composite false on commandline * Add test to verify tsc --composite false from command line * Handle "undefined" as option value to be set to undefined for that option * Support "null" as option to be converted to undefined which is normally end result from our config file as well * Support null as option for any tsconfig only option as well, and dont support undefined * Fix public api test case * Validates objects instead of stringify result * Add composite true to base source
Configuration menu - View commit details
-
Copy full SHA for 6def346 - Browse repository at this point
Copy the full SHA 6def346View commit details -
Cherry-pick PR #37010 into release-3.8 (#37072)
Component commits: 4605c34 fix(36989): omit 'async' modifier for methods in declaration files. c144e5e Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/36989 fb7fd42 remove useless condition c2b709a Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/36989 Co-authored-by: Alexander T. <alexander.tarasyuk@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 80a84c3 - Browse repository at this point
Copy the full SHA 80a84c3View commit details
Commits on Feb 28, 2020
-
Cherry picks 36880 into 3.8 (#37082)
* Adds floating block comments to the outlining spans response * Only use one route for grabbing outline nodes, which now includes special casing the EOF token
Orta authoredFeb 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 963c1f0 - Browse repository at this point
Copy the full SHA 963c1f0View commit details -
Cherry-pick #37064 into release-3.8 (#37096)
* Fix renaming an ExportSpecifier name when propertyName is present (#36790) * Fix renaming exportSpecifier name when propertyName is present * Add baseline test for name without propertyName too * Set correct pos for NamespaceExport (#36794) * Set correct pos for NamespaceExport * Update tests * Cherry-pick PR #37064 into release-3.8
Configuration menu - View commit details
-
Copy full SHA for d876564 - Browse repository at this point
Copy the full SHA d876564View commit details -
TypeScript Bot committed
Feb 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 712967b - Browse repository at this point
Copy the full SHA 712967bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.8.2...v3.8.3