Sheetal Nandi
|
b26ca160f4
|
Merge branch 'master' into referencesPrototypeSourceFile
|
2019-09-11 12:27:58 -07:00 |
|
Sheetal Nandi
|
4c4ddf833d
|
Merge branch 'master' into referencesPrototypeSourceFile
|
2019-08-21 15:42:36 -07:00 |
|
Alexander T
|
b728bf4bfa
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
|
2019-08-14 13:42:02 +03:00 |
|
Sheetal Nandi
|
e10991413c
|
Print program only if there are files are added or removed from the program.
|
2019-08-12 13:18:16 -07:00 |
|
Alexander
|
ceccfd8867
|
array-type: [ default: array, generic: array ]
|
2019-08-08 21:30:18 +03:00 |
|
Alexander
|
481d70d50d
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
|
2019-08-07 21:23:10 +03:00 |
|
Andrew Casey
|
01e1b1bb27
|
Merge pull request #32612 from mrcrane/etw-logger
Use optional module "@microsoft/typescript-etw" for ETW logging
|
2019-08-06 12:44:48 -07:00 |
|
Alexander
|
a292ae1789
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
|
2019-08-04 15:35:41 +03:00 |
|
Michael Crane
|
cca32f079c
|
Remove more try-finally blocks
|
2019-08-02 16:49:50 -07:00 |
|
Michael Crane
|
fa3e9c86db
|
Add PerfLogger and NullLogger to simplify conditional logic
|
2019-08-01 12:46:33 -07:00 |
|
Orta Therox
|
777d504580
|
Fix a typo in the error message around language service plugins
|
2019-08-01 12:12:26 -04:00 |
|
Bill Ticehurst
|
996e7e50d5
|
Use optional module "@microsoft/typescript-etw" for ETW logging
|
2019-07-29 15:32:40 -07:00 |
|
Alexander
|
0059763d8f
|
move eslint rules from eslint-plugin-microsoft-typescript to scripts/eslint
|
2019-07-24 13:31:17 +03:00 |
|
Sheetal Nandi
|
b631850978
|
Add option disableSourceOfProjectReferenceRedirect to disable using sources of project reference redirect from editor
|
2019-07-10 15:49:53 -07:00 |
|
Sheetal Nandi
|
824c22c460
|
Source of project reference behave as if those files cannot be emitted.
|
2019-07-09 14:52:27 -07:00 |
|
Alexander T
|
9f474150c6
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
|
2019-07-02 17:57:44 +03:00 |
|
Sheetal Nandi
|
f7ea0bab60
|
Refactoring
|
2019-07-01 14:33:39 -07:00 |
|
Sheetal Nandi
|
4d13f53df8
|
Merge branch 'master' into referencesPrototypeSourceFile
|
2019-07-01 11:50:11 -07:00 |
|
Sheetal Nandi
|
f72af3be60
|
Verify the scenarios when d.ts directory of dependency doesnt exist
|
2019-07-01 11:34:57 -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
|
da9260c013
|
Create original project when location is in source of project reference redirect
|
2019-06-27 10:38:52 -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 |
|
Alexander
|
7389200ce2
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint
|
2019-06-23 18:49:35 +03:00 |
|
Sheetal Nandi
|
ecf875112b
|
Check for language serivice enabled when including source files
|
2019-06-21 14:24:25 -07:00 |
|
Sheetal Nandi
|
0adab8934a
|
Use source files instead of .d.ts files from project references
|
2019-06-21 13:14:28 -07:00 |
|
Wesley Wigham
|
37b20f6afd
|
Eliminate references to defunct LSHost in comments (#32018)
|
2019-06-20 19:11:46 -07:00 |
|
Alexander T
|
9fcaa19ab0
|
microsoft-typescript/no-in-operator
|
2019-06-20 14:13:46 +03:00 |
|
Sheetal Nandi
|
2fd80b3142
|
When resolving from typings cache, handle node code modules
Fixes #29865
|
2019-06-07 16:21:39 -07:00 |
|
Benjamin Lichtman
|
8c443b1481
|
Stop invalidating resolution when file stays open
|
2019-05-30 15:05:53 -07:00 |
|
Sheetal Nandi
|
57d9ecc39f
|
Do not log errors when ts server plugin is not found in one folder but is eventually resolved.
Fixes #30106
|
2019-05-24 15:15:04 -07:00 |
|
Ryan Cavanaugh
|
885d4d63c8
|
Remove "generate types" code (#31075)
|
2019-04-23 13:51:47 -07:00 |
|
Sheetal Nandi
|
7ccd86bf52
|
When old program resolved to module and that file is included, dont consider as ambient resolution.
Fixes #30422
|
2019-04-03 14:05:49 -07:00 |
|
Benjamin Lichtman
|
78b0956474
|
VS IntelliCode-related changes (#30731)
* ensure configurePlugin gives a response
* Update tests
* Update baseline
* Enable global plugin loading for external projects
* Fix lint errors
|
2019-04-03 10:36:04 -07:00 |
|
Wenlu Wang
|
bd27296ba6
|
improve stripInternal with inline comments (#23611)
* improve stripInternal with inline comments
* fix lint
* stash
* simptify StripInternal
* fix internal type declaration
* fix internal type declaration again
* accept baseline
* refactor inline
* simply prev check
* remove getTrailingCommentRangesOfNode
* Merge implementation with new isInternalDeclaration method, accept lkg-based baseline
|
2019-03-12 13:14:47 -07:00 |
|
Nathan Shively-Sanders
|
17d16d1bbb
|
Disable checkJS survey (#29830)
* Disable checkJS survey
* Completely remove survey infrastructure
* Re-instate the protocol part of SurveyReady
|
2019-02-11 08:36:35 -08:00 |
|
Sheetal Nandi
|
0cabb00b34
|
Use watch factory instead of direct host functions in tsbuild to provide detailed information on watch invokations
|
2018-12-21 12:53:14 -08:00 |
|
Sheetal Nandi
|
fa7f5cb5a0
|
Actually verify when dependency and main project is open
|
2018-12-06 15:22:45 -08:00 |
|
Sheetal Nandi
|
56a39b754c
|
Keep alive declaration script info and map file info if source file info is alive
|
2018-12-06 15:22:42 -08:00 |
|
Sheetal Nandi
|
afdf1e90ec
|
Dont depend on project in document position mapper so that we can unload or remove projects independently
|
2018-12-06 15:22:40 -08:00 |
|
Sheetal Nandi
|
12428d45c0
|
Add method on host to get DocumentPositionMapper so it can be cached.
|
2018-12-06 15:22:39 -08:00 |
|
Andy
|
12f3d0d54c
|
Enable --strictPropertyInitialization (#27558)
* Enable --strictPropertyInitialization
* Code review
|
2018-11-16 16:02:23 -08:00 |
|
Andrew Casey
|
8bfdb4145d
|
Fix tests and lint
|
2018-11-15 16:00:35 -08:00 |
|
Andrew Casey
|
2c7d67fded
|
Expose aggregate file sizes in FileStats
We're not sure that file counts are a good proxy for project size and
this will give us more direct insight.
|
2018-11-15 13:56:24 -08:00 |
|
Sheetal Nandi
|
c77f0c41c2
|
Add affectsModuleResolution to compile options: maxNodeModuleJsDepth
Fixes inferred project incorrectly modifying existing compiler options
Fixes #27108
|
2018-11-09 10:48:28 -08:00 |
|
Sheetal Nandi
|
c0587191fc
|
Merge pull request #28418 from ajafff/internal-comments
remove even more internal comments
|
2018-11-08 14:58:33 -08:00 |
|
Sheetal Nandi
|
8dd05d5858
|
Fix public API
|
2018-11-08 13:01:22 -08:00 |
|
Sheetal Nandi
|
41b19309d4
|
Better project logging
|
2018-11-08 12:32:49 -08:00 |
|
Klaus Meinhardt
|
e2947fac1c
|
remove even more redundant internal comments
|
2018-11-07 16:12:48 +00:00 |
|
Andy
|
903e68164e
|
Redo resolution on ATA when previous resolution was to '.js' file (#28236)
* Redo resolution on ATA when previous resolution was to '.js' file
* Use a separate test case
|
2018-10-30 16:39:40 -07:00 |
|