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

Rewrite ide-d using serve-d #34

Merged
merged 49 commits into from
Feb 24, 2021
Merged

Rewrite ide-d using serve-d #34

merged 49 commits into from
Feb 24, 2021

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    a367d0c View commit details
    Browse the repository at this point in the history
  2. chore: rename lib to src

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    a46d0ed View commit details
    Browse the repository at this point in the history
  3. fix: add tsconfig

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    25a2b2e View commit details
    Browse the repository at this point in the history
  4. fix: add build scripts

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    6d33f2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52b2c34 View commit details
    Browse the repository at this point in the history
  6. chore: remove typings folder

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    901dcf3 View commit details
    Browse the repository at this point in the history
  7. chore: use @types/atom

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    3bec732 View commit details
    Browse the repository at this point in the history
  8. fix: use getBuffer()

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    90d016c View commit details
    Browse the repository at this point in the history
  9. chore: use NodeJs.TimeOut

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    31efd75 View commit details
    Browse the repository at this point in the history
  10. chore: remove typings.json

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    f3ea228 View commit details
    Browse the repository at this point in the history
  11. test: test dist folder

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    32067fb View commit details
    Browse the repository at this point in the history
  12. format: add prettier

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    59d4b52 View commit details
    Browse the repository at this point in the history
  13. format: run prettier

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    0b74770 View commit details
    Browse the repository at this point in the history
  14. lint: add eslint

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    7b8e317 View commit details
    Browse the repository at this point in the history
  15. lint: fix

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    fce96bc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c2b15cc View commit details
    Browse the repository at this point in the history
  17. ci: add github actions

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    c9e4e06 View commit details
    Browse the repository at this point in the history
  18. fix: Buffer deprecation

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    7c62c8f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9f015da View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    099b043 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f7352df View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8e5d2eb View commit details
    Browse the repository at this point in the history
  23. chore: format

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    c930e4f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f8e230e View commit details
    Browse the repository at this point in the history
  25. chore: add pnpm config

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    4e3b183 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ae94bc5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    877ee0c View commit details
    Browse the repository at this point in the history
  28. fix: bump eslint-config-atomic

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    178d35c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6a94fb7 View commit details
    Browse the repository at this point in the history
  30. test: add hello-world project

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    3419e42 View commit details
    Browse the repository at this point in the history
  31. fix: use shelljs directly

    aminya committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    442d91c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    c95038c View commit details
    Browse the repository at this point in the history
  2. chore: format

    aminya committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    6553d8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf6a092 View commit details
    Browse the repository at this point in the history
  4. feat: update the grammar files

    (npm run get.grammars)
    aminya committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    5573a12 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

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

Commits on Feb 4, 2021

  1. fix: add some error handling

    aminya committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    0562112 View commit details
    Browse the repository at this point in the history
  2. fix: remove styles

    aminya committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    e8ea9ac View commit details
    Browse the repository at this point in the history
  3. chore: update deps

    aminya committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    5f7f2c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8575d93 View commit details
    Browse the repository at this point in the history
  5. fix: add getConnectionType

    aminya committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    4abf64a View commit details
    Browse the repository at this point in the history
  6. fix: add D grammar scope

    aminya committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c9aeacf View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

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

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    ae8012f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca22963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a73b212 View commit details
    Browse the repository at this point in the history
  4. chore: get.grammars

    aminya committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    eee37c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    a1ecd55 View commit details
    Browse the repository at this point in the history
  2. fix: use super.spawn

    aminya committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    346ca5d View commit details
    Browse the repository at this point in the history