Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
412e31b
Adding test case where opened file included in project is not added t…
sheetalkamat Oct 12, 2017
b68a636
Fix the way configured project's reference is managed so that the ope…
sheetalkamat Oct 12, 2017
50628e7
Do not watch root folders for failed lookup locations and effective t…
sheetalkamat Oct 16, 2017
92d1919
LEGO: check in for master to temporary branch.
csigs Oct 17, 2017
fcb48dd
LEGO: Merge pull request 19241
csigs Oct 17, 2017
1af25ae
LEGO: check in for master to temporary branch.
csigs Oct 17, 2017
3a84b66
LEGO: Merge pull request 19248
csigs Oct 17, 2017
08d7e18
Mark fresh spread objects w/ContainsObjectLiteral
sandersn Oct 17, 2017
e58aa10
Test excess property checks of spreads of unions.
sandersn Oct 17, 2017
2b566b9
Add exported members of all project files in the global completion li…
Oct 17, 2017
f09fe3d
Dont try to run unit tests with rwc tests again (#19240)
weswigham Oct 17, 2017
487504d
Merge pull request #19250 from Microsoft/mark-fresh-spread-types-with…
sandersn Oct 17, 2017
d0c4d13
In tsserver, indent logged JSON (#19080)
Oct 17, 2017
28509e1
noUnusedLocals: Warn for recursive call to private method (#18920)
Oct 17, 2017
49cfbb4
Added test for windows style paths watched directories
sheetalkamat Oct 17, 2017
314172a
Merge pull request #19239 from Microsoft/reduceWatchedDirectories
sheetalkamat Oct 17, 2017
a5861af
Handle when directory watcher is invoked on file change
sheetalkamat Oct 17, 2017
bd0c210
Merge branch 'master' into directoryWatcherInsteadOfFileWatch
sheetalkamat Oct 17, 2017
d05443b
Add quickfix and refactoring to install @types packages (#19130)
Oct 17, 2017
e99e933
Merge pull request #19263 from Microsoft/directoryWatcherInsteadOfFil…
sheetalkamat Oct 17, 2017
2cc4f53
This wasnt required before... (#19262)
weswigham Oct 17, 2017
64fc495
Collapse jsdoc annotation refactors to one
sandersn Oct 17, 2017
e962e4a
Update baselines
sandersn Oct 17, 2017
0c1730a
Fix #19257: Ensure a generated signature has a return type (#19264)
mhegazy Oct 17, 2017
f9df4e6
Respect newLine compiler option in language service output (#19279)
weswigham Oct 18, 2017
b792daa
LEGO: check in for master to temporary branch.
csigs Oct 18, 2017
574ebf7
LEGO: Merge pull request 19281
csigs Oct 18, 2017
d08b58c
LEGO: check in for master to temporary branch.
csigs Oct 18, 2017
d01df02
LEGO: Merge pull request 19288
csigs Oct 18, 2017
2ca0df8
LEGO: check in for master to temporary branch.
csigs Oct 18, 2017
f8f662d
LEGO: Merge pull request 19297
csigs Oct 18, 2017
3220ebc
Disambiguate same-named refactors using description (#19267)
Oct 18, 2017
45ba0ac
Set the scriptKind from the host configuration if present
billti Oct 16, 2017
9da745d
Update API baselines
billti Oct 17, 2017
f374117
Remove erroneous error for JSDoc object literals
sandersn Oct 18, 2017
89e19ff
Merge pull request #19301 from Microsoft/dev/bill/port19228toMaster
billti Oct 18, 2017
c13506e
Update annotateWithTypeFromJSDoc tests
sandersn Oct 18, 2017
2473ffc
Add a better test for jsdoc index signatures.
sandersn Oct 18, 2017
aa73ed8
Fix bugs in jsdoc annotation refactor
sandersn Oct 18, 2017
f82dd7b
Move isJSDocIndexSignature to utilities
sandersn Oct 18, 2017
d3f954e
Add failing testcase where when d.ts file is in program, the files ge…
sheetalkamat Oct 18, 2017
f9c901a
Use get files affected by internally and hence use file paths as input
sheetalkamat Oct 18, 2017
8fbfb5f
Modify api to emit affected files using callback instead of generatin…
sheetalkamat Oct 3, 2017
835d7cb
Simplify emit changed files further
sheetalkamat Oct 18, 2017
7e780c0
Do not cache the semantic diagnostics when compiler options has --out…
sheetalkamat Oct 18, 2017
f592419
Merge pull request #19138 from Microsoft/configuredProjectRef
sheetalkamat Oct 18, 2017
b40e18d
Merge pull request #19304 from Microsoft/dedupe-jsdoc-annotation-refa…
sandersn Oct 18, 2017
75a687b
make getCurrentDirectory required (#19303)
weswigham Oct 18, 2017
7d23ed1
LEGO: check in for master to temporary branch.
csigs Oct 18, 2017
7bfda06
LEGO: Merge pull request 19312
csigs Oct 18, 2017
9bea0db
Actually use cached semantic diagnostics
sheetalkamat Oct 18, 2017
93c2b10
Fix tsc-instrumented
sandersn Oct 18, 2017
79c6724
Fix lint
sandersn Oct 18, 2017
5fa8db5
Fix https://github.com/Microsoft/TypeScript/issues/19270: ensure outp…
mhegazy Oct 18, 2017
e5f8287
findAllRefs: Support anonymous default export (#19302)
Oct 18, 2017
f1abe3c
Fix undefined error using `getEffectiveTypeRoots` (#19300)
Oct 18, 2017
6c1afba
Remove extra blank line in logs (#19307)
Oct 18, 2017
0f55f4a
Use Promise instead of PromiseLike (#19305)
Oct 18, 2017
8fc6518
Merge pull request #19306 from Microsoft/doNoWriteFilesMultipleTimes
sheetalkamat Oct 18, 2017
d8373c3
Merge pull request #19314 from Microsoft/fix-tsc-instrumented
sandersn Oct 18, 2017
8212c96
Workaround for nonnull operator on indexed accesses (#19275)
weswigham Oct 19, 2017
a53d3bb
Remove some unnecessary `undefined` checks in extractSymbol (#19256)
Oct 19, 2017
1f282f1
Fix "noStringLiteral" lint errors (#19310)
Oct 19, 2017
5a6e5e7
LEGO: check in for master to temporary branch.
csigs Oct 19, 2017
8695f38
LEGO: Merge pull request 19342
csigs Oct 19, 2017
24a92a6
Merge branch 'master' into release-2.6
mhegazy Oct 19, 2017
f89603b
Rename locale outputs
mhegazy Oct 19, 2017
491191c
Update LKG
mhegazy Oct 19, 2017
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
LEGO: check in for master to temporary branch.
  • Loading branch information
csigs committed Oct 18, 2017
commit b792daab984b3e04dcf379c8c64f7c137235ff8b
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,9 @@
<Item ItemId=";Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Abstract property '{0}' in class '{1}' cannot be accessed in the constructor.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La propriété abstraite '{0}' de la classe '{1}' n'est pas accessible dans le constructeur.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -1347,12 +1350,18 @@
<Item ItemId=";Annotate_with_type_from_JSDoc_95009" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Annotate with type from JSDoc]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Annoter avec le type de JSDoc]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Annotate_with_types_from_JSDoc_95010" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Annotate with types from JSDoc]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Annoter avec les types de JSDoc]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -1506,6 +1515,9 @@
<Item ItemId=";Call_decorator_expression_90028" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Call decorator expression.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Appelez l'expression de l'élément décoratif.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -1917,8 +1929,8 @@
<Item ItemId=";Change_0_to_1_90014" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Change '{0}' to '{1}'.]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[Changez {0} en {1}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Changez '{0}' en '{1}'.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Change {0} to {1}.]]></Val>
Expand Down Expand Up @@ -2040,6 +2052,9 @@
<Item ItemId=";Class_declarations_cannot_have_more_than_one_augments_or_extends_tag_8025" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Class declarations cannot have more than one `@augments` or `@extends` tag.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Les déclarations de classes ne peuvent pas avoir plusieurs balises '@augments' ou '@extends'.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -3828,12 +3843,18 @@
<Item ItemId=";Infer_parameter_types_from_usage_95012" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Infer parameter types from usage.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Déduisez les types des paramètres à partir de l'utilisation.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Infer_type_of_0_from_usage_95011" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Infer type of '{0}' from usage.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Déduisez le type de '{0}' à partir de l'utilisation.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -4032,12 +4053,18 @@
<Item ItemId=";JSDoc_0_1_does_not_match_the_extends_2_clause_8023" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSDoc '@{0} {1}' does not match the 'extends {2}' clause.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La balise JSDoc '@{0} {1}' ne correspond pas à la clause 'extends {2}'.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JSDoc_0_is_not_attached_to_a_class_8022" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSDoc '@{0}' is not attached to a class.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La balise JSDoc '@{0}' n'est pas attachée à une classe.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -7302,6 +7329,9 @@
<Item ItemId=";Type_parameter_0_has_a_circular_default_2716" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Type parameter '{0}' has a circular default.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Le paramètre de type '{0}' a une valeur par défaut circulaire.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -7788,6 +7818,9 @@
<Item ItemId=";_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' accepte trop peu d'arguments pour pouvoir être utilisé ici en tant qu'élément décoratif. Voulez-vous vraiment l'appeler d'abord et écrire '@{0}()' ?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Abstract property '{0}' in class '{1}' cannot be accessed in the constructor.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[A propriedade abstrata '{0}' na classe '{1}' não pode ser acessada no construtor.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Accessibility_modifier_already_seen_1028" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Accessibility modifier already seen.]]></Val>
Expand Down Expand Up @@ -1313,6 +1322,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Annotate_with_type_from_JSDoc_95009" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Annotate with type from JSDoc]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Anotar com o tipo do JSDoc]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Annotate_with_types_from_JSDoc_95010" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Annotate with types from JSDoc]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Anotar com os tipos do JSDoc]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Argument_expression_expected_1135" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Argument expression expected.]]></Val>
Expand Down Expand Up @@ -1460,6 +1487,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Call_decorator_expression_90028" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Call decorator expression.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Chamar expressão decoradora.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7020" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Call signature, which lacks return-type annotation, implicitly has an 'any' return type.]]></Val>
Expand Down Expand Up @@ -1867,10 +1903,13 @@
</Item>
<Item ItemId=";Change_0_to_1_90014" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Change {0} to {1}.]]></Val>
<Val><![CDATA[Change '{0}' to '{1}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Alterar {0} para {1}.]]></Val>
<Val><![CDATA[Alterar '{0}' para '{1}'.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Change {0} to {1}.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
Expand Down Expand Up @@ -1982,6 +2021,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Class_declarations_cannot_have_more_than_one_augments_or_extends_tag_8025" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Class declarations cannot have more than one `@augments` or `@extends` tag.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Declarações de classe não podem ter mais de uma marca `@augments` ou `@extends`.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Class_name_cannot_be_0_2414" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Class name cannot be '{0}'.]]></Val>
Expand Down Expand Up @@ -3758,6 +3806,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Infer_parameter_types_from_usage_95012" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Infer parameter types from usage.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Inferir os tipos de parâmetro do uso.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Infer_type_of_0_from_usage_95011" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Infer type of '{0}' from usage.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Inferir o tipo de '{0}' do uso.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Initialize_property_0_in_the_constructor_90020" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Initialize property '{0}' in the constructor.]]></Val>
Expand Down Expand Up @@ -3950,20 +4016,20 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JSDoc_augments_0_does_not_match_the_extends_1_clause_8023" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";JSDoc_0_1_does_not_match_the_extends_2_clause_8023" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSDoc '@augments {0}' does not match the 'extends {1}' clause.]]></Val>
<Val><![CDATA[JSDoc '@{0} {1}' does not match the 'extends {2}' clause.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSDoc "@augments {0}" não corresponde à cláusula "extends {1}".]]></Val>
<Val><![CDATA[O '@{0} {1}' do JSDoc não corresponde à cláusula 'extends {2}'.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JSDoc_augments_is_not_attached_to_a_class_declaration_8022" ItemType="0" PsrId="306" Leaf="true">
<Item ItemId=";JSDoc_0_is_not_attached_to_a_class_8022" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSDoc '@augments' is not attached to a class declaration.]]></Val>
<Val><![CDATA[JSDoc '@{0}' is not attached to a class.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSDoc "@augments" não está anexado à declaração de classe.]]></Val>
<Val><![CDATA[O '@{0}' do JSDoc não está anexado a uma classe.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down Expand Up @@ -7217,6 +7283,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Type_parameter_0_has_a_circular_default_2716" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Type parameter '{0}' has a circular default.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[O parâmetro de tipo '{0}' tem um padrão circular.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4008" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Type parameter '{0}' of call signature from exported interface has or is using private name '{1}'.]]></Val>
Expand Down Expand Up @@ -7697,6 +7772,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' aceita muito poucos argumentos para serem usados como um decorador aqui. Você quis dizer para chamá-lo primeiro e gravar '@{0}()'?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";_0_are_specified_twice_The_attribute_named_0_will_be_overwritten_2710" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' are specified twice. The attribute named '{0}' will be overwritten.]]></Val>
Expand Down