Skip to content
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

Typescript 1.5 #179

Merged
merged 36 commits into from
Mar 17, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
36627e2
Update to use TS1.5 services
csnover Mar 5, 2015
8e25aea
Correctly flatten diagnostic messages
csnover Mar 8, 2015
5613dfb
Merge branch 'typescript-1.5' of https://github.com/csnover/atom-type…
basarat Mar 10, 2015
58e79ba
chore(queryParent) use let for the things that were annoying me
basarat Mar 10, 2015
caa8e36
fix(tsconfig) expand properly for reference comments that don't have …
basarat Mar 10, 2015
54150a3
chore(tsconfig) minor refactor to add method to travel up the directo…
basarat Mar 10, 2015
24494cd
chore(tsconfig) only create *its own project* for `.d.ts` files if th…
basarat Mar 10, 2015
02622f9
fix(emit) the rules for emit and success detection have changed
basarat Mar 11, 2015
9c22d98
chore(typescript) 1.5 doesn't need this fix
basarat Mar 11, 2015
bdaff32
feat(languageServiceHost) brought in ScriptInfo class from editor ser…
basarat Mar 11, 2015
64e838c
chore(fasterchangeobserver) work in progress. I need to go somewhere.…
basarat Mar 11, 2015
578cd79
chore(dist) cleanup bad js files. Sorry.
basarat Mar 11, 2015
9baf7f1
feat(languageService) efficiently send changes to worker. No need to …
basarat Mar 11, 2015
13c71e6
chore(consistentpath) consistent path more things
basarat Mar 12, 2015
c1f96d7
fix(errorview) load errors on first load. Limit errors for big error …
basarat Mar 12, 2015
c78a0f1
chore(pref) on initial load do send text to LS as atom might have a d…
basarat Mar 12, 2015
bdb23d7
chore(LSHost) keeping the old LSHost up to date with fixes
basarat Mar 12, 2015
85bec36
fix(autocomplete) fix(snippets) toString was showing up as a snippet
basarat Mar 12, 2015
8fd3610
fix(LSHost) it no longer goes out of sync with what atom sees.
basarat Mar 12, 2015
81d52f5
chore(tsconfig) minor refactoring for a new utility function
basarat Mar 12, 2015
67ad709
chore(lib.d.ts) lib.d.ts is its own project
basarat Mar 12, 2015
a32ce03
fix(newlines) the change diff is not always correct in terms of line …
basarat Mar 12, 2015
7d41322
fix(notfication) fix(compile) make the compile failed but emit succes…
basarat Mar 13, 2015
d24c28f
chore(tsconfig) move the project creation logic into one place, all i…
basarat Mar 13, 2015
8317a15
feat(refactor) rename takes place with a transaction for each editor …
basarat Mar 13, 2015
daa81f0
chore(tsconfig) notify use when creating it on disk
basarat Mar 13, 2015
76be64a
chore(npm) added chokidar for https://github.com/TypeStrong/atom-type…
basarat Mar 13, 2015
271abac
feat(tsconfig) watch the filesGlob || files for file modifications ou…
basarat Mar 13, 2015
d4c0603
chore(languageSeviceHost) keep the old one updated with fixes
basarat Mar 13, 2015
e002418
chore(languageServiceHost) make it easy to swap the two hosts
basarat Mar 13, 2015
c0c5743
chore(debug) nothing significant. Just the current debug setup
basarat Mar 13, 2015
31f2b0a
chore(LSHost) minor fix for when leaf is undefined for some reason. W…
basarat Mar 13, 2015
e36d620
chore(LSHost) add a new language service host based on atom's own tex…
basarat Mar 13, 2015
85f85c2
fix(LSHost) fix the LS version going out of sync
basarat Mar 13, 2015
4c2208a
chore(tsconfig) consistency for formatCodeOptions
basarat Mar 16, 2015
5c6bb97
feat(compileOnSave) is now a tsconfig option
basarat Mar 17, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion dist/globals.js.map

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

77 changes: 34 additions & 43 deletions dist/linter.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/linter.js.map

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

20 changes: 2 additions & 18 deletions dist/main/atom/atomConfig.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/main/atom/atomConfig.js.map

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

13 changes: 10 additions & 3 deletions dist/main/atom/atomUtils.js

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

Loading