Florian Regensburger
bd9f39dbcc
Merge branch 'master' into add-codefix-cannot-find-name-in-for-loop
2019-07-02 00:41:27 +02:00
Florian Regensburger
41ebeec057
Revert unrelated fourslash test changes
2019-07-02 00:36:44 +02:00
Wesley Wigham
3e6856137a
Add support for sharding tests across multiple workers ( #32173 )
...
* Add support for sharding tests across multiple workers
* Disable unittests when runners are expressly provided (unless they contain the unittest runner)
2019-07-01 14:56:57 -07:00
Wesley Wigham
055a07ea4a
Check for parse errors in emitted JS ( #32009 )
2019-07-01 14:15:30 -07:00
Wesley Wigham
3765651d82
Fix not emitted statement in then clauses producing syntactically invalid output ( #32010 )
...
* Fix not emitted statement in then clauses producing syntactically invalid output
* Refactor to common code, apply to all embedded statements
2019-07-01 13:39:18 -07:00
Andrew Branch
11a62cb0ab
Merge pull request #31801 from andrewbranch/semicolons
...
Detect semicolons before writing from TextChanges
2019-07-01 13:23:31 -07:00
Andrew Branch
327bc3cb67
Merge pull request #32071 from andrewbranch/bug/31070
...
Allow assignability of non-empty object to generic mapped type
2019-07-01 13:18:44 -07:00
TypeScript Bot
c91e147dda
Update user baselines ( #32195 )
2019-07-01 13:15:21 -07:00
Wesley Wigham
ff81d5261e
Elide the exact node version rush complains about from the docker output ( #32204 )
2019-07-01 13:13:44 -07:00
Andrew Branch
a890275463
Merge pull request #31912 from andrewbranch/bug/31657
...
Fix smartSelection returning extra span inside string quotes when cursor is outside them
2019-07-01 11:53:24 -07:00
Sheetal Nandi
af20e791fd
Merge pull request #32167 from microsoft/tryReuseProgram
...
When checking sourceFile is from external library, use sourceFile.resolvedPath since thats how the source files are queried and thats the real path
2019-07-01 11:16:17 -07:00
Wesley Wigham
4382d7e7b2
Fix strict bugs in user pr script
2019-07-01 11:10:43 -07:00
Andrew Branch
23f1d5ccb7
Merge pull request #32117 from andrewbranch/bug/31460
...
Fix declaration emit for negative number properties, allow negative numbers as computed type property names
2019-07-01 10:56:56 -07:00
Andrew Branch
27b8c45522
Update baselines
2019-07-01 10:52:32 -07:00
Sheetal Nandi
f6d7261288
Merge pull request #32147 from microsoft/noDtsWhenNotUsingProjectReferences
...
Watch generated file if it doesnt exist when trying to translate it to to source generated position
2019-07-01 10:22:16 -07:00
Nathan Shively-Sanders
b46c44d70d
Merge pull request #32181 from microsoft/use-only-immediately-preceding-jsdoc
...
Use only immediately preceding JSDoc
2019-07-01 10:12:05 -07:00
Sheetal Nandi
ebf323ea19
Merge pull request #32124 from austincummings/affectsEmitToModuleAndEsModuleInterop
...
Add affectsEmit to module and esModuleInterop options
2019-07-01 09:59:41 -07:00
Sheetal Nandi
1bd631e593
Merge pull request #32076 from stristr/master
...
Make close() in interface Watch<T> public
2019-07-01 09:46:09 -07:00
Anders Hejlsberg
f89165d072
Merge pull request #32049 from microsoft/noDuplicateIntersectionSignatures
...
Remove duplicate signatures in intersections
2019-06-30 19:38:37 -07:00
Austin Cummings
c30054de63
Fix esModuleInterop affectsEmit change test
2019-06-30 11:06:00 -07:00
Nathan Shively-Sanders
fefb857847
Use only immediately preceding JSDoc
...
Now only the immediately preceding jsdoc of a node is retrieved by
getJSDoc, although it still does the correct non-local lookup for nodes
like ParameterDeclaration.
This doesn't change parsing or binding, which use the per-node Node.jsdoc
property directly. But it does change everything that relies on getJSDoc,
which includes the checker and language service.
Fixes #32062 , which contains the analysis that justifies the change.
2019-06-29 08:05:10 -07:00
Austin Cummings
5b694f8302
Add tests for module and esModuleInterop affectsEmit change
2019-06-28 18:34:59 -07:00
Austin Cummings
4195f1a409
Add affectsEmit to module and esModuleInterop options
2019-06-28 17:51:05 -07:00
Daniel Rosenwasser
410b71751e
Merge pull request #32034 from dragomirtitian/GH-32013-improve-error-messages-for-calling-types
...
Improved error message for calling/constructing types
2019-06-28 16:08:18 -07:00
Titian Cernicova-Dragomir
e4bca9649a
Improved error spans for call errors:
...
1. When calling a non-callable expression the error span is on the call target not on the whole call
2. When calling a method, the error for overload resolution now includes the arguments (this was previously regressed by #31414 )
2019-06-28 23:53:47 +03:00
Wesley Wigham
cfe4cbd7b7
Merge branch 'master' of github.com:Microsoft/TypeScript
2019-06-28 13:35:01 -07:00
Wesley Wigham
c25088c6bf
make prnums for experiments get pulled from GH tags
2019-06-28 13:34:46 -07:00
Titian Cernicova-Dragomir
bc07eec015
Added tests for new error messages on calls to unions.
2019-06-28 23:23:17 +03:00
Titian Cernicova-Dragomir
768318b30c
Improved error message for calling/constructing types
2019-06-28 23:23:16 +03:00
Wesley Wigham
b4a1a5996f
Rework declaration emit visibility calculation for namespaces ( #32156 )
...
* Rework declaration visibility for namespaces
* Accept skipped baselines
2019-06-28 13:23:15 -07:00
Wesley Wigham
6760a03cec
Add vscode docker test ( #32152 )
...
* Add vscode docker test
* Remove PID-log line
* Update user baselines (#18 )
2019-06-28 13:22:25 -07:00
Sheetal Nandi
4ae091fa9e
Update src/server/project.ts
...
Co-Authored-By: Orta <orta.therox+github@gmail.com>
2019-06-28 10:17:58 -07:00
Sheetal Nandi
4f802e7205
When checking sourceFile is from external library, use sourceFile.resolvedPath since thats how the source files are queried and thats the real path
...
Fixes #32086
2019-06-28 10:14:33 -07:00
Wesley Wigham
2af8ac73ff
Add xterm test to docker suite ( #32149 )
2019-06-27 15:29:22 -07:00
Sheetal Nandi
b32afb55d1
Merge pull request #31985 from microsoft/buildInfoData
...
Make paths in tsbuildinfo file to be relative to the file
2019-06-27 12:49:52 -07:00
Andrew Casey
f1c781fa13
Merge pull request #31988 from amcasey/SyntacticClassifications
...
Trivially expose getEncodedSyntacticClassifications
2019-06-27 10:16:57 -07:00
Nathan Shively-Sanders
e6b347ad42
Merge pull request #32138 from microsoft/jsdoc-match-backticks
...
Jsdoc: allow backticks to escape `@`
2019-06-27 10:11:43 -07:00
TypeScript Bot
9832899372
Update user baselines ( #32136 )
2019-06-27 10:09:38 -07:00
Nathan Shively-Sanders
2362dd4fac
Add fourslash test of jsdoc backtick parsing
2019-06-27 08:49:56 -07:00
Anders Hejlsberg
10c9fbc357
Accept new baselines
2019-06-26 18:11:03 -10:00
Anders Hejlsberg
ea0a6de82f
Compare type parameters, constraints, and defaults in signature identity
2019-06-26 18:09:30 -10:00
Andrew Branch
79c604836a
Use intersectTypes instead of filterType
2019-06-26 16:56:54 -07:00
Nathan Shively-Sanders
8454ef114d
JSDoc:Treat tokens between backticks as comments
...
even `@`, which would otherwise start a new tag.
2019-06-26 16:04:46 -07:00
Wesley Wigham
b3d55d0cd8
Add throw on not rebaseable to unmatched PRs, too
2019-06-26 16:01:51 -07:00
Wesley Wigham
1479bb6bc8
Check if triggering PR is in triggered set only if triggered pr exists (otherwise is master sync)
2019-06-26 15:38:45 -07:00
Andrew Casey
2d785c8c91
Make args types internal
2019-06-26 15:09:30 -07:00
Klaus Meinhardt
392d775095
allow const-assertion on aliased enum symbol ( #32110 )
...
Fixes : #32087
2019-06-26 14:42:06 -07:00
Orta
a50a5d309c
Merge pull request #32088 from orta/fix-32068
...
Handle making sure that two less thans are never converted into >>
2019-06-26 14:10:02 -07:00
Andrew Branch
5ff3cda078
Add some negative test cases and accept baselines
2019-06-26 14:01:50 -07:00
Andrew Branch
aaf818b4eb
Treat negative numbers as non-dynamic names
2019-06-26 13:57:34 -07:00