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 and GitHub
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 and GitHub
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
96a8c86c65
Merge branch 'master' into referencesPrototypeSourceFile
2019-06-28 12:42:22 -07:00
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
Nathan Shively-Sanders
ba9d8e2e81
Switch DiagnosticMessageChain to be a tree
2019-06-27 16:30:35 -07:00
Wesley Wigham and GitHub
2af8ac73ff
Add xterm test to docker suite ( #32149 )
2019-06-27 15:29:22 -07:00
Sheetal Nandi and GitHub
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
Sheetal Nandi
75bd3cd9be
Fix more tests
2019-06-27 12:16:32 -07:00
Sheetal Nandi
da9260c013
Create original project when location is in source of project reference redirect
2019-06-27 10:38:52 -07:00
Andrew Casey and GitHub
f1c781fa13
Merge pull request #31988 from amcasey/SyntacticClassifications
...
Trivially expose getEncodedSyntacticClassifications
2019-06-27 10:16:57 -07:00
Nathan Shively-Sanders
35dda10865
Fix lint, remove overloads
2019-06-27 09:09:59 -07:00
Alexander T
769bb0b475
remove tslint configuration
2019-06-27 13:49:35 +03:00
Alexander T
136f4cfc0f
no-redeclare
2019-06-27 12:29:32 +03:00
Alexander T
810303542d
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
2019-06-27 11:51:20 +03:00
Alexander T
f6a50067d3
@typescript-eslint/indent
2019-06-27 11:30:03 +03: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
Sheetal Nandi
2f30add809
More tests
2019-06-26 15:29:35 -07:00
Andrew Casey
2d785c8c91
Make args types internal
2019-06-26 15:09:30 -07:00
Sheetal Nandi
012ecdacde
Add sourceOf project reference redirect to filesByName list for redirect path so that module symbol is correctly resolved
2019-06-26 14:56:21 -07:00
Klaus Meinhardt and Ryan Cavanaugh
392d775095
allow const-assertion on aliased enum symbol ( #32110 )
...
Fixes : #32087
2019-06-26 14:42:06 -07:00
Orta and GitHub
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
aaf818b4eb
Treat negative numbers as non-dynamic names
2019-06-26 13:57:34 -07:00
Nathan Shively-Sanders
0436cfca16
Do not report multiple diagnostics per signature.
...
If there are multiple diagnostics per signature, choose the signature
with the fewer diagnostics to report. If there are more than one with
the minimum, choose the latest in the overload set.
2019-06-26 12:56:14 -07:00
Andrew Branch
17f6f77de5
Fix declaration emit for negative number property declarations
2019-06-26 11:49:45 -07:00
Andrew Branch and GitHub
871bdeeec4
Merge pull request #31480 from andrewbranch/bug/25487
...
Fix invalid JSXExpressions having identifier-ish things in their trivia, improve error messages for comma expressions in JSX
2019-06-26 10:13:42 -07:00
Nathan Shively-Sanders
c0ff286b34
Merge branch 'master' into report-multiple-overload-errors
2019-06-26 10:06:29 -07:00
Nathan Shively-Sanders
68968fd396
Improve error messages and related spans
2019-06-26 10:05:44 -07:00
Wesley Wigham and GitHub
34eb5ddf75
Fix tuple and array comparisons during identity checking ( #32089 )
2019-06-25 20:56:41 -07:00
Nathan Shively-Sanders and GitHub
261952247a
Merge pull request #31945 from microsoft/skip-costly-tests
...
Skip costly tests
2019-06-25 15:47:49 -07:00
Orta Therox
897fb3a2a6
Handle making sure that two less thans are never converted into >>
2019-06-25 15:16:15 -07:00
Sheetal Nandi
f4728682b7
Watch generated file if it doesnt exist when trying to translate it to to source generated position
2019-06-25 15:16:11 -07:00
Sheetal Nandi
3e49556a88
Watch generated file if it doesnt exist when trying to translate it to to source generated position
2019-06-25 15:11:44 -07:00
Nathan Shively-Sanders
b58932e638
Fix lint and remove done TODOs
2019-06-25 14:54:43 -07:00
Nathan Shively-Sanders
67b8ca77d9
Merge branch 'master' into report-multiple-overload-errors
2019-06-25 14:07:56 -07:00
Nathan Shively-Sanders
66244f7937
Don't double-check JSX calls
...
The JSX code path stands on its own
2019-06-25 13:57:30 -07:00
Nathan Shively-Sanders
f20f700025
Update baselines, except JSX
...
JSX is still broken
2019-06-25 13:16:34 -07:00
Orta Therox
444c3059f6
Handle feeedback
2019-06-25 09:41:26 -07:00
Anders Hejlsberg
49e3f17886
Add instantiation count limiter
2019-06-24 17:11:16 -10:00
Andrew Branch
252840ad40
Fix incorrect noImplicitAny error on contextual union function signature
2019-06-24 17:37:14 -07:00
0a272e04ef
Update src/services/formatting/README.md
...
Co-Authored-By: Andrew Branch <andrewbranch@users.noreply.github.com >
2019-06-24 17:08:34 -07:00
3f9395be39
Update src/services/formatting/README.md
...
Co-Authored-By: Andrew Branch <andrewbranch@users.noreply.github.com >
2019-06-24 17:08:28 -07:00
Sasha Joseph
314f2e68b7
Make close() in interface Watch<T> public
...
Closes #31526
2019-06-24 17:05:19 -07:00
Orta Therox
ba4aad79dc
Adds some docs for how a formatter works
2019-06-24 15:42:56 -07:00
Nathan Shively-Sanders
ecfa902ba1
Use existing reporting mechanism
2019-06-24 15:32:58 -07:00
Wesley Wigham and GitHub
a150d55592
Explicitly error when an exclude is provided by a test as it will be unused ( #32014 )
2019-06-24 15:29:02 -07:00