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

Typescript 1.5 #179

merged 36 commits into from
Mar 17, 2015

Commits on Mar 8, 2015

  1. Update to use TS1.5 services

    csnover committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    36627e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e25aea View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2015

  1. Configuration menu
    Copy the full SHA
    5613dfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e79ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caa8e36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54150a3 View commit details
    Browse the repository at this point in the history
  5. chore(tsconfig) only create *its own project* for .d.ts files if th…

    …ere was no tsconfig found
    
    closes #180
    basarat committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    24494cd View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. Configuration menu
    Copy the full SHA
    02622f9 View commit details
    Browse the repository at this point in the history
  2. chore(typescript) 1.5 doesn't need this fix

    closes #118
    basarat committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    9c22d98 View commit details
    Browse the repository at this point in the history
  3. feat(languageServiceHost) brought in ScriptInfo class from editor ser…

    …vices and followed the tree from there. Updated our language service to use the new ScriptInfo class.
    
    closes #176
    basarat committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    bdaff32 View commit details
    Browse the repository at this point in the history
  4. chore(fasterchangeobserver) work in progress. I need to go somewhere.…

    … Will resume from home.
    basarat committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    64e838c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    578cd79 View commit details
    Browse the repository at this point in the history
  6. feat(languageService) efficiently send changes to worker. No need to …

    …do `updateText` needlessly
    
    refs #176
    basarat committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    9baf7f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. Configuration menu
    Copy the full SHA
    13c71e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f96d7 View commit details
    Browse the repository at this point in the history
  3. chore(pref) on initial load do send text to LS as atom might have a d…

    …ifferent view.
    
    * Don't call `getText` in the middle of a did change. closes #183 Totally my fault
    * utility method to debug LS view of a file
    basarat committed Mar 12, 2015
    1 Configuration menu
    Copy the full SHA
    c78a0f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdb23d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85bec36 View commit details
    Browse the repository at this point in the history
  6. fix(LSHost) it no longer goes out of sync with what atom sees.

    I blame atom. Very very badly.
    refs #183 (comment)
    basarat committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    8fd3610 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81d52f5 View commit details
    Browse the repository at this point in the history
  8. chore(lib.d.ts) lib.d.ts is its own project

    chore(watch) don't watch project file path for in memory projects
    basarat committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    67ad709 View commit details
    Browse the repository at this point in the history
  9. fix(newlines) the change diff is not always correct in terms of line …

    …endings. Found an alternative. Checked that it doesn't impact performance.
    basarat committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    a32ce03 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2015

  1. fix(notfication) fix(compile) make the compile failed but emit succes…

    …s just as fast as emit success
    
    closes #184
    basarat committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    7d41322 View commit details
    Browse the repository at this point in the history
  2. chore(tsconfig) move the project creation logic into one place, all i…

    …nside `getOrCreateProjectFile`
    basarat committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    d24c28f View commit details
    Browse the repository at this point in the history
  3. feat(refactor) rename takes place with a transaction for each editor …

    …so you can undo the entire file with one undo
    
    closes #157
    basarat committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    8317a15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daa81f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76be64a View commit details
    Browse the repository at this point in the history
  6. feat(tsconfig) watch the filesGlob || files for file modifications ou…

    …tside of the atom view
    
    refs #177
    basarat committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    271abac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4c0603 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e002418 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0c5743 View commit details
    Browse the repository at this point in the history
  10. chore(LSHost) minor fix for when leaf is undefined for some reason. W…

    …e assume col:1 (its one based)
    basarat committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    31f2b0a View commit details
    Browse the repository at this point in the history
  11. chore(LSHost) add a new language service host based on atom's own tex…

    …t-buffer
    
    reason: just as reliable as atom itself. No more, no less ❤️
    basarat committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    e36d620 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85f85c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2015

  1. Configuration menu
    Copy the full SHA
    4c2208a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Configuration menu
    Copy the full SHA
    5c6bb97 View commit details
    Browse the repository at this point in the history