Skip to content

Next #1456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 58 commits into from
Nov 18, 2018
Merged

Next #1456

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
dba72c8
Make config-file selection deterministic
lierdakil Oct 10, 2018
81f51a9
Fix tsconfig display: defer display until resolved
lierdakil Oct 10, 2018
e4a753b
Ability to restart tsserver
lierdakil Oct 10, 2018
3833d73
Refactor TypescriptServiceClient.on
lierdakil Oct 10, 2018
ae4af42
no-floating-promises
lierdakil Oct 10, 2018
816eb85
Bump dependencies
lierdakil Oct 24, 2018
be72b27
Isolate tsclient code a little better
lierdakil Oct 24, 2018
0afb8c4
Refactor tooltips and support Atom IDE datatips
lierdakil Oct 24, 2018
381f135
Fix CI
lierdakil Oct 24, 2018
63ef4f2
Tweak builtin tooltips
lierdakil Oct 24, 2018
5b053b3
Use datatip:toggle command for kbd tooltip; clean-up tooltip manager
lierdakil Oct 24, 2018
c6b1117
Added nuclide to packages providing UI components
lierdakil Oct 24, 2018
b9d6c94
Refactor statusbar; throttle pending updates to reduce statusbar jitter
lierdakil Oct 24, 2018
45065d7
Switch to typescript-tslint-plugin
lierdakil Oct 24, 2018
7f0daa4
Treat TSLint warnings as errors for the purposes of CI
lierdakil Oct 24, 2018
5466a3a
Ordered imports
lierdakil Oct 24, 2018
a7d7fe0
Signature help initial
lierdakil Oct 24, 2018
457d1bd
Shorten buffer flush code in autocompleteProvider
lierdakil Oct 24, 2018
80394ac
Builtin sigHelp tooltips
lierdakil Oct 25, 2018
d3c63b3
Move occurrence handler into a pluggable module
lierdakil Oct 25, 2018
7351dd5
Separate option for controlling signature help tooltips
lierdakil Oct 25, 2018
47edfad
Prefer showing builtin sig-help above the line
lierdakil Oct 25, 2018
409a0b8
Move builtin sig help tooltips on scroll
lierdakil Oct 25, 2018
e2b0242
Redraw builtin sig help tooltips completely when span changes
lierdakil Oct 25, 2018
2099e1c
Bind sig-help tooltips to editor, add hide sig help command
lierdakil Oct 25, 2018
e01c433
Handle promises in occurence controler appropriately;clear saved markers
lierdakil Oct 25, 2018
91edd2f
Split commands/clearErrors to separate files
lierdakil Oct 26, 2018
aac97bd
Initial busy signal support
lierdakil Oct 31, 2018
fab675b
Fix a couple status panel display bugs (status/progress)
lierdakil Oct 31, 2018
34cb5a4
Started major rewrite of TypescriptEditorPane
lierdakil Oct 31, 2018
2dc9367
Finished rewrite of TypescriptEditorPane; More careful deps management
lierdakil Nov 1, 2018
48f9797
Defer requiring SemanticView until needed
lierdakil Nov 1, 2018
6a2eb81
allowJS
lierdakil Nov 1, 2018
11e7823
Don't try to compile on save if compileOnSave is false/unset
lierdakil Nov 1, 2018
c63c484
Enable definition checking; fix definitions
lierdakil Nov 2, 2018
7cb212f
Add license to busy-signal definition
lierdakil Nov 2, 2018
172f76c
Tweak some typings (formatting, etc)
lierdakil Nov 2, 2018
d8f9e0c
Move atom-ide providers to separate dir
lierdakil Nov 3, 2018
2b3c1f6
Add atom-ide find references provider; more atom-ide typings
lierdakil Nov 3, 2018
3d29956
Removed client accessors from TypeScriptBuffer
lierdakil Nov 3, 2018
bd44e0d
Outline provider
lierdakil Nov 3, 2018
e9f2322
Definitions provider
lierdakil Nov 3, 2018
e441ce8
Code Highlight provider (occurrence highlight)
lierdakil Nov 3, 2018
4e670d6
Added options to prefer hyperclick and builtin occurences; slightly m…
lierdakil Nov 3, 2018
4708fae
Fix applyEdits operation ordering bug
lierdakil Nov 3, 2018
564d438
Simplify client code a bit
lierdakil Nov 3, 2018
be61916
Do not expose withTypescriptBuffer; don't create temporary ts buffers
lierdakil Nov 3, 2018
7db7bd2
Clean autoCompleteProvider code somewhat
lierdakil Nov 3, 2018
3b3e408
Implement intentions highlight interface
lierdakil Nov 5, 2018
f82cc3c
no-unbound-method
lierdakil Nov 7, 2018
362fae0
Remove debug log
lierdakil Nov 7, 2018
d76cba2
Forbid floating disposables
lierdakil Nov 9, 2018
b5a2df5
Fix unhandled promises in TypescriptBuffer; fix syncronization issues
lierdakil Nov 9, 2018
d1ac564
Wait a bit longer on checkAllFiles
lierdakil Nov 9, 2018
e9aca4d
Add a rule against floating Disposables
lierdakil Nov 9, 2018
731a9f0
Moved built status update to TSBuffer (avoid multiple updates); ensur…
lierdakil Nov 18, 2018
8bbb64a
Update dependencies
lierdakil Nov 18, 2018
5746e83
Simplify change command invocation
lierdakil Nov 18, 2018
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
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script:
- chmod u+x build-package.sh
- ./build-package.sh
- npm run build
- git diff --quiet
- git diff --quiet -- dist/
- npm test

notifications:
Expand All @@ -42,7 +42,7 @@ dist: trusty
addons:
apt:
packages:
- build-essential
- fakeroot
- git
- libsecret-1-dev
- build-essential
- fakeroot
- git
- libsecret-1-dev
55 changes: 31 additions & 24 deletions dist/client/callbacks.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/client/callbacks.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

191 changes: 92 additions & 99 deletions dist/client/client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading