Commit Graph
340 Commits
Author SHA1 Message Date
Mohamed Hegazy af5148d4f3 Add back getSourceFile and mark it as deprecated 2016-09-19 12:17:12 -07:00
Richard Knoll ea3752aa18 Merge remote-tracking branch 'origin/master' into go_to_implementation_pr
Refactored goToImplementation out of services
2016-09-14 17:25:56 -07:00
Paul van BrenkandGitHub e9178a5975 Merge pull request #10885 from Microsoft/navtosinglefile
Implement NavigateTo for single files, instead of the project.
2016-09-14 14:28:36 -07:00
Mohamed Hegazy cb9cacfad2 Merge branch 'master' of https://github.com/gnalck/TypeScript into gnalck-master 2016-09-13 20:51:20 -07:00
Paul van Brenk 17dbaf005f Get rid of BOM 2016-09-12 17:26:00 -07:00
Paul van Brenk e038215496 Implement NavigateTo for single files, instead of the project. 2016-09-12 17:17:52 -07:00
Sam El-Husseini f9492d0e73 method stub throwing an error for SessionClient 2016-09-09 13:07:31 -07:00
Ron Buckton b90e3eec3c Fix classifier as well. 2016-09-08 16:20:18 -07:00
Andy Hanson 4d6bd9df72 Break many functions out of services.ts and into their own modules. 2016-09-07 09:22:11 -07:00
Richard Knoll b7071c1682 Merge remote-tracking branch 'origin/master' into go_to_implementation_pr 2016-09-06 17:17:33 -07:00
Zhengbo LiandGitHub bef6a668ad Add a rule to toggle space after opening brace and before closing brace (#10447)
* Add a rule to toggle space after opening brace and before closing brace

* Make the added format option optional

* Fix merge issues
2016-09-06 16:15:13 -07:00
Richard Knoll 3ccc58c37d Merge remote-tracking branch 'origin/master' into go_to_implementation_pr 2016-09-06 14:11:38 -07:00
Richard Knoll a26d3108c2 Merge remote-tracking branch 'origin/master' into import_completions_pr 2016-09-06 11:04:39 -07:00
Richard Knoll 8728b9857d Adding comment and removing unnecessary object creation 2016-09-02 16:44:25 -07:00
Andy Hanson d7b6cc89b5 Respond to PR comments 2016-09-01 12:40:31 -07:00
Andy Hanson 87e93a19a3 Fix remaining call to use unorderedRemoveItem 2016-09-01 11:56:00 -07:00
Richard Knoll c742d16ff1 Merge remote-tracking branch 'origin/master' into import_completions_pr 2016-09-01 10:46:21 -07:00
Richard Knoll b9b79af1b7 Recombining import completions and regular completion APIs 2016-08-31 18:11:47 -07:00
Richard Knoll b0eff90c5f Merge remote-tracking branch 'origin/master' into go_to_implementation_pr 2016-08-29 18:52:38 -07:00
Andy Hanson 6f7f1b688b Merge branch 'master' into remove_item_from_list 2016-08-29 07:44:59 -07:00
Richard Knoll 457b67f67a PR Feedback 2016-08-23 11:12:01 -07:00
Richard Knoll 111e50921c Go to Implementation 2016-08-22 13:57:40 -07:00
Andy Hanson d6aa65daf1 Use unordered removal where possible 2016-08-22 06:18:31 -07:00
zhengbli a8ab52fd57 Use TS parser to tolerate more errors in tsconfig.json 2016-08-20 20:47:35 -07:00
zhengbli 84386f9d3b Tolerate certain errors in tsconfig.json 2016-08-20 20:46:56 -07:00
Richard Knoll 473be82572 Merge remote-tracking branch 'origin/master' into import_completions_pr 2016-08-19 16:59:48 -07:00
Kevin Lang 2b72751de9 make (no) space after type assertion user configurable 2016-08-17 20:08:01 -07:00
Richard Knoll 310bce4459 Removing resolvePath from language service host 2016-08-16 15:18:25 -07:00
Ron Buckton 889e5ac7ae Clean up/move some Map helper functions. 2016-08-16 11:15:15 -07:00
Ron Buckton 1dc495adf8 Migrate additional MapLikes to Maps. 2016-08-15 16:41:32 -07:00
Richard Knoll cc35bd5dca Merge remote-tracking branch 'origin/master' into import_completions_pr 2016-08-15 15:20:22 -07:00
Ron Buckton 7f0a02ff02 Migrated more MapLikes to Maps 2016-08-15 15:03:55 -07:00
Andy Hanson 5ad7729357 Use removeItem instead of copyListRemovingItem 2016-08-15 13:17:15 -07:00
Anders Hejlsberg 65e1293b2e Optimize performance of maps 2016-08-10 16:47:06 -07:00
Wesley WighamandGitHub 269b828538 Fix lssl task (#9967) 2016-08-05 14:16:29 -07:00
Richard Knoll 293ca60ffd Renamed span to textSpan to better follow other language service APIs 2016-08-03 11:07:57 -07:00
Richard Knoll 8b5a3d9fd7 Refactoring API to remove duplicate spans 2016-08-02 19:03:36 -07:00
Richard Knoll 4ec8b2b134 Refactoring import completions into their own api 2016-08-01 14:29:10 -07:00
Andy Hanson cb1ea7be5d Provide realpath for module resolution in LSHost 2016-08-01 09:47:52 -07:00
Richard Knoll 4ca7e95706 Merge remote-tracking branch 'origin/master' into import_completions_feedback 2016-07-28 13:23:33 -07:00
Wesley Wigham fb20df0568 Have tsconfig for harness 2016-07-11 16:36:20 -07:00
Nathan Shively-Sanders a138e6307f Avoid using this in object literals where possible 2016-07-11 11:30:22 -07:00
Nathan Shively-Sanders a3d9a85546 Add --pretty to tsconfigs 2016-07-11 11:00:06 -07:00
Nathan Shively-Sanders b543074861 Compile with --noImplicitThis
1. Add to various tsconfig.json
2. Add to Jakefile
3. Add annotations where needed.
4. Add workaround to shims.ts, which uses toplevel `this`.
2016-07-08 15:13:32 -07:00
Sheetal Nandi 635826ff13 Remove the unused text buffer from ScriptInfo 2016-07-06 11:44:51 -07:00
Richard Knoll f644da7823 Merge branch 'master' into import_completions_pr 2016-07-05 16:26:46 -07:00
Kagami Sascha Rosylight cbfbfe1aa6 make rules optional 2016-06-27 16:04:53 +09:00
Paul van BrenkandGitHub cca7000032 Merge pull request #9342 from Microsoft/typoinbracecompletion
Fix typo
2016-06-24 14:41:10 -07:00
Richard Knoll c06b02ac34 Adding completions for import and reference directives 2016-06-24 14:31:21 -07:00
jramsayandGitHub 8312168e91 Merge pull request #9236 from Microsoft/BaseIndentationSupport
[Salsa] Adding base indentation for script block formatting and smart indent
2016-06-24 14:22:58 -07:00