Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
6e415cc
Merge branch 'master' of https://github.com/Microsoft/TypeScript
saschanaz Jun 25, 2016
9dfcb44
do not format comma/closeparen in jsxelement
saschanaz Jun 25, 2016
378c6b5
format jsx expression
saschanaz Jun 26, 2016
cbfbfe1
make rules optional
saschanaz Jun 27, 2016
0b6ba96
Remove upper boilerplate from issue template
RyanCavanaugh Jun 27, 2016
8bf3d54
Merge pull request #7075 from Microsoft/loadJsFromModules
billti Jun 28, 2016
8ddba28
Update issue_template.md
RyanCavanaugh Jun 28, 2016
6be7d9c
Merge pull request #9380 from Microsoft/update-template
RyanCavanaugh Jun 28, 2016
3ea2cdd
Merge pull request #8 from Microsoft/master
zspitz Jun 28, 2016
6e984eb
new options should be optional for compatibility
saschanaz Jun 28, 2016
6ff91b8
Add getCurrentDirectory to ServerHost
zhengbli Jun 28, 2016
d5cad23
Add nullchecks for typeRoots, remove getCurrentDirectory from ServerH…
zhengbli Jun 28, 2016
ec02077
Merge pull request #9361 from SaschaNaz/noFormatInJsxElement
mhegazy Jun 28, 2016
3fdaf19
VarDate interface and relevant Date.prototype members
zspitz Jun 28, 2016
a91978e
Merge pull request #9393 from zspitz/MSActiveXExtensions
mhegazy Jun 28, 2016
50177b1
Merge pull request #9396 from zhengbli/fix9186
zhengbli Jun 28, 2016
29107e6
Fix 9363: Object destructuring broken-variables are bound to the wron…
yuit Jun 28, 2016
8ff873e
Fix crash in async functions when targetting ES5.
sandersn Jun 28, 2016
ddadb47
Add This type to lib
zhengbli Jun 28, 2016
27e66b0
getVarDate should be on the Date interface
zspitz Jun 28, 2016
47bee47
Merge pull request #9401 from zhengbli/addThisToLib
zhengbli Jun 28, 2016
b524795
Merge pull request #9405 from zspitz/patch-1
mhegazy Jun 29, 2016
5f8cf1a
Don't emit source files found under node_modules
billti Jun 29, 2016
c5e680c
Destructuring assignment removes undefined from type when default val…
sandersn Jun 29, 2016
7232513
Add nullcheck when calculating indentations for implort clause
zhengbli Jun 29, 2016
adca770
Add test
zhengbli Jun 29, 2016
5a45c44
Dont load JavaScript if types packages are present
billti Jun 30, 2016
d8047b6
Renamed API
billti Jun 30, 2016
7b77f6b
Merge pull request #9397 from Microsoft/fix-crash-in-async-and-no-imp…
sandersn Jun 30, 2016
5f6e25c
Use checkExpression, not checkExpressionCached
sandersn Jun 30, 2016
0535d55
Show "<unknown>" if the name of a declaration is unavailable
Jun 30, 2016
4195eb3
Parse `export default async function` as a declaration
Jun 29, 2016
de0f64b
Merge branch 'master' into mergemaster
Jun 30, 2016
573bfec
Merge remote-tracking branch 'upstream/master' into dontEmitNodeModules
billti Jun 30, 2016
07d7ec3
Merge pull request #9422 from Microsoft/allow-destructuring-assignmen…
mhegazy Jun 30, 2016
594ad64
Merge pull request #9442 from Microsoft/navigation_bar_nameless_names…
Jun 30, 2016
ae4bb62
Merge pull request #9445 from Microsoft/export_default_async_function
Jun 30, 2016
494fada
Merge pull request #9426 from zhengbli/fix9411
zhengbli Jun 30, 2016
5e4f13f
Removed one error to avoid full path issues
billti Jun 30, 2016
9564707
Merge branch 'master' into mergemaster_0630
Jun 30, 2016
9429176
Merge branch 'release-2.0'
mhegazy Jul 1, 2016
d64ab2f
Fix incorrectly-saved quote symbols in ThirdPartyNoticeText.txt
dilijev Jul 1, 2016
a0c1084
Merge pull request #9461 from dilijev/patch-1
mhegazy Jul 1, 2016
613e2d3
Merge pull request #9421 from Microsoft/dontEmitNodeModules
billti Jul 1, 2016
94072ae
Merge branch 'master' into mergemaster_0630
Jul 1, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix incorrectly-saved quote symbols in ThirdPartyNoticeText.txt
  • Loading branch information
dilijev authored Jul 1, 2016
commit d64ab2f9ad798c55e6121fb75ae7b1fa76d71a79
2 changes: 1 addition & 1 deletion ThirdPartyNoticeText.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Third Party Code Components
--------------------------------------------

------------------- DefinitelyTyped --------------------
This file is based on or incorporates material from the projects listed below (collectively ?Third Party Code?). Microsoft is not the original author of the Third Party Code. The original copyright notice and the license, under which Microsoft received such Third Party Code, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft, not the third party, licenses the Third Party Code to you under the terms set forth in the EULA for the Microsoft Product. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
This file is based on or incorporates material from the projects listed below (collectively "Third Party Code"). Microsoft is not the original author of the Third Party Code. The original copyright notice and the license, under which Microsoft received such Third Party Code, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft, not the third party, licenses the Third Party Code to you under the terms set forth in the EULA for the Microsoft Product. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
DefinitelyTyped
This project is licensed under the MIT license.
Copyrights are respective of each contributor listed at the beginning of each definition file.
Expand Down